Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Latest commit

 

History

History
75 lines (34 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

75 lines (34 loc) · 2.45 KB

4.0.0 (2022-02-03)

Features

  • make currency option required (e8feb72)

BREAKING CHANGES

  • When the style of NumberFormat is set to currency, the currency option is required as it does not have a default value.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat#parameters

3.0.0 (2022-02-03)

Features

  • add ListFormat (d4c6b23)
  • simplify DateTime and NumberFormat (f7a80fe)

BREAKING CHANGES

  • #twoDigit changed to #"2-digit"

2.2.0 (2021-11-03)

Features

  • add dateStyle and timeStyle (614ad76)

2.1.1 (2021-02-24)

Bug Fixes

2.1.0 (2021-02-18)

Features

  • numberformat: add percentage formatting (3f2ae70)

2.0.1 (2021-02-18)

Bug Fixes

  • publish in opendevtools organization (1c3c9a1)

2.0.0 (2020-07-07)

Features

  • update to bucklescript 8.1 syntax (6ca32dc)

BREAKING CHANGES

  • New syntax is only available in bs-platform >= 8.1

1.0.0 (2020-03-18)

Features