- Updated documentation for Jed > 1.1.0
- Use msgid_plural when there is no translation
- Updated Jed-format code and test to deal with the new plural form
- Added Jed > 1.1.0 compatible format (Evan Moses)
- Added command line flags for fuzzy, pretty, format, and domain (Szigetvári Áron)
- Deals with fallback-to-msgid for fuzzy entries without the fuzzy flag (Szigetvári Áron)
- Fixed fuzzy flag (mahata)
- Raised minimum node version requirement to 0.8
- Raised lodash version to ~2.4.1
- Clean up documentations
NB! This release is NOT backwards-compatible! It has the following braking changes:
po2json.parse_po
has been replaced withpo2json.parse
po2json.parse
has been replaced withpo2json.parseFile
po2json.parseSync
has been replaced withpo2json.parseFileSync
Other changes in this release:
- The library has been competely rewritten, it now uses the gettext-parser module to parse PO files. (Illimar Tambek)
- Tests have been completely rewritten (Illimar Tambek)
- Fixed issue with double-escaping quotes (Illimar Tambek)
- Option to skip/include fuzzy translations (Illimar Tambek)
- Fixed linting bugs and added a better fr.po fixture (Mike Edwards)
- Add tests for po2json.parse and po2json.parseSync (Dan MacTough)
- updated README.md with version history (Mike Edwards)
- updated history (Mike Edwards)
- Add AUTHORS to identify contributors (Dan MacTough)
- Update README with revision history and basic examples (Dan MacTough)
- cut out fake README example from grunt boilerplate (Mike Edwards)
- fixed README.md markdown (Mike Edwards)
- fixes tests (Mike Edwards)
- added first test for parse_po (Mike Edwards)
- Added boilerplate using grunt init (Mike Edwards)
- Changed exports.parse to use node's convetional error-first callback style. Added exports.parseSync for synchronous parsing. (Dan MacTough)
- Properly escape linebreaks (Zach Carter)
- Update package.json (Mike Edwards)
- package.json: define main module (Asbjørn Sloth Tønnesen)
- fix package, fix pretty print return, remove debug logs (gilles)
- upped version (Mike Edwards)
- Added build status to README (Mike Edwards)
- Removed built=ints from the dependencies (Mike Edwards)
- Added a .travis file for continuous integration (Mike Edwards)
- Added usage note to README.md (Mike Edwards)
- First working script! (Mike Edwards)
- Added new git repo (Mike Edwards)
- initial commit (Mike Edwards)
- Initial commit (Mike Edwards)