Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

54 lines (33 loc) · 1.55 KB

Changelog

  • please enter new entries in format
- <description> (#<PR_number>, kudos to @<author>)

master

1.1.3

Fixed

  • Fix creating invalid keys, if contain quote marks (#22, kudos to @mateuszjablonski)

Changed

  • Internal refactoring regarding string literal escaping (#24, kudos to @olejnjak)

1.1.2

Fixed

  • Fix creating empty files when spreadsheet doesn't contain any plurals or only plurals (#20, kudos to @olejnjak)

1.1.1

Fixed

  • Fix bad stringsdict file extension (#17, kudos to @IgorRosocha)

1.1.0

  • Add support for plural keys (#16, kudos to @LukasHromadnik)

1.0.1

  • Add support for specifiying number of decimals for float (#15, kudos to @fortmarek)

1.0.0

  • create new ACKLocalization (#13, kudos to @olejnjak)
    • works with service accounts instead of published document
    • is configured with a file instead of ton of arguments

0.3.1

  • add %i to known format specifiers (#12, kudos to @olejnjak)
  • migrate to Swift 5 (#12, kudos to @olejnjak)

0.3.0

  • implement positioned arguments (#6, kudos to @fortmarek)
  • write some tests 💪 (#7, kudos to @olejnjak)
  • implement localization for plists (#8, kudos to @fortmarek)
  • fix localization for plists (#9, kudos to @fortmarek)