Skip to content

Releases: rluiten/elm-date-extra

3 new locales and change to isoMsecFormat and isoString

31 Jan 12:21
Compare
Choose a tag to compare

WARNING Format.isoString and Format.isoMsecFormat output changed.

It is not a type change so I can't just force a major version jump.
Have modified isoString and isoMsecFormat to output timezone offsets including a ":" the "%:z" date format option. as this appears to be more supported in general.

@cuducos reported this problem with safari parsing isoString result see #29

Thanks for new locales to

Update for Elm 0.18.

15 Nov 09:15
Compare
Choose a tag to compare

Thanks to @joeandaverde who did all the work.
I just checked tests in the 3 time zones test run in and bumped version.

Format 2 digit year, French day suffix.

29 Sep 11:29
Compare
Choose a tag to compare

Thank you @brunogirin for French dayOfMonthWithSuffix.
Thank you @mosho1 for 2 digit year format symbol.

Add Romanian translation.

02 Sep 10:03
Compare
Choose a tag to compare

New format codes for English.

25 Jul 10:33
Compare
Choose a tag to compare

These codes output only decimal integer in French, Finish and Polish at the moment.

For English.

  • %-@d - Day of Month with language idiom suffix Day of month, e.g "2nd"
    • this currently only does this in english language
  • %@e - Space-padded Day of Month with language idiom suffix, e.g " 2nd"
    • this currently only does this in english language

Fix dateFromFields #17

10 Jul 12:40
Compare
Choose a tag to compare
fix(dateFromFields): day light saving compensation

It now compensates for the difference between day light saving offset at epoch date verse day light saving offset now.
test(CreateTests): Now filters out tests not in current time zone so no errors appear any more for other time zones. This does mean that to get clean bill of health for tests they need to be run in 3 time zones at least.  Sydney, Brisbane, NewFoundland

Add Finnish locale

08 Jul 22:22
Compare
Choose a tag to compare
Release 7.2.0 with finnish locale

doc(LICENSE): correct
doc(TimeUnit): correct
feat(Configs): add finnish

Add Polish locale

04 Jul 11:48
Compare
Choose a tag to compare

Add Duration DeltaRecord zeroDelta and diff.

24 Jun 14:19
Compare
Choose a tag to compare
Add Duration DeltaRecord zeroDelta and diff. Bump version to 7.0.0

feat(Duration): add diff DeltaRecord zeroDelta
test(Duration): add for diff
style(Period): change indentifier name

Version bump for with updated French locale names and exposed French config