Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 2.4.0 (2026-09-09)

- feat: Add `Checker:option`, which returns the value the schema resolves an option to. An extension no longer decides for itself what counts as true, so `enabled: no` means the same thing in every extension.
- feat: Add `Checker:attributes`, which checks one element's attributes against the `attributes` section and returns what they resolve to. Both the element's own group and `_any` apply, the named group last.
- docs: State that `Checker:options` reads the metadata of its first call only. A later call returns what the first call resolved, so a caller that needs a second document checked builds a second checker.
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ authors:
orcid: "https://orcid.org/0000-0002-3396-4549"
repository-code: "https://github.com/mcanouil/quarto-lua-modules"
license: MIT
date-released: "2026-09-07"
version: 2.3.0
date-released: "2026-09-09"
version: 2.4.0