Releases: adopted-ember-addons/ember-moment
Releases · adopted-ember-addons/ember-moment
Adds toNow helper + computed property macro, fixes doc error, ability to hide prefix/suffix
- Adds toNow computed property macro
- Adds moment-to-now htmlbar helper
- Fixes documentation error around computed property macro argument order
- Adds the ability to hide the prefix/suffix from toNow/fromNow helpers and computed property macro output
Deprecate helper and computed property names, removed EnumerableUtils.map, updated ember-cli-moment-shim
- Deprecate helpers:
moment
,ago
,duration
in favor ofmoment-format
,moment-from-now
,moment-duration
- Deprecate computed property modules:
ember-moment/computeds/ago
->ember-moment/computeds/from-now
ember-moment/computeds/moment
->ember-moment/computeds/format
- Removed usage of
Ember.EnumerableUtils
- Updated ember-cli-moment-shim to 0.6.0
- moment is now brought in via bower instead of npm (jasonmit/ember-cli-moment-shim#14 (comment))
Conditionally include all locales if `true` is passed to `includeLocales` option
Add smoke tests, travis ci now tests against 1.10->#release, fixes regression against Ember 1.10.0
- Smoke tests added
- Fixing regression which broke 1.10.0
- Added Ember 1.10.0 -> #release to the Travis CI matrix
Regression where <= Ember 1.12 helpers are not registered
3.0.1 version bump to 3.0.1
Adds support for moment i18n locale inclusion, Renames computeds to avoid confusion, Removes support for Ember.Handlebars
- Support to programmatically including moment i18n locale data via
includeLocales
- Removes support for Ember.Handlebars.helpers in favor of just supporting HTMLBars going forward
- Removes
ember-moment/computed
. Explicit full path import paths to avoid naming conflicts.ember-moment/computeds/duration
ember-moment/computeds/moment
ember-moment/computeds/ago
Working around ember-cli nested addon issue
2.0.1 fixing issue where shim is a nested addon
1.13.x support, tests reworked, ember-cli-moment-shim updated, timezone configuration changes
- 1.13.x Support
- Fixed fragile tests
- Updated ember-cli-moment shim to 0.3.2 (now handles timezone)
- [BREAKING] timezone configured via
config/environment.js
- README updated to reflect change
[Bugfix] HTMLBars should use makeBoundHelper
1.1.1 Update package.json
HTMLBars support, duration helper
Merge pull request #32 from stefanpenner/upgrade Version bump to 1.1.0, upgrading deps