Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "pofile", | ||
"description": "Parse and serialize Gettext PO files.", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Ruben Vermeersch", |
@@ -23,1 +23,9 @@ Used to load and save PO files. | ||
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). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8929
31