Skip to content

Releases: adopted-ember-addons/ember-moment

Adds toNow helper + computed property macro, fixes doc error, ability to hide prefix/suffix

05 Aug 22:04
Compare
Choose a tag to compare
  • 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

28 Jul 07:50
Compare
Choose a tag to compare
  • Deprecate helpers: moment, ago, duration in favor of moment-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

Conditionally include all locales if `true` is passed to `includeLocales` option

23 Jul 21:37
Compare
Choose a tag to compare

Add smoke tests, travis ci now tests against 1.10->#release, fixes regression against Ember 1.10.0

23 Jul 02:33
Compare
Choose a tag to compare
  • 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

22 Jul 22:00
Compare
Choose a tag to compare

Adds support for moment i18n locale inclusion, Renames computeds to avoid confusion, Removes support for Ember.Handlebars

21 Jul 01:58
Compare
Choose a tag to compare
  • 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

20 Jul 21:06
Compare
Choose a tag to compare
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

18 Jul 07:04
Compare
Choose a tag to compare
  • 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

04 Mar 21:00
Compare
Choose a tag to compare

HTMLBars support, duration helper

27 Feb 01:19
Compare
Choose a tag to compare
Merge pull request #32 from stefanpenner/upgrade

Version bump to 1.1.0, upgrading deps