- Initial release
- Resolved critical issues with gem installation.
- Ensured gem name consistency across all files and references (localize_ruby_client).
- Dropped support for environment variables (ENVs).
- Removed RBS support.
- Introduced the ability to configure the gem from the target project.
- Added
Railtie
support for Rails projects, enabling automatic loading of rake tasks for file translations. - Included
Pry
gem as a debugger for development and test environments.
- Refactored gem library structure:
- Split main class logic into smaller, separate helpers for easier maintainability.
- Updated rake task invocation:
- Switched to named attributes instead of indexed arguments to prevent order confusion and allow skipping optional arguments.
- Set a default value for
conflict_mode
toreplace
if skipped.
- Enhanced README.md with detailed sections on:
- Available rake tasks.
- Usage instructions for rake tasks.
Railtie
support for Rails projects.