Skip to content

Version 2.11.0

Compare
Choose a tag to compare
@nd1012 nd1012 released this 10 Mar 16:13
· 54 commits to main since this release

Changes

Breaking changes

  • Added reference to Microsoft.Extensions.Localization.Abstractions
  • ITranslationTerms implement IStringLocalizer now
  • ITranslationTerms.GetTerm methods signature changed to support parsing arguments for the requested term translation
  • ITranslationTerms indexer have a values parameter now
  • (Combined)TranslationTerms changed according to the ITranslationTerms changes
  • TranslationHelper._ methods are in TranslationHelper.Ext now

Additions

  • Added FsHelper.SyncObject
  • Added FsHelper.SearchFolders and FsHelper.GetSearchFolders
  • Added FsHelper.FindFile
  • Translation implements IStringLocalizer now
  • Added TranslationTerms.StringLocalizer
  • All (Combined)TranslationTerms methods and properties are virtual now
  • Added GenericTranslation(Terms) which implement IStringLocalizer<T>
  • Added StringLocalizerFactory

Full Changelog: v2.10.1...v2.11.0