Releases: nleeper/goment
Add Indonesian language support
Add brazilian portuguese language support
v1.4.3 updates for v1.4.3
Bugfix on IsSame() and similar functions
This is a bugfix for issue 'IsSame() and similar functions #40'.
Bugfix on StartOf("isoWeek")
This release has a bugfix for StartOf("isoWeek").
Bug fix & months/weekdays update
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
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
Added the ability to specify a locale when parsing a datetime string. Please see CHANGELOG.md for more information.
Timezone full name support
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
Support for internationalization using locales. Can only be used in formatting functions currently. Initial supported locales are en, es & fr.