Files
Notes/notes-service/vendor/fluent-template-macros/CHANGELOG.md
T
2026-08-01 16:11:49 +03:00

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 flume dependency optional and cleanup features (#73)
  • Show core_locales resolved 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

  • Add follow_links to support builds with Bazel (#62)
  • remove snafu (#60)

0.9.1 - 2024-03-10

Other

  • Check that fallback_language exists between locales building static bundles (#58)

0.9.0 - 2024-03-04

Other

  • Use resolve 2
  • Use workspace.package
  • Update to support handlebars v5 (#55)
  • Sort the 'insert_resources' data to make static_loader! deterministic (#56)
  • Bump syn to 2.0 (#50)
  • Add ignore as optional feature (#48)