Skip to content

version 0.11.0

Latest

Choose a tag to compare

@Ygg01 Ygg01 released this 15 Mar 16:14
d0aa64a

What's changed

Serialization

  • Replace MaybeNullWhen with NotNullWhen

Bundle

  • Deprecate FormatPatternErrRef
  • Introduce GetPatternUnchecked and TryGetPattern
  • FormatPattern now uses new method
  • Obsoletes TryGetPattern(pattern, args, result, errors) for TryGetPattern(pattern, args, errors, result) in IReadBundle and implementors.
  • GetPatternUnchecked now throws FluentException if no pattern found.
  • Removed FormatPattern default implementation from FluentBundle.
  • TryGetMessage and similar methods now no longer return {???}.

PluralRules

  • Add docs to Plural Rules