Skip to content

v1.0.0

Compare
Choose a tag to compare
@prantlf prantlf released this 03 Aug 12:21
· 15 commits to master since this release

1.0.0 (2019-08-03)

Features

  • Improve the data compression by serialising plural form objects to strings (858c2a0)

BREAKING CHANGES

  • Plural data created by this version of the library cannot be consumed by older versions. It would be unusual, if you created data by tis version and fed them to an older version of the library, but nevertheless, be aware of it. If you create data by this version, use them with the same major version or a newer one, as long as it is documented to be feasible.

Plural data created by older versios of this library can still be used with this version. The code is beckwards compatible.