Releases: willrax/ember-luxon
Releases · willrax/ember-luxon
Rollup Rollup
Polyfill
Dependency Updates
Brings us up to ember 3.0.0 🐹 🎉
Helpers!
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
- philippgrieser and pichfl for helping find and fix a bug in the tree building.
- TerminalStar for finding a fixing another bug with the tree building.
Rollup Rollup
- Removed ember-rollup and started using a slightly more custom implementation
Dependency Updates
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!
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