Skip to content

Releases: nicksnyder/go-i18n

v2.4.0

31 Jan 04:32
62e3978
Compare
Choose a tag to compare

What's new

This release adds support for configurable template parsers in #317.

By setting TemplateParser on LocalizeConfig it is now possible to:

Full Changelog: v2.3.0...v2.4.0

v2.3.0

05 Dec 04:05
Compare
Choose a tag to compare

New features

Bug fixes

Maintenance

New Contributors

Full Changelog: v2.2.2...v2.3.0

v2.2.2

23 Oct 15:03
54617ef
Compare
Choose a tag to compare

New features

Bug fixes

  • Fix Localize regression with empty default message by @KuSh in #305

Maintenance

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

10 Nov 16:25
85a3f2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.2.1

v2.2.0

20 Feb 19:55
7f6b563
Compare
Choose a tag to compare

Changelog

v2.1.2

18 Jan 20:02
c587b0d
Compare
Choose a tag to compare

Changelog

c587b0d fix escape sequences when extracting string literals (#244)
a5b9f57 Fixing typos (#242)
603af13 Add Sourcegraph code intelligence
7ff69e7 Fix broken link (#229)

v2.1.1

29 Sep 04:18
703c3bd
Compare
Choose a tag to compare

Changelog

703c3bd Do not encode HTML entities in JSON message files (#228)

v2.1.0

29 Sep 03:50
e2aedcf
Compare
Choose a tag to compare

Changelog

e2aedcf Upgrade CLDR data to v37 (#227)
cba41a4 upgrade deps

v2.0.4

29 Sep 03:22
9926328
Compare
Choose a tag to compare

This release fixes a few bugs with goi18n extract and goi18n merge, and it greatly increases the performance of the i18n package when localizing messages.

Changelog

9926328 Add build step (#226)
d17510c Update goreleaser.yml
9c75f7e goreleaser workflow (#225)
e15e8df fixed panic: runtime error: index out of range [0] with length 0 (#212)
8f09be8 fixes nil reference exception if localization text is empty, fixes #207 (#208)
354b2fc Pull request event
66dee75 simpler fallback behavior (#189)
663c088 tweak codecov
51d732d Build with GitHub actions (#224)
949485d Add a nil pointer check before dereferencing an identifier's Obj (#211)

v2.0.3

18 Nov 04:17
Compare
Choose a tag to compare

Changelog

26334ab minimum go version
275c8ec fix(goi18n): could not extract constant message id (#202)
3f2fe62 add benchmarks (#190)
48ecfc2 remove go.mod
0e318ba fix automatic release
de0ca95 remove comment
d69004e only deploy from latest