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

Tags: opendevtools/rescript-intl

Tags

v4.0.0

Toggle v4.0.0's commit message
chore(release): 4.0.0 [skip ci]

# [4.0.0](v3.0.0...v4.0.0) (2022-02-03)

### Features

* make currency option required ([e8feb72](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

v3.0.0

Toggle v3.0.0's commit message
chore(release): 3.0.0 [skip ci]

# [3.0.0](v2.2.0...v3.0.0) (2022-02-03)

### Features

* add ListFormat ([d4c6b23](d4c6b23))
* simplify DateTime and NumberFormat ([f7a80fe](f7a80fe))

### BREAKING CHANGES

* #twoDigit changed to #"2-digit"

v2.2.0

Toggle v2.2.0's commit message
chore(release): 2.2.0 [skip ci]

# [2.2.0](v2.1.1...v2.2.0) (2021-11-03)

### Features

* add dateStyle and timeStyle ([614ad76](614ad76))

v2.1.1

Toggle v2.1.1's commit message
chore(release): 2.1.1 [skip ci]

## [2.1.1](v2.1.0...v2.1.1) (2021-02-24)

### Bug Fixes

* update bsconfig.json ([#3](#3)) ([419eba3](419eba3))

v2.1.0

Toggle v2.1.0's commit message
chore(release): 2.1.0 [skip ci]

# [2.1.0](v2.0.1...v2.1.0) (2021-02-18)

### Features

* **numberformat:** add percentage formatting ([3f2ae70](3f2ae70))

v2.0.1

Toggle v2.0.1's commit message
chore(release): 2.0.1 [skip ci]

## [2.0.1](v2.0.0...v2.0.1) (2021-02-18)

### Bug Fixes

* publish in opendevtools organization ([1c3c9a1](1c3c9a1))

v2.0.0

Toggle v2.0.0's commit message
chore(release): 2.0.0 [skip ci]

# [2.0.0](v1.0.0...v2.0.0) (2020-07-07)

### Features

* update to bucklescript 8.1 syntax ([6ca32dc](6ca32dc))

### BREAKING CHANGES

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

v1.0.0

Toggle v1.0.0's commit message
chore(release): 1.0.0 [skip ci]

# 1.0.0 (2020-03-18)

### Features

* initial commit ([a00161b](a00161b))