icu-bidi
Version:
Bindings to the ICU (55) Unicode BiDi algorithm
27 lines (20 loc) • 835 B
Markdown
# node-icu-bidi 0.1.6 (2016-06-20)
* Update to `nan` 2.3.3 to support node version 6.x. (#7)
# node-icu-bidi 0.1.5 (2015-09-26)
* Update to `nan` 2.0.9 to support node versions 3.x and 4.x.
# node-icu-bidi 0.1.4 (2015-06-23)
* Update to icu-bidi 55.1
* Use `nan` to support node versions > 0.10
# node-icu-bidi 0.1.3 (2014-09-16)
* Update to icu-bidi 53.1
* Fix build issues on OS X
* Use `node-pre-gyp` for build automation
# node-icu-bidi 0.1.2 (2014-01-10)
* Add `dir` property to return values with `level` property.
The directionality is derived from bit 0 of the level, as the docs for
`UBiDiLevel` specify. Make this an explicit field in the result for the
convenience of users.
# node-icu-bidi 0.1.1 (2013-12-13)
* API additions: added lots of missing methods.
# node-icu-bidi 0.1.0 (2013-12-13)
* Initial release