time
Version:
"time.h" bindings for Node.js
54 lines (42 loc) • 2.3 kB
Markdown
0.12.0 / 2017-03-02
===================
* [[`c60aed6762`](https://github.com/TooTallNate/node-time/commit/c60aed6762)] - add appveyor badge (Nathan Rajlich)
* [[`530b2bfb7d`](https://github.com/TooTallNate/node-time/commit/530b2bfb7d)] - upgraded to nan 2.2.0 (sambros)
* [[`70288ec41e`](https://github.com/TooTallNate/node-time/commit/70288ec41e)] - add appveyor Windows CI (Nathan Rajlich)
* [[`fdc84473a9`](https://github.com/TooTallNate/node-time/commit/fdc84473a9)] - fix bug (hanbowen)
* [[`68046da00c`](https://github.com/TooTallNate/node-time/commit/68046da00c)] - fix visual studio 2015 compile error (hanbowen) (#88)
* [[`9687519a7d`](https://github.com/TooTallNate/node-time/commit/9687519a7d)] - test node v7 (Nathan Rajlich)
* [[`e5dc933b67`](https://github.com/TooTallNate/node-time/commit/e5dc933b67)] - **travis**: test node v6 (Nathan Rajlich)
* [[`90c4d5b394`](https://github.com/TooTallNate/node-time/commit/90c4d5b394)] - **travis**: test node v5 (Nathan Rajlich)
* [[`947378e337`](https://github.com/TooTallNate/node-time/commit/947378e337)] - **travis**: test io.js and node v4 (Nathan Rajlich)
* [[`360dc08552`](https://github.com/TooTallNate/node-time/commit/360dc08552)] - **package**: update deps (Nathan Rajlich)
0.11.4 / 2015-08-28
===================
* package: allow any "nan" v2
* package: looser "bindings" version
* package: upgrade to nan v2 (#77, @santigimeno)
0.11.3 / 2015-05-18
===================
* package: update "nan" to ~1.8.0 (#72, @imyller)
0.11.2 / 2015-03-29
===================
* package: allow any "debug" v2
* package: update "nan" to v1.7.0
0.11.1 / 2015-02-11
===================
* travis: test v0.12, don't test v0.6 and v0.11
* test: fix failing test (#67, @hmalphettes)
* package: upgrade to the latest "nan" (#66, @hmalphettes)
* README: use svg for Travis badge
0.11.0 / 2014-06-02
===================
* package: add "license" field
* travis: don't test node v0. and, v0.9, do test v0.6
* update "nan" to v1.1.2 API, and pin all the deps
* package: remove "engines" field
* package: update "description"
* fix timezone formatting in toTimeString() (#56, @benbria)
* remove wscript file
* remove Makefile
* package: remove "should" from devDependencies
* test: remove "should" usage from tests