Releases: PicnicSupermarket/localicious
Releases · PicnicSupermarket/localicious
v1.0.1
v1.0.0
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
- Correctly encode percentage signs for Android and iOS, fixes #21 and #30, reported by @johankool and @asvitzer 1c08697
v0.9.5
- Fix typo in generated Swift code, fixes #27 reported by @melisa-dlg 165effa
- Explicitly provide characters to escape for the Android target, fixes #24 reported by @asvitzer 4e3f3ef & a0b384b
- Bump dependencies with security vulnerabilities 75a5d64 c69014f
- Update
LocaliciousConfig.yaml
example in README, courtesy of @melisa-dlg (#22) 0b96670
More bugfixes
Various bugfixes courtesy of @johankool:
Assorted bugfixes
Initial public release
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