Skip to content

Latest commit

 

History

History
105 lines (43 loc) · 3.58 KB

CHANGELOG.md

File metadata and controls

105 lines (43 loc) · 3.58 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

2.9.0 (2024-10-29)

Features

2.8.0 (2024-01-19)

Features

2.7.0 (2020-12-16)

Features

  • add withArticle option and secondary api (#13) (81c947a)

2.6.0 (2020-03-13)

Features

2.5.0 (2020-01-14)

Features

  • add includeCount option to Strings.get (#9) (a0ad3b2)

2.4.0 (2019-12-06)

Features

  • support min/max opts, better single-word abbreviations (#7) (60d6b0a)

2.3.0 (2019-07-18)

Features

  • add includeCount option to pluralize method (#5) (ac2581d)

2.2.0 (2019-02-16)

Features

  • support locale as array, add plural opt to pluralize method (#4) (c0b6bf5)

2.1.0 (2019-02-15)

Features

  • parse Accept-Language format in normalizeLocale (#3) (245a799)

2.0.0 (2019-02-11)

Features

  • support pluralize method expected by web app (#2) (d088c4f)

BREAKING CHANGES

  • Renamed the previous pluralize method to toPlural, and added a new pluralize method to better support current expectations in the SalesVista web app

1.0.1 (2019-02-10)

Bug Fixes

  • polyfill Object.assign in published code (#1) (e37fdb1)

1.0.0 (2019-02-10)

Features