Feature Request: Ember Data Transform
pichfl opened this issue · 1 comments
pichfl commented
A feature that is not supported by ember-moment, but is available as additional addon.
Ember Data has a date
transform that deserializes ISO dates to native Date()
objects. Having a similar transform that provides Luxon objects instead is highly desired as it makes sense to have any occurrence of calendrical data in one format (especially given the welcome deviations in Luxon).
Given that luxon has multiple data structures, this addon should provide a transform for any reasonable variant.