Website/node_modules/stat-mode/History.md
2015-12-02 18:21:44 -05:00

35 lines
766 B
Markdown

0.2.1 / 2015-04-06
==================
* fix #2
* add regression test for #2
* travis: test node v0.12 instead of v0.11
* .travis: don't test node v0.9.x
* add .travis.yml file
* README: add Travis-CI badge
* test: add FIFO test
* test: more test cases
* test: more inputs for tests
* package: update "mocha" to v1.18.2
* package: add a few more "keywords"
0.2.0 / 2014-04-02
==================
* index: add `Mode#toOctal()` function
* index: add `setuid`, `setgid` and `sticky` props
* test: initial tests
0.1.0 / 2014-03-01
==================
* package: remove the "test" script for now
* index: add `Mode#toString()` function
* index: add `Mode#valueOf()` function
0.0.1 / 2014-03-01
==================
* initial commit