v2.0.0
Breaking changes
Placeholders without a type now default to String
(was Object
in v1
). To migrate, simply change all objects passed as parameters from foobar
to foobar.toString()
(or leave as-is for String
type objects).
What's Changed
- Use github-native GoReleaser changelog generation by @Albert221 in #66
- Fix wrong Go version in README by @bartekpacia in #68
- Add info about poeditor-langs l10n.yaml to README by @Albert221 in #69
- Make String a default placeholder type by @Albert221 in #71
- Put instructions on exporting POEDITOR_TOKEN in README by @Albert221 in #72
Full Changelog: v1.1.0...v2.0.0