intl-format-cache
Advanced tools
Comparing version 4.0.1 to 4.1.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [4.1.0](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.0.1...intl-format-cache@4.1.0) (2019-07-12) | ||
### Features | ||
- **intl-messageformat-parser:** add printer to print AST to string ([ec0eaa2](https://github.com/formatjs/formatjs/commit/ec0eaa2)) | ||
## [4.0.1](https://github.com/formatjs/formatjs/compare/intl-format-cache@4.0.0...intl-format-cache@4.0.1) (2019-07-09) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "intl-format-cache", | ||
"version": "4.0.1", | ||
"version": "4.1.0", | ||
"description": "A memoizer factory for Intl format constructors.", | ||
@@ -16,3 +16,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@formatjs/intl-relativetimeformat": "^2.3.4" | ||
"@formatjs/intl-relativetimeformat": "^2.4.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "repository": { | ||
"homepage": "https://github.com/formatjs/formatjs", | ||
"gitHead": "2c91ba26cf80914198f1893a84a506094102a0e2" | ||
"gitHead": "32078bc8d41e49050c8ba3288c51b3104a6da9e5" | ||
} |
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
18095