Skip to content

Releases: willrax/ember-luxon

Rollup Rollup

07 May 18:26

Choose a tag to compare

Fixes an issue related to using this addon as a subaddon.

Thank you @cibernox! 🎉

Polyfill

24 Feb 12:47

Choose a tag to compare

You can now add the intl polyfill for those applications that need to support legacy browsers.

'ember-luxon': {
  includeIntlPolyfill: true
}

Also includes a few dependancy updates including bringing luxon to v5.*.

Dependency Updates

19 Feb 16:05

Choose a tag to compare

Brings us up to ember 3.0.0 🐹 🎉

Helpers!

17 Feb 12:25

Choose a tag to compare

Helpers are here!

v1.3.0 provides a bunch of helpers for use in templates. Check the readme for the listing of all the helpers.

Thanks to

Rollup Rollup

19 Jan 17:42

Choose a tag to compare

  • Removed ember-rollup and started using a slightly more custom implementation

Dependency Updates

16 Jan 12:46

Choose a tag to compare

Updates the dependencies for the addon.

Some luxon changes worth noting:

  • Rename DateTime.fromString to DateTime.fromFormat (leaving deprecated DateTime.fromString)
  • Rename DateTime.fromStringExplain to DateTime.fromFormatExplain (leaving deprecated DateTime.fromStringExplain)
  • Change keepCalendarTime to keepLocalTime

Because luxon bumped a minor version I decided to bump this a minor version as well.

Deprecations already!

14 Dec 11:53

Choose a tag to compare

This release deprecates the importing of luxon via the addon namespace.

You can now import directly using

import luxon from 'luxon';

You can continue to use the old namespace import but this will be removed in the next major version 2.0.0