Skip to content

Releases: Asana/locheck

0.9.11

26 May 17:52
327454d
Compare
Choose a tag to compare

Allow position specifiers in stringsdict expressions

0.9.10

05 Apr 21:07
3c4cd70
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Duplicate keys are now an error. #30

0.9.6

22 Apr 22:31
1232cee
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Fix certain errors preventing later errors from being logged
  • Get back on a real release of SwiftyXMLParser

0.9.2

07 Sep 17:18
Compare
Choose a tag to compare
  • Accept more input; allow some files to be missing, don't require 1:1 relationship between stringsdict files
  • locheck version command