Skip to content

Releases: cybertooth-io/ember-helper-locale-date

2.0.0 Release Candidate #1

24 Jul 19:44
c25b697
Compare
Choose a tag to compare
Pre-release
  • 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

07 Jan 21:51
Compare
Choose a tag to compare

What's New?

Documentation improvements.

Zero changes to the helpers.

Docs

Demo

Performance Demo (new)

1.0.4

07 Jan 21:41
Compare
Choose a tag to compare

What's new?

A performance demo has been added.

Docs

Demo

Performance Demo (new)

1.0.3

04 Jan 23:18
Compare
Choose a tag to compare

There are no changes to the add-on's helpers.

This release simply coincided with some documentation improvements.

Demo

Docs

1.0.0

01 Jan 08:19
Compare
Choose a tag to compare

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}}

Demo

Docs

1.0.0 Release Candidate #1

01 Jan 06:10
Compare
Choose a tag to compare
Pre-release

Standard long-hand format helpers available.