|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | +## [Unreleased] |
| 9 | + |
| 10 | +<details> |
| 11 | +<summary>Migration guide from v0.1.x</summary> |
| 12 | + |
| 13 | +<!-- Write migration guide here --> |
| 14 | + |
| 15 | +</details> |
| 16 | + |
| 17 | +### Added |
| 18 | + |
| 19 | +### Changed |
| 20 | + |
| 21 | +### Deprecated |
| 22 | + |
| 23 | +### Removed |
| 24 | + |
| 25 | +### Fixed |
| 26 | + |
| 27 | +### Security |
| 28 | + |
| 29 | +## [0.5.0] - 2025-12-15 |
| 30 | + |
| 31 | +<details> |
| 32 | +<summary>Migration guide from v0.4.x</summary> |
| 33 | + |
| 34 | +The following identifiers have been renamed and need to be changed in your source code: |
| 35 | + |
| 36 | +- `load_ftl_data` --> `load-ftl-data` |
| 37 | +- `data_type` key in database `toml` files --> `data-type` |
| 38 | +- `lflib.get_text` --> `lflib.get-text` |
| 39 | +- `lflib.fluent.get_message` --> `lflib.fluent.get-message` |
| 40 | + |
| 41 | +(there should be no need to use `lflib` directly, so the first two should be enough) |
| 42 | + |
| 43 | +<!-- Write migration guide here --> |
| 44 | + |
| 45 | +</details> |
| 46 | + |
| 47 | +### Added |
| 48 | + |
| 49 | +- Add `database-at()` that allows one to use a database that is active in another part of the document. |
| 50 | + This is mainly for outlines, where you may want to use the database used for the heading, instead of the one active at the outline. |
| 51 | +- Add `linguify-raw()` which requires external `context` and thus returns non-opaque results. |
| 52 | + This can _also_ be used for outlines, but also enables a bunch of other use cases that require inspecting translated text. |
| 53 | + |
| 54 | +### Changed |
| 55 | + |
| 56 | +- **BREAKING:** identifiers now use kebab-case consistently; see the migration guide for a list |
| 57 | + |
| 58 | +### Fixed |
| 59 | + |
| 60 | +- discrepancies between manual and implementation have been fixed |
| 61 | + |
| 62 | + |
| 63 | +[Unreleased]: https://github.com/SillyFreak/typst-alexandria/compare/v0.5.0...HEAD |
| 64 | +[0.5.0]: https://github.com/SillyFreak/typst-alexandria/releases/tag/v0.5.0 |
0 commit comments