@encodable/format
Advanced tools
Comparing version 0.2.0 to 0.3.0
@@ -0,1 +1,17 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# [0.3.0](https://github.com/apache-superset/encodable/compare/@encodable/format@0.2.0...@encodable/format@0.3.0) (2020-08-03) | ||
### Features | ||
* simplify global store creation and add docs ([#47](https://github.com/apache-superset/encodable/issues/47)) ([73087f1](https://github.com/apache-superset/encodable/commit/73087f14cc5f8f0f07cda6612a7a5e851a3817b6)) | ||
# [0.2.0](https://github.com/apache-superset/encodable/compare/@encodable/format@0.1.0...@encodable/format@0.2.0) (2020-08-01) | ||
@@ -8,4 +24,1 @@ | ||
* **format:** add time formatter and time range formatter ([#46](https://github.com/apache-superset/encodable/issues/46)) ([a7718c2](https://github.com/apache-superset/encodable/commit/a7718c223eda28dbf65b4ae85768b1c9decfe3ed)) | ||
@@ -37,3 +37,2 @@ "use strict"; | ||
const getNumberFormatterRegistry = (0, _registry.makeSingleton)(() => new _NumberFormatterRegistry.default({ | ||
isGlobal: true, | ||
globalId: '@encodable/format:NumberFormatterRegistry' | ||
@@ -40,0 +39,0 @@ })); |
@@ -50,3 +50,2 @@ "use strict"; | ||
const getTimeFormatterRegistry = (0, _registry.makeSingleton)(() => new _TimeFormatterRegistry.default({ | ||
isGlobal: true, | ||
globalId: '@encodable/format:TimeFormatterRegistry' | ||
@@ -53,0 +52,0 @@ })); |
@@ -15,3 +15,2 @@ "use strict"; | ||
const getTimeRangeFormatterRegistry = (0, _registry.makeSingleton)(() => new _TimeRangeFormatterRegistry.default({ | ||
isGlobal: true, | ||
globalId: '@encodable/format:TimeRangeFormatterRegistry' | ||
@@ -18,0 +17,0 @@ })); |
@@ -37,3 +37,2 @@ "use strict"; | ||
const getNumberFormatterRegistry = (0, _registry.makeSingleton)(() => new _NumberFormatterRegistry.default({ | ||
isGlobal: true, | ||
globalId: '@encodable/format:NumberFormatterRegistry' | ||
@@ -40,0 +39,0 @@ })); |
@@ -50,3 +50,2 @@ "use strict"; | ||
const getTimeFormatterRegistry = (0, _registry.makeSingleton)(() => new _TimeFormatterRegistry.default({ | ||
isGlobal: true, | ||
globalId: '@encodable/format:TimeFormatterRegistry' | ||
@@ -53,0 +52,0 @@ })); |
@@ -15,3 +15,2 @@ "use strict"; | ||
const getTimeRangeFormatterRegistry = (0, _registry.makeSingleton)(() => new _TimeRangeFormatterRegistry.default({ | ||
isGlobal: true, | ||
globalId: '@encodable/format:TimeRangeFormatterRegistry' | ||
@@ -18,0 +17,0 @@ })); |
{ | ||
"name": "@encodable/format", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "Encodable format", | ||
@@ -31,3 +31,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@encodable/registry": "0.1.2", | ||
"@encodable/registry": "^0.2.0", | ||
"@types/d3-format": "^1.3.1", | ||
@@ -40,3 +40,3 @@ "@types/d3-time": "^1.0.10", | ||
}, | ||
"gitHead": "b94c9441e2dec725cfa27ba0fbafb547876cf631" | ||
"gitHead": "5eff11e2bddd7cb3ba0c713d3d4eeefd5aed10e4" | ||
} |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
94542
0
1695
+ Added@encodable/registry@0.2.0(transitive)
- Removed@encodable/registry@0.1.2(transitive)
Updated@encodable/registry@^0.2.0