Some more release notes.

This commit is contained in:
Ruben Vermeersch 2013-12-20 09:56:56 +01:00
parent 456d889ea1
commit a79382fb9d

View File

@ -20,3 +20,11 @@ PO.load('text.po', function (err, po) {
Originally based on node-po (written by Michael Holly). Rebranded because Originally based on node-po (written by Michael Holly). Rebranded because
node-po is unmaintained and because this library is no longer limited to node-po is unmaintained and because this library is no longer limited to
Node.JS: it works in the browser too. Node.JS: it works in the browser too.
Changes compared to node-po:
* Proper handling of async methods that won't crash your Node.JS process when
something goes wrong.
* Support for parsing string flags (e.g. fuzzy).
* A test suite.
* Browser support (through Browserified and bower).