-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
2.0.0 ready to go? #1220
Comments
I agree after we resolve #1217 |
Hi. I'm starting with node so I was following a tuto where uses async.parallel. So when I wanted to run the app it throws me an error in async module and the error was that async couldn´t find applyEach module: |
Ohhh, thats a good point @aearly we should test all the modules after we run the compile step. Can we configure the |
@gemox94 I actually can't reproduce this. Can you provide code to reproduce this issue? |
Well, last issue closed! I say we wait until Monday to release. It would be bad to inadvertently cause some issues when most people are off for the weekend. |
Sure, lets review the changelog and make sure its prepared |
I just added an issue that I think should be resolved before v2 is released: #1225. I don't give a significant amount of weight to code-coverage results without a great deal of investigation into their configuration, but I feel this should be resolved before a major release. That said, as a non-owner, I can say I am still 100% comfortable using the v2 release without code-coverage test results, so it may be more efficient to simply remove the Coveralls badge and circle back to resolve it afterwards. |
Coverage not working isn't a showstopper. We can fix this later. I don't know it it has worked at all since modularization. |
I think the issue is ES6 imports |
@aearly lets release tomorrow@noon (est), sound good? |
How about 1pm EST? (9am PST is a bit early) |
It's time, it's time ! (furiously waiting for the -rc to disappear) |
https://github.com/caolan/async/milestone/1 for reference |
Some final things I noticed giving the jsdoc a final look over:
|
|
I 👏 Think 👏 We're 👏 Ready 👏 To 👏 Go 😮 |
2.0.0 is live! https://www.npmjs.com/package/async |
Now we wait for the inevitable bug reports... 😵 😅 |
Do you have some unstaged changes to docs @aearly? Generating the docs on my machine don't turn out the same as gh-pages? |
Nope, everything is up to date on my end. What's different? |
I think its time. Everything in the milestone is complete, and the docs site is up and running. (except for the
during
inconsistency issue, which I think is just a docs fix)I think 2.0.0 is ready for to be released into the wild!
cc @megawac
The text was updated successfully, but these errors were encountered: