Skip to content

Choose a tag to compare

@eemeli eemeli released this 27 Aug 07:40

⚠ Breaking Changes

  • The make-plural package is now licensed with the OSI-approved Unicode Data Files and Software License, as it is based on the data provided in the cldr-core package, which is thus licensed. (#19)
  • While using ES6 syntax for functions does not change their behaviour in any way, it will need to be transpiled if the target environment (e.g. IE 11) does not support it.

Features

  • Update to CLDR 39 (ed2bdbc)
  • Use const and => notation for function stringification (b9da90a)
  • Add 'make-plural/ranges' as a new endpoint for plural ranges (#20)
  • Add 'make-plural/examples' as a new endpoint (#24)

Bug Fixes

  • Drop cli dependency on common-tags; streamline UMD wrapper (1404ac6)