ember-moment
Advanced tools
Comparing version 10.0.0-beta.1 to 10.0.0
@@ -1,6 +0,6 @@ | ||
### 10.0.0-beta.0 | ||
### 10.0.0 | ||
* [BREAKING] This addon no longer provides the `moment` library itself. Apps should depend directly on *either* `moment` or `moment-timezone` and import it via `ember-auto-import`. Apps should make sure to remove any dependencies on `ember-cli-moment-shim`. See "Using Moment in Ember Apps & Addons" in the README. | ||
* [BREAKING] This is a v2 addon so your app must have `ember-auto-import` >= 2. | ||
* [BREAKING] `includeTimezone`, `includeLocales`, and `localeOutputPath` options in `config/environment.js` are removed, since this addon is no longer responsible for providing `moment`. | ||
* [BREAKING] `includeTimezone`, `includeLocales`, and `localeOutputPath` options in `config/environment.js` are removed, since this addon is no longer responsible for providing `moment`. See "Controlling Locale and Timezone Data" in the README. | ||
@@ -7,0 +7,0 @@ ### 9.0.1 |
@@ -9,3 +9,3 @@ import { macroCondition, dependencySatisfies, importSync } from '@embroider/macros'; | ||
// declare a peerDep on moment-timezone and import moment-timezone directly, and | ||
// there the addon should not need to use this. | ||
// therefore the addon should not need to use this. | ||
// | ||
@@ -12,0 +12,0 @@ // An addon that depends on ember-moment and doesn't care about timezone |
{ | ||
"name": "ember-moment", | ||
"version": "10.0.0-beta.1", | ||
"version": "10.0.0", | ||
"description": "Moment.js template helpers Ember.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
61780
1