Askmethat Aspnet JsonLocalizer Versions Save

Json Localizer library for .NetStandard and .NetCore Asp.net projects

3.0.0

3 years ago

Improvement

  • Performances (PR #72)
  • Allow folder with '.' in I18n mode
  • Allow to use IJsonStringLocalizer with Inheritance
  • Support .netstandard 2.1
  • Azure devops CI

Update

  • Adding I18n alternate file configuration (Issue #64)

Fixes

-Using Path Separator instead of string in I18n logic

  • Exception while getting relevant culture file when folders have

Known Issue

3.0.0-preview7

3 years ago

Improvement

  • New CI with azure devops

Fixes

  • Exception while getting relevant culture file when folders have

3.0.0-preview6

3 years ago

Improvement

  • New CI with azure devops

Fixes

  • Exception while getting relevant culture file when folders have

3.0.0-preview5

3 years ago

Improvement

  • New CI with azure devops

Fixes

  • Exception while getting relevant culture file when folders have

3.0.0-preview4

4 years ago

REPLACE VERSION 3.0.0 Preview 3

3.0.0-preview3

4 years ago

Improvement

  • Allow folder with '.' in I18n mode
  • Allow to use IJsonStringLocalizer with Inheritance
  • Support .netstandard 2.1

3.0.0-preview2

4 years ago

Fix

  • Using Path Separator instead of string in I18n logic

3.0.0-preview1

4 years ago

Improvement

  • Performances (PR #72)

Update

  • Adding I18n alternate file configuration (Issue #64)

Known Issue

2.2.1-preview1

4 years ago

Improvement

  • Performances (PR #72)

2.2.0

4 years ago

Improvement

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

Update

  • Update to .net core 3.1
  • Possibility to add custom logging behavior for missing documentation

Fix

  • Fix cacheKey name for multi environment
  • WithCulture method
  • Fix DI Documentation