Releases: cybertooth-io/ember-helper-locale-date
Releases · cybertooth-io/ember-helper-locale-date
2.0.0 Release Candidate #1
- Rolling addon to 2.x just because it was a large upgrade from Ember-Cli-2 to Ember-Cli-3.11.
- Should not be any breaking changes at all ... report issues if you experience problems.
- New documentation based on ember-cli-addon-docs is being completed in this release
1.0.5
What's New?
Documentation improvements.
Zero changes to the helpers.
1.0.4
What's new?
A performance demo has been added.
1.0.3
There are no changes to the add-on's helpers.
This release simply coincided with some documentation improvements.
1.0.0
Features
New EmberJs helpers available:
{{!-- Times --}}
{{date-format-lt date}}
{{date-format-ltz date}}
{{date-format-lts date}}
{{date-format-ltsz date}}
{{!-- LONG-Form --}}
{{date-format-l date}}
{{date-format-ll date}}
{{date-format-lll date}}
{{date-format-lllz date}}
{{date-format-llll date}}
{{date-format-llllz date}}
{{!-- short-Form --}}
{{date-short-l date}}
{{date-short-ll date}}
{{date-short-lll date}}
{{date-short-lllz date}}
{{date-short-llll date}}
{{date-short-llllz date}}
1.0.0 Release Candidate #1
Standard long-hand format helpers available.