Skip to content

Releases: Asana/locheck

0.9.12

23 Sep 13:57
36cc382

Choose a tag to compare

Support iOS string catalogs

0.9.11

26 May 17:52
327454d

Choose a tag to compare

Allow position specifiers in stringsdict expressions

0.9.10

05 Apr 21:07
3c4cd70

Choose a tag to compare

  • Fix over-reporting of string_has_implicit_position
  • Fix error message suggestions

0.9.9

30 Mar 17:14
474fd99

Choose a tag to compare

  • string_has_implicit_position is a new warning when you don't add explicit positions to arguments.
  • stringsdict_entry_has_implicit_position is the equivalent warning for stringsdict files.

0.9.8

04 Nov 21:07
805b219

Choose a tag to compare

You can pass --ignore-language foo one or more times to ignore languages that exist in your code but whose errors you do not care about.

0.9.7

12 Sep 22:06
bb41e3f

Choose a tag to compare

Duplicate keys are now an error. #30

0.9.6

22 Apr 22:31
1232cee

Choose a tag to compare

Fix a bug where one missing string would prevent additional error reporting

0.9.5

14 Apr 17:26
626f0d1

Choose a tag to compare

Validate string-arrays in Android XML (fix #35) (#36)

* Validate string-arrays in Android XML

* Print swift version in CI

* Nah

* Fix build error

* Fix tests

0.9.4

03 Nov 18:12
8a61126

Choose a tag to compare

  • --treat-warnings-as-errors
  • Stop coalescing all .strings files together; instead, compare files with the same name.

0.9.3

13 Sep 21:17

Choose a tag to compare

  • Fix certain errors preventing later errors from being logged
  • Get back on a real release of SwiftyXMLParser