intl-format-cache
Advanced tools
Comparing version 4.2.9 to 4.2.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [4.2.10](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.9...intl-format-cache@4.2.10) (2019-11-25) | ||
**Note:** Version bump only for package intl-format-cache | ||
## [4.2.9](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.2.8...intl-format-cache@4.2.9) (2019-11-23) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "intl-format-cache", | ||
"version": "4.2.9", | ||
"version": "4.2.10", | ||
"description": "A memoizer factory for Intl format constructors.", | ||
@@ -19,4 +19,4 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@formatjs/intl-pluralrules": "^1.3.5", | ||
"@formatjs/intl-relativetimeformat": "^4.4.4" | ||
"@formatjs/intl-pluralrules": "^1.3.6", | ||
"@formatjs/intl-relativetimeformat": "^4.4.5" | ||
}, | ||
@@ -38,3 +38,3 @@ "repository": { | ||
"homepage": "https://github.com/formatjs/formatjs", | ||
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c" | ||
"gitHead": "4e2afbd30b8bcf239a6083049a113b7b694ebb80" | ||
} |
@@ -10,3 +10,3 @@ # Intl Format Cache | ||
This is a helper package used within [Yahoo's FormatJS suite][formatjs]. It provides a factory for creating memoizers of [`Intl`][intl] format constructors: [`Intl.NumberFormat`][intl-nf], [`Intl.DateTimeFormat`][intl-dtf], [`IntlMessageFormat`][intl-mf], and [`IntlRelativeFormat`][intl-rf]. | ||
This is a helper package used within [FormatJS suite][formatjs]. It provides a factory for creating memoizers of [`Intl`][intl] format constructors: [`Intl.NumberFormat`][intl-nf], [`Intl.DateTimeFormat`][intl-dtf], [`IntlMessageFormat`][intl-mf], and [`IntlRelativeFormat`][intl-rf]. | ||
@@ -93,7 +93,2 @@ Creating instances of these `Intl` formats is an expensive operation, and the APIs are designed such that developers should re-use format instances instead of always creating new ones. This package is simply to make it easier to create a cache of format instances of a particular type to aid in their reuse. | ||
## License | ||
This software is free to use under the Yahoo! Inc. BSD license. | ||
See the [LICENSE file][license] for license text and copyright information. | ||
[npm]: https://www.npmjs.org/package/intl-format-cache | ||
@@ -107,2 +102,1 @@ [npm-badge]: https://img.shields.io/npm/v/intl-format-cache.svg?style=flat-square | ||
[formatjs]: http://formatjs.io/ | ||
[license]: https://github.com/formatjs/formatjs/blob/master/LICENSE |
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
23626
100