This repository has been archived by the owner on May 4, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
89 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,24 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [3.0.0](https://github.com/formatjs/formatjs/compare/[email protected]@3.0.0) (2019-06-05) | ||
|
||
|
||
### Features | ||
|
||
* add package intl-relativetimeformat ([#51](https://github.com/formatjs/formatjs/issues/51)) ([48c0f43](https://github.com/formatjs/formatjs/commit/48c0f43)) | ||
* **intl-messageformat:** rm bundled intl-pluralrules ([a8526c3](https://github.com/formatjs/formatjs/commit/a8526c3)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **intl-messageformat:** We no longer include intl-pluralrules in our main index | ||
file. Consumer should polyfill accordingly. | ||
|
||
|
||
|
||
|
||
|
||
## [2.2.9](https://github.com/formatjs/formatjs/compare/[email protected]@2.2.9) (2019-06-03) | ||
|
||
**Note:** Version bump only for package intl-format-cache | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,27 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [4.0.0](https://github.com/formatjs/intl-messageformat/compare/[email protected]@4.0.0) (2019-06-05) | ||
|
||
|
||
### Features | ||
|
||
* add package intl-relativetimeformat ([#51](https://github.com/formatjs/intl-messageformat/issues/51)) ([48c0f43](https://github.com/formatjs/intl-messageformat/commit/48c0f43)) | ||
* **intl-messageformat:** rm bundled intl-pluralrules ([a8526c3](https://github.com/formatjs/intl-messageformat/commit/a8526c3)) | ||
* **intl-messageformat:** rm rolluped dist ([a126939](https://github.com/formatjs/intl-messageformat/commit/a126939)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **intl-messageformat:** Change dist files packaged. Entry point should stay the | ||
same though. | ||
* **intl-messageformat:** We no longer include intl-pluralrules in our main index | ||
file. Consumer should polyfill accordingly. | ||
|
||
|
||
|
||
|
||
|
||
# [3.3.0](https://github.com/formatjs/intl-messageformat/compare/[email protected]@3.3.0) (2019-06-03) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,27 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [6.0.0](https://github.com/formatjs/formatjs/compare/[email protected]@6.0.0) (2019-06-05) | ||
|
||
|
||
### Features | ||
|
||
* add package intl-relativetimeformat ([#51](https://github.com/formatjs/formatjs/issues/51)) ([48c0f43](https://github.com/formatjs/formatjs/commit/48c0f43)) | ||
* **intl-relativeformat:** rm rolluped dist ([c6f94e4](https://github.com/formatjs/formatjs/commit/c6f94e4)) | ||
* **intl-relativeformat:** Use Intl.RelativeTimeFormat ([c014ce0](https://github.com/formatjs/formatjs/commit/c014ce0)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **intl-relativeformat:** This changes the list of assets we package. However, | ||
entry point is still intact. | ||
* **intl-relativeformat:** We now use Intl.RelativeTimeFormat in | ||
intl-relativeformat so consuming env should polyfill this accordingly | ||
|
||
|
||
|
||
|
||
|
||
# [5.0.0](https://github.com/formatjs/formatjs/compare/[email protected]@5.0.0) (2019-06-03) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,27 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.0.0 (2019-06-05) | ||
|
||
|
||
### Features | ||
|
||
* add package intl-relativetimeformat ([#51](https://github.com/formatjs/formatjs/issues/51)) ([48c0f43](https://github.com/formatjs/formatjs/commit/48c0f43)) | ||
* **intl-messageformat:** rm bundled intl-pluralrules ([a8526c3](https://github.com/formatjs/formatjs/commit/a8526c3)) | ||
* **intl-relativeformat:** Use Intl.RelativeTimeFormat ([c014ce0](https://github.com/formatjs/formatjs/commit/c014ce0)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **intl-messageformat:** We no longer include intl-pluralrules in our main index | ||
file. Consumer should polyfill accordingly. | ||
* **intl-relativeformat:** We now use Intl.RelativeTimeFormat in | ||
intl-relativeformat so consuming env should polyfill this accordingly | ||
|
||
|
||
|
||
|
||
|
||
# [3.1.0](https://github.com/formatjs/formatjs/compare/[email protected]@3.1.0) (2019-05-31) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters