intl-messageformat
Advanced tools
Comparing version 4.0.1 to 4.1.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [4.1.0](https://github.com/formatjs/formatjs/compare/intl-messageformat@4.0.1...intl-messageformat@4.1.0) (2019-06-18) | ||
### Features | ||
* **intl-format-cache:** fix TS definition ([71ae9eb](https://github.com/formatjs/formatjs/commit/71ae9eb)) | ||
## [4.0.1](https://github.com/formatjs/formatjs/compare/intl-messageformat@4.0.0...intl-messageformat@4.0.1) (2019-06-12) | ||
@@ -8,0 +19,0 @@ |
@@ -16,2 +16,3 @@ import { Formats } from './compiler'; | ||
declare const MessageFormat: IntlMessageFormat; | ||
export { Formats, Pattern } from './compiler'; | ||
export default MessageFormat; |
@@ -16,2 +16,3 @@ import { Formats } from './compiler'; | ||
declare const MessageFormat: IntlMessageFormat; | ||
export { Formats, Pattern } from './compiler'; | ||
export default MessageFormat; |
{ | ||
"name": "intl-messageformat", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"license": "BSD-3-Clause", | ||
"gitHead": "d3869feb0018f87eab32280cdc64fb086c964a26" | ||
"gitHead": "3101871266149f3e3a9994f0e2361fbce7549a77" | ||
} |
@@ -250,2 +250,3 @@ /* | ||
export { Formats, Pattern } from './compiler'; | ||
export default MessageFormat; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
654221
117
3691