4.0.0
Finally, the big refactoring is done & BartyCrouch in version 4 is here! 🎉
To upgrade from Version 3.x to 4.x, refer to this migrationg guide.
Changelog
Added
- Support for installation via Mint (SwiftSPM based).
- Use configuration file instead of thousands of command line options.
- Demo project based integration tests.
- Sophisticated SwiftGen-Integration (automatic static NSLocalizedString code replacement) via new
transform
option.
Changed
- All subcommands except
lint
were bundled into theupdate
subcommand. - Own client implementation of updated Microsowft Translator API.
Removed
- The
--override-comments
(-c
) option on thecode
subcommand is now always turned on, no need to configure. - The
--extract-loc-strings
(-e
) option on thecode
subcommand is now always turned on, no need to configure.