This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
Releases: AlexTeixeira/Askmethat-Aspnet-JsonLocalizer
Releases · AlexTeixeira/Askmethat-Aspnet-JsonLocalizer
4.0.1
What's Changed
- change strict parsing of json files by @ErikApption in #127
- .Net6 support by @yangar in #134
- Cleaned dependencies and improved missing translations by @ErikApption in #131
New Contributors
Full Changelog: 4.0.0...4.0.1
Version 4.0.0
What's Changed
- added support to split i18n files into multiple json files by @ErikApption in #118
- Collect missing to json by @ErikApption in #119
- prevent empty dictionary from being serialized by @ErikApption in #121
- Net5 by @ErikApption in #124
- Blazor wasm localizer prototype by @ErikApption in #122
Full Changelog: 3.1.1...4.0.0
Version 3.2.0
Improvement
- Better management for multiple I18n files
- Json Collection for missing translation
- Avoid creation and serialization of missingtranslate.json if the file exist
What's Changed
- added support to split i18n files into multiple json files by @ErikApption in #118
- Collect missing to json by @ErikApption in #119
- prevent empty dictionary from being serialized by @ErikApption in #121
Full Changelog: 3.1.1...3.2.0
Version 3.2.0 Alpha 4
Improvement
- Avoid creation and serialization of missingtranslate.json if the file exist
Version 3.2.0 Alpha 3
Improvement
- Json collection for missing translations
Version 3.2.0 Alpha 2
Improvement
- Better management for multiple I18n files
Version 3.2.0 Alpha 1
Improvement
- Better management for multiple I18n files
Version 3.1.1
Version 3.1.0
Version 2.2.1
Improvement
- Performances (PR #72)
Fixes
- Some fixes
- Allow user to use IJsonStringLocalizer WithCulture method