ember-moment
Advanced tools
Changelog
1.1.0
[ENHANCEMENT] HTMLBars support (backwards compat. with Handlebars)
[ENHANCEMENT] Adding duration helper with examples in the dummy app
Changelog
1.0.0
[BREAKING ENHANCEMENT] The full moment
Handlebars helper signature is now
`{{moment-format date outputFormat inputFormat}}`
to better reflect common usage pattern. You are usually passing a date as the first argument, which does not require specifying an inputFormat, and at the same time, you usually do want to specify an output format. #12.
Fixes case of passing both input and output formats, and changes default output format.
Adds a few more usage examples to dummy app, and improves tests accordingly.
[BUGFIX] Passing a two arguments to the moment
helper was not handled properly.
[ENHANCEMENT] Added more examples to the dummy app