Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a changelog for 2.0.0 #83

Open
ralfstx opened this issue Jun 1, 2017 · 4 comments
Open

Provide a changelog for 2.0.0 #83

ralfstx opened this issue Jun 1, 2017 · 4 comments
Assignees

Comments

@ralfstx
Copy link

ralfstx commented Jun 1, 2017

It would be good to learn about the relevant changes in version 2.0.0. It's not listed on the releases page and there is no CHANGELOG file. Thanks!

@gwicksted
Copy link
Collaborator

Thank you @ralfstx for bringing this up! Since the release, I have been away from the grunt ecosystem and bogged down. 2.0.0 was developed due to the need for some more advanced operations that only work with child_process.spawn. It was a big change to switch from exec to spawn and despite testing, it has been reported to break some behavior with && (#79) in Linux but not Windows. It should be pretty much identical on the surface but since the entire back-end was replaced and some exec behavior emulated, it was bumped as a major version change to prevent accidental wide-spread breakage. Hopefully I can pull some time together to get the changelog and release completed.

@gwicksted gwicksted self-assigned this Jun 1, 2017
@ntwb
Copy link

ntwb commented Jun 3, 2017

FYI: I think this is the correct comparison from v1.0.1 to the 2.0.0 commit
v1.0.1...e1ef5d9

Note: There's been 4 commits since 2.0.0 was tagged:
https://github.com/jharding/grunt-exec/commits/master

@RinkAttendant6
Copy link

I see that 3.0.0 was released about an hour ago, a changelog would be nice as well :)

@gwicksted
Copy link
Collaborator

Diffs for the two more recent majors (changelog is a bit more work and will unfortunately have to wait until I have more time):

v1.0.1 to v2.0.0
v2.0.0 to v3.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants