Skip to content

Releases: leancodepl/poe2arb

v2.2.0

03 Apr 15:01
d3163e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.2.0

v2.1.1

08 Dec 11:59
d9a76eb
Compare
Choose a tag to compare

What's Changed

  • Fix dashes in ARBs filenames with locales having more than language by @Albert221 in #81
  • Bump Flutter in integration test to 3.16 by @Albert221 in #82
  • Output files with all-lowercase locale in filename by @Albert221 in #83

Full Changelog: v2.1.0...v2.1.1

v2.1.0

25 Oct 08:08
ab5eb5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

15 Aug 09:35
a333662
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 Apr 14:09
eb15066
Compare
Choose a tag to compare
DALL·E 2023-04-07 16 15 51 - green parrot wearing pants and holding a dictionary  flat style logo

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

Full Changelog: v1.1.0...v2.0.0

v1.1.0

17 Mar 07:29
cd22768
Compare
Choose a tag to compare

Added

  • #64 int, double, and num format is now optional in advanced placeholders

Changelog

v1.0.1

09 Mar 16:23
db4cd0b
Compare
Choose a tag to compare

Fixes

Changelog

v1.0.0

16 Feb 11:20
4300ae7
Compare
Choose a tag to compare

First stable release!

Funny DALL-E 2 image for the stable release

Breaking changes

In v0.5.0 count placeholder in plural terms was an int formatted as decimalPattern. In v1.0.0 they are treated as num and simply toString()ed. If you wish to preserve the previous behavior, you need to define the count placeholder in your terms as {count,int,decimalPattern} in one of the occurrences of the {count} placeholder.

Added

Changelog

v0.5.0

20 Jan 13:55
8d945bf
Compare
Choose a tag to compare

Added

  • More visually pleasing logs in the console output

Changelog

v0.4.1

23 Dec 10:11
1b3d085
Compare
Choose a tag to compare

Fixes

  • Fix no attributes being generated ever

Changelog