bitwalker / stringex

A string extensions library for node.js
https://www.npmjs.com/package/stringex
15 stars 4 forks source link

Fix js-yaml version #1

Closed ixti closed 12 years ago

ixti commented 12 years ago

JS Yaml is in the npm now, so version can be fixed. Version 1.0.0 will bring some backward incompatibility (require will return single document - not an array)

bitwalker commented 12 years ago

Thanks for that, I don't know why I didn't fix the version before, but definitely would've come back to bite me when 1.0.0 comes around (I checked the github page for js-yaml though and I didn't see any notes about it? Where did you hear about the upcoming changes?). Thanks again!

ixti commented 12 years ago

I know about upcoming change because I have already made it in 1.0-wip branch: https://github.com/nodeca/js-yaml/tree/1.0.0-wip :)) But I can't tell when it will be released (as I was switched on developing main project for now).

bitwalker commented 12 years ago

Ah, that would explain it :). Thanks for the heads up on the upcoming changes though, I'll keep an eye out for that update.