Async: 3.0

Created on 26 Oct 2018  ·  6Comments  ·  Source: caolan/async

Hello, I'd like to ask about the 3.0 release and when the document will be released. I'm looking forward to the 3.0 release. Support for async await is a powerful feature.

Most helpful comment

Hello, I'd like to ask when 3.0 will come out. Promise is very popular now. We are all looking forward to the release of 3.0. Do you have any plans for 3.0?

All 6 comments

Async 3.0 is already available as a prelease! npm i async@next should get you the first 3.0 RC.

I'm waiting for some wider feedback before making 3.0 latest.

How can i see the docs for 3.0?

Answering my own question: npx jsdoc -c ./support/jsdoc/jsdoc.json && node support/jsdoc/jsdoc-fix-html.js and it'll be in docs/index.html.

@aearly
Well I briefly tested it with one of our issues and it seemed to work normally in development with our project but we can't run it in production full time (especially with our issue encountered with the 2.x line referenced above this comment) until we know what's breaking with the semver major bump.

Hello, I'd like to ask when 3.0 will come out. Promise is very popular now. We are all looking forward to the release of 3.0. Do you have any plans for 3.0?

It's out!

Was this page helpful?
0 / 5 - 0 ratings