3.4 KiB
3.4 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
0.13.3 - 2026-02-17
Added
- support top-level language files (#103)
0.13.2 - 2025-10-23
Other
- make MultiLoader useable in statics (#96)
0.13.0 - 2025-01-12
Added
- [breaking] Replace once_cell Lazy with standard lib LazyLock (#86)
0.10.1 - 2024-08-19
Other
- Optimize fallback initialization on static loader macro (#77)
0.10.0 - 2024-08-16
Other
- Make
flumedependency optional and cleanup features (#73) - Show
core_localesresolved path when file not found in static loader (#69)
0.9.3 - 2024-04-17
Other
- Move common dependencies up to workspace level (#64)
0.9.2 - 2024-04-12
Other
0.9.1 - 2024-03-10
Other
- Check that
fallback_languageexists between locales building static bundles (#58)