↧
Fix reresolve function to not assume that node property is a string. …
Fix reresolve function to not assume that node property is a string. Closes #50.
View ArticleFix unsafe usage of 'in' when variable may be not an object. Closes #51.
Fix unsafe usage of 'in' when variable may be not an object. Closes #51.
View ArticleCorrecting a typo in README.md
Correcting a typo in README.md "propreties" --> "properties"
View ArticleMerge pull request #52 from supahgreg/master
Merge pull request #52 from supahgreg/master Correcting a typo in README.md
View ArticleFix README (incorrect stream pipe examples)
Fix README (incorrect stream pipe examples)
View ArticleAdd basic tests for callback and event apis
Add basic tests for callback and event apis
View ArticleAdd basic test for writable stream input api
Add basic test for writable stream input api
View ArticleRemove _setCallback and set the callback directly. Don't use nextTick.
Remove _setCallback and set the callback directly. Don't use nextTick.
View ArticleRemove nextEmit. Only use nextTick on parseString (other methods don'…
Remove nextEmit. Only use nextTick on parseString (other methods don't need it).
View ArticleUpdate README to add link to Issues page and IRC
Update README to add link to Issues page and IRC
View Article