Node v0.10.14 (Stable)
blog.nodejs.org
Node v0.10.14 (Stable)
1–10 of 33 posts
Re: Node v0.10.14 (Stable)
#2They released v0.10.15 shortly afterwards http://blog.nodejs.org/2013/07/25/node-v0-10-15-stable/
Re: Node v0.10.14 (Stable)
#3I've recently gotten into Node and it has been such an awesome and fun time. Anyone on the fence about it should definitely go and try it out.
Re: Node v0.10.14 (Stable)
#4The particulars of semantic versioning aside, am I the only one who chuckles at "Stable" being applied to version-zero releases?
Re: Node v0.10.14 (Stable)
#5They released v0.10.15 shortly afterwards http://blog.nodejs.org/2013/07/25/node-v0-10-15-stable/
I guess it wasn't so stable after all.
Re: Node v0.10.14 (Stable)
#6Re: Node v0.10.14 (Stable)
#7The particulars of semantic versioning aside, am I the only one who chuckles at "Stable" being applied to version-zero releases?
You are probably not the only one, it do not mean you're right either.
Stable mean that they will support this set of feature for some time, that's all.
Re: Node v0.10.14 (Stable)
#8Earlier quoted context omitted.
I guess it wasn't so stable after all.
Stable mean feature complete. Not bug free.
Usually a release would be marked for a stable release after a decent amount of testing... so, it should be relatively bug free. Having a new release just a few hours after this one doesn't instill a lot of confidence in their testing.
Re: Node v0.10.14 (Stable)
#9v1.0 is coming up soon. Just found this ROADMAP talk about it here: http://blog.strongloop.com/the-road-to-node-js-v1-0/
Re: Node v0.10.14 (Stable)
#10Earlier quoted context omitted.
Stable mean feature complete. Not bug free.
Usually a release would be marked for a stable release after a decent amount of testing... so, it should be relatively bug free. Having a new release just a few hours after this one doesn't instill a lot of confidence in their testing.
From the mailing list this is an npm fix mostly for OSX:
The main fix here is letting users on Mac to upgrade globally installed modules. Also the linux binaries have been rebuilt with an older glibc so people with older systems will actually be able to use it.