Skip to content

Releases: PicnicSupermarket/localicious

v1.0.1

11 Mar 12:08
Compare
Choose a tag to compare
  • Add comment indicating that files are auto-generated (#50) 3283da6
  • Fix escaping for JS string rendering (#49) 35fa701

v1.0.0...v1.0.1

v1.0.0

24 Aug 14:48
Compare
Choose a tag to compare

Note: This release includes breaking changes. For more information, see our migration guide.

  • Introduce JS output-type and collections cacd8a8
  • Add JS autocompletion by adding types to the generated code 0a5e090
  • Allows bundle to be used as a parameter for the iOS generated code 1b636e1
  • Adds public keyword to iOS code generation template 308d7cd
  • Properly escape quote characters in Localizable.strings files a8948a4
  • Bump lodash from 4.17.15 to 4.17.19 (#40) fdae903

v0.9.6...v1.0.0

v0.9.6

30 Apr 14:46
Compare
Choose a tag to compare

v0.9.5...v0.9.6

v0.9.5

27 Mar 13:47
Compare
Choose a tag to compare

v0.9.4...v0.9.5

More bugfixes

27 Feb 17:26
Compare
Choose a tag to compare

Various bugfixes courtesy of @johankool:

  • Don't encode special characters in the iOS output f5344d3
  • Replace all substitutions, not just the first a84834b
  • Add support for multiline strings on Android 7ba94d3
  • Fix compilation error in generated Swift code and apply arguments f9ee163

v0.9.3...v0.9.4

Assorted bugfixes

21 Jan 09:32
Compare
Choose a tag to compare
  • Fix console output issues 57c858d
  • Don't generate empty Android code files 2ed6cde
  • Fix duplications in codegen (#12) 7703c23
  • Update README 7f4a396
  • Fix issue with path resolution of code generation templates 0fe325d
  • Add publishing guidelines efbe22e

v0.9.2...v0.9.3

Initial public release

02 Jan 11:17
Compare
Choose a tag to compare

Introducing the initial public release of Localicious. Major features in this version:

  • Share localized copy for Android and iOS in a structured YAML file
  • Schema validation to ensure the YAML file is sound and complete
  • Generate localization files for Android (strings.xml) and iOS (Localizable.strings)
  • Generate type-safe Swift wrappers for the localization files
  • Add a11y information to the YAML file