Skip to content

Releases: nleeper/goment

Add Indonesian language support

29 Jan 03:06
Compare
Choose a tag to compare

Adds a new locale for Indonesian language support

Add brazilian portuguese language support

22 Jan 17:38
Compare
Choose a tag to compare
v1.4.3

updates for v1.4.3

Bugfix on IsSame() and similar functions

08 Jun 21:20
9ca4a0d
Compare
Choose a tag to compare

This is a bugfix for issue 'IsSame() and similar functions #40'.

Bugfix on StartOf("isoWeek")

12 Apr 03:01
Compare
Choose a tag to compare

This release has a bugfix for StartOf("isoWeek").

Bug fix & months/weekdays update

04 Sep 17:51
Compare
Choose a tag to compare

This release is mainly to address a fix for supporting parsing timestamps with a Z timezone marker. There is also a few small changes to add getting month names by number, or weekdays in a locale aware order. See CHANGELOG.md for list of all updates.

Week, WeekYear, & WeekDay support

21 Aug 04:32
b1464e2
Compare
Choose a tag to compare

This release is all about supporting weeks! After adding locales, supporting locale-aware weeks, weekyears, and weekdays was a glaring omission. This release adds support for the getter/setter methods, and adds tokens for parsing and formatting of weeks, weekyears, & weekdays. Check the CHANGELOG.md for more information.

Locale support when parsing

29 Jul 22:46
f4f41e3
Compare
Choose a tag to compare

Added the ability to specify a locale when parsing a datetime string. Please see CHANGELOG.md for more information.

Timezone full name support

14 Jul 15:59
752f784
Compare
Choose a tag to compare

Added support for a new formatting token 'zzzz' to display the full timezone name. Using the library https://github.com/tkuchiki/go-timezone to support this functionality.

i18n support

14 Jul 03:11
036316d
Compare
Choose a tag to compare

Support for internationalization using locales. Can only be used in formatting functions currently. Initial supported locales are en, es & fr.