Merge pull request #83 from marhali/changelog-update-v3.0.0

Changelog update - `v3.0.0`
This commit is contained in:
Marcel 2022-02-07 09:03:20 +01:00 committed by GitHub
commit 0eb882e765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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