Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 1.03 KB

3.0.0

  • BREAKING: Updated FileAssetLoader to use getLocalePath, which dynamically constructs locale-specific file paths. Previous usage requiring direct file paths must adapt to the new format.
  • Added FileSingleAssetLoader class for handling single translation files.
  • Improved logging for better debugging.

2.0.2

  • Update connectivity_plus package to ^6.0.3
  • Update easy_localization package to ^3.0.7

2.0.1

  • Extend delimiters for csv loader

2.0.0

  • BREAKING: The local AssetLoader class deleted, now using the one from easy_localization itself.
  • BREAKING: Depends on connectivity_plus ^4.0.0 and http ^1.0.0.
  • Const constructors in:
    • FileAssetLoader
    • HttpAssetLoader
    • JsonAssetLoader
    • TestsAssetLoader
    • XmlAssetLoader
    • YamlAssetLoader
  • Fixed deprecations

0.0.1

  • Initial release.