Skip to content

0.3.0.0 - Cleaning and documenting

Latest
Compare
Choose a tag to compare
@SyberiaK SyberiaK released this 24 Jan 18:16
· 12 commits to main since this release
  • SL10n can now detect unfilled localization strings.
    • Unfilled strings are either empty or equal to their key.
    • warnings.UnfilledLocaleKey propogates when an unfilled key detected.
  • pimpl.ORJSONImpl is now deprecated.
    • According to my benchmarks, orjson makes no significant load/dump speeds difference for our use case. A this point there's no reason to have a dedicated ParsingImpl for it.
      Use pimpl.JSONImpl with one of the supported packages instead (e.g. built-in json).

Also I updated the docs look and added a new "Locale containers" page.

  • Most notably, ParsingImpl methods have been documented.