Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 11:20
· 131 commits to main since this release
4300ae7

First stable release!

Funny DALL-E 2 image for the stable release

Breaking changes

In v0.5.0 count placeholder in plural terms was an int formatted as decimalPattern. In v1.0.0 they are treated as num and simply toString()ed. If you wish to preserve the previous behavior, you need to define the count placeholder in your terms as {count,int,decimalPattern} in one of the occurrences of the {count} placeholder.

Added

Changelog