Feature request: moment transform
jamesarosen opened this issue · 1 comments
jamesarosen commented
It'd be lovely to have an ember-data transform so I can make all model date fields moment
s:
export default DS.Model.extend({
createdAt: DS.attr('moment'),
name: DS.attr('string'),
updatedAt: DS.attr('moment'),
})
jasonmit commented
@jamesarosen this was asked for in the past. @stefanpenner was against it because of the perf impact.
Context: #157 (comment)