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
Version 2.2.0-preview3
Fix
- Fix DI configuration
Version 2.2.0-preview2
Fix
- Clear Memory Cache not working
Version 2.2.0-preview1
Improvement
- new clean cache method
- Using concurrent dictionary instead of dictionary
Fix
- Fix cacheKey name for multi environment
- WithCulture method
Version 2.1.2
Fix
- Shared translation file was not found is BaseNameFile mode
Version 2.1.1
Improvement
- Possibility to switch between IMemoryCache and IDistributedCache
Fix
- Shared file not used if base name was null or empty
Version 2.1.0
Improvement
- Improve multi language & default lookup performance
- Test refactoring without TestServer
- better baseName implementation with Microsoft Implementation
- baseName now support shared file
Update
- Localization changes when CurrentUICulture is changed
- New Options SupportedCultureInfos
Fix
- Bad JsonStringLocalizer scope in DI
- Bad concatenation path for multi-os
- Bad cache key implementation
- Fix cache key for parent culture
Version 2.1.0-preview2
Improvement
- better baseName implementation with Microsoft Implementation
- baseName now support shared file
Fix
- Fix cacheKey for parent culture
Version 2.1.0-preview1
Improvement
- Improve multi language & default lookup performance
- Test refactoring without TestServer
Update
- Localization changes when CurrentUICulture is changed
- New Options SupportedCultureInfos
Fix
- Bad JsonStringLocalizer scope in DI
- Bad concatenation path for multi-os
- Bad cache key implementation
Version 2.0.1
Version 2.0.0
Improvement
- Improve global performance
Update
- Pluralization with customer separator is now available
- New JSON File structure Breaking changes from 1.1.7
- New options that allow users to set their own MemoryCache implementation based on IMemoryCache
- Code Cleaning
Fix
- Now if a duplicate key exist for the same language, the first is take instead of throwing exception