Changelog update - v3.0.0

This commit is contained in:
GitHub Action 2022-02-04 17:06:26 +00:00
parent ee5d6b6e16
commit 41313a3ea7

View File

@ -3,21 +3,23 @@
# easy-i18n Changelog
## [Unreleased]
### BREAKING CHANGES
- The local file structure of your translation files must be configured in the settings menu
### Added
- Modularization supports namespace or locale module
- Full namespace / locale module support for all file types
- Support for object and array elements inside json arrays
- IDE integrated error report functionality
## [3.0.0]
### BREAKING CHANGES
- The local file structure of your translation files must be configured in the settings menu
### Changed
- Improve exception handling on IO operations
- Update dependencies
### Added
- Modularization supports namespace or locale module
- Full namespace / locale module support for all file types
- Support for object and array elements inside json arrays
- IDE integrated error report functionality
### Fixed
- Character unescaping for '.properties' files
### Changed
- Improve exception handling on IO operations
- Update dependencies
### Fixed
- Character unescaping for '.properties' files
- Exception on json files without any content
## [2.0.0]