Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Releases: AlexTeixeira/Askmethat-Aspnet-JsonLocalizer

Version 2.2.0-preview3

17 Nov 12:58
de8fbeb
Compare
Choose a tag to compare
Pre-release

Fix

  • Fix DI configuration

Version 2.2.0-preview2

16 Nov 08:57
536cd0e
Compare
Choose a tag to compare
Pre-release

Fix

  • Clear Memory Cache not working

Version 2.2.0-preview1

01 Nov 09:57
536cd0e
Compare
Choose a tag to compare
Pre-release

Improvement

  • new clean cache method
  • Using concurrent dictionary instead of dictionary

Fix

  • Fix cacheKey name for multi environment
  • WithCulture method

Version 2.1.2

07 Jul 16:56
e653e60
Compare
Choose a tag to compare

Fix

  • Shared translation file was not found is BaseNameFile mode

Version 2.1.1

22 Jun 14:06
a810891
Compare
Choose a tag to compare

Improvement

  • Possibility to switch between IMemoryCache and IDistributedCache

Fix

  • Shared file not used if base name was null or empty

Version 2.1.0

19 Jun 13:28
62809ca
Compare
Choose a tag to compare

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

04 Jun 13:25
62809ca
Compare
Choose a tag to compare
Pre-release

Improvement

  • better baseName implementation with Microsoft Implementation
  • baseName now support shared file

Fix

  • Fix cacheKey for parent culture

Version 2.1.0-preview1

04 May 07:12
644132f
Compare
Choose a tag to compare
Pre-release

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

02 Apr 13:49
1861747
Compare
Choose a tag to compare

Fix

  • #38 Using pluralization without plural separator use key name instead of throwing exception
  • #39 Only null are treated as non-existance

Version 2.0.0

11 Mar 15:41
34883a6
Compare
Choose a tag to compare

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