Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 1004 Bytes

CHANGELOG.md

File metadata and controls

35 lines (17 loc) · 1004 Bytes

Changelog

4.0.1 (2024-10-15)

Bug Fixes

  • addTranslations: Fixed domain value check (c2bf8dc)

4.0.0 (2024-09-19)

Features

  • automatic release process (a92527e)

Bug Fixes

  • security: Fixed GHSA-g974-hxvm-x689 (63e627c)

Miscellaneous Chores

v1.1.0

  • Adds support for adding a textdomain from an already parsed json object

v1.0.0 2015-01-21

  • Bumped version to 1.0.0 to be compatible with semver
  • Removed built in parser/compiler in favor of gettext-parser module
  • Moved tests from nodeunit to mocha