Skip to content

Releases: rluiten/elm-date-extra

Add new functions dateFromFields and timeFromFields.

29 Jan 01:28
Compare
Choose a tag to compare
add(create dates): add new functions dateFromFields and timeFromField…

…s, bump version

Remove a log plus some pending changes.

23 Jan 00:01
Compare
Choose a tag to compare

Add several format tokens.
Extend Config model with some more format strings and firstDayOfWeek.
Add a more general Config lookup given a local code.
Removed a log message thank your Robert.

Exposed module Compare was forgotten previously

12 Jan 13:29
Compare
Choose a tag to compare
feat(Compare): forgot to expose the Compare module previously, bump v…

…ersion

Added Field module to set date fields.

11 Jan 15:39
Compare
Choose a tag to compare
fix(Format): ensure year always renders 4 digits

feat(Field): field module to set date fields on date

Fix bug in format 12 hour time, added monthList

11 Jan 00:05
Compare
Choose a tag to compare
release(1.2.0): bump version

fix(Hour format): format of %I and %l (upper i and lower L) so that 12 is show not 0. From upstream fix thank you max.
feat(monthList): Added month list, useful for mapping over months.

Fixed Config_en_au visibility

10 Jan 03:10
Compare
Choose a tag to compare
1.1.0

fix(config): Config_en_au was not exposed correctly, bump version

Initial release.

10 Jan 02:54
Compare
Choose a tag to compare
1.0.0

doc(Period): cleanup