-
Notifications
You must be signed in to change notification settings - Fork 506
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
Release proposal: 1.9 #365
Comments
👍 what's the delta between 1.8.4 and this? |
Insignificant, IIRC. A couple deprecations, some small additions. The deprecations could even be undone. So much will change that a migratory path through deprecations won't work. There would be hardly any non-deprecated functionality left. Basically just to tie up a few loose ends and say goodbye to NAN 1. On May 28, 2015 1:02:29 PM EEST, Rod Vagg notifications@github.com wrote:
|
To clarify, here are the (significant) commits:Added Introduce and use macros for disallowing assign, copy and move 3357130 Prohibit moving non-copyable classes fba4a29 Disallow assign, copy and move in Disallow assign, copy and move in Disallow assign, copy and move in Allow Deprecate Deprecate Added more error types and made them all accept Additionally, these could be backported from 'next':Added indexed Added Added more tests for |
great, looks like a changelog entry to me! do eeet! |
I'll probably have time today, yes. Think I'll do the backports too. That takes slightly longer. |
Also added is dd87d9e, which I've been waiting to hit a release for baudehlo/node-fs-ext#48 |
1.9.0 is already released and this is mentioned in the changelog. |
ah, great, thank you. |
Let's get this out before io.js 3.0 is out, so the 1-series can be laid to rest. There will be no more features added to NAN 1 ever.
Only sort of open issue is #362, but I believe it might be erroneous somehow since all our tests pass and the code is rather straightforward. If it is real it can be fixed in a patch release.
The text was updated successfully, but these errors were encountered: