Skip to content

Latest commit

 

History

History
47 lines (21 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

47 lines (21 loc) · 1.62 KB

Changelog

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

3.1.0 (2024-06-26)

Features

3.0.0 (2024-04-30)

⚠ BREAKING CHANGES

  • no longer uses default exports.

  • reorganize and remove default exports (8fc7898)

Bug Fixes

  • only pluralize if |quantity| != 1 (eac1d90)

2.1.0 (2023-07-06)

Features

  • allow custom plural form (8e31ff4)

2.0.0 (2023-04-06)

⚠ BREAKING CHANGES

  • plural() no longer prepends the quantity in the output.

Features

  • remove quantity from output (cd641ff)

Bug Fixes

  • npm: publish src directory (7111586)