71 lines
3.4 KiB
Markdown
71 lines
3.4 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
## [0.13.3](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.13.2...fluent-template-macros-v0.13.3) - 2026-02-17
|
|
|
|
### Added
|
|
|
|
- support top-level language files ([#103](https://github.com/XAMPPRocky/fluent-templates/pull/103))
|
|
|
|
## [0.13.2](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.13.1...fluent-template-macros-v0.13.2) - 2025-10-23
|
|
|
|
### Other
|
|
|
|
- make MultiLoader useable in statics ([#96](https://github.com/XAMPPRocky/fluent-templates/pull/96))
|
|
|
|
## [0.13.0](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.12.1...fluent-template-macros-v0.13.0) - 2025-01-12
|
|
|
|
### Added
|
|
|
|
- [**breaking**] Replace once_cell Lazy with standard lib LazyLock (#86)
|
|
|
|
## [0.10.1](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.10.0...fluent-template-macros-v0.10.1) - 2024-08-19
|
|
|
|
### Other
|
|
- Optimize fallback initialization on static loader macro ([#77](https://github.com/XAMPPRocky/fluent-templates/pull/77))
|
|
|
|
## [0.10.0](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.9.4...fluent-template-macros-v0.10.0) - 2024-08-16
|
|
|
|
### Other
|
|
- Make `flume` dependency optional and cleanup features ([#73](https://github.com/XAMPPRocky/fluent-templates/pull/73))
|
|
- Show `core_locales` resolved path when file not found in static loader ([#69](https://github.com/XAMPPRocky/fluent-templates/pull/69))
|
|
|
|
## [0.9.3](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.9.2...fluent-template-macros-v0.9.3) - 2024-04-17
|
|
|
|
### Other
|
|
- Move common dependencies up to workspace level ([#64](https://github.com/XAMPPRocky/fluent-templates/pull/64))
|
|
|
|
## [0.9.2](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.9.1...fluent-template-macros-v0.9.2) - 2024-04-12
|
|
|
|
### Other
|
|
- Add follow_links to support builds with Bazel ([#62](https://github.com/XAMPPRocky/fluent-templates/pull/62))
|
|
- remove snafu ([#60](https://github.com/XAMPPRocky/fluent-templates/pull/60))
|
|
|
|
## [0.9.1](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.9.0...fluent-template-macros-v0.9.1) - 2024-03-10
|
|
|
|
### Other
|
|
- Check that `fallback_language` exists between locales building static bundles ([#58](https://github.com/XAMPPRocky/fluent-templates/pull/58))
|
|
|
|
## [0.9.0](https://github.com/XAMPPRocky/fluent-templates/compare/fluent-template-macros-v0.8.0...fluent-template-macros-v0.9.0) - 2024-03-04
|
|
|
|
### Other
|
|
- Use resolve 2
|
|
- Use workspace.package
|
|
- Update to support handlebars v5 ([#55](https://github.com/XAMPPRocky/fluent-templates/pull/55))
|
|
- Sort the 'insert_resources' data to make static_loader! deterministic ([#56](https://github.com/XAMPPRocky/fluent-templates/pull/56))
|
|
- Bump syn to 2.0 ([#50](https://github.com/XAMPPRocky/fluent-templates/pull/50))
|
|
- Add ignore as optional feature ([#48](https://github.com/XAMPPRocky/fluent-templates/pull/48))
|