14 KiB
14 KiB
Changelog
All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.
0.4.9 (2026-03-17)
Features
- mark generated instances with attributed strings (85cce91)
Bug Fixes
- always append level to activatable name (10ca82a)
- require previous level and fix function typo (2b12a01)
0.4.8 (2026-03-15)
Bug Fixes
- render style and advanced special ability values (d7a2a99)
0.4.7 (2026-03-15)
Bug Fixes
- join profession variants with the same changes (99ee4f1)
0.4.6 (2026-03-14)
Bug Fixes
0.4.5 (2026-03-14)
Bug Fixes
- do not display the twelve blessings for shamanistic professions (e95cc0d)
- join prerequisites of the same entry more reliably (c317c62)
- rendering of blessings in packages and variants (d04e247)
0.4.4 (2026-03-14)
Bug Fixes
0.4.3 (2026-03-14)
Bug Fixes
- no disjunction lists for combat techniques and cantrips (fd40397)
0.4.2 (2026-03-13)
Features
- use more compact diff for liturgical chants as well (a6098be)
Bug Fixes
0.4.1 (2026-03-13)
Features
- apply map style (414685f)
- focus rule badge (c76c4cd)
- interval style time span as unit (0c772d1)
- use more compact diff for activatable skill parameters (70d7082)
Bug Fixes
- do not use typographic formatter for multi-word cost (fecbae5)
- do not wrap maximum duration if replaced (bac8a49)
- min/max wrapping (9a435e2)
- missing profession specification in title (2a97e7e)
- use abbreviated attribute name in prerequisites (1b2d21b)
- use duration level translation if present (a7790d6)
0.4.0 (2026-03-12)
⚠ BREAKING CHANGES
- require external date formatter
Features
- export helpful values and types (5e73ce0)
Bug Fixes
- require external date formatter (9cdf694)
0.3.2 (2026-03-12)
Features
- render enhancements (5159f07)
0.3.1 (2026-02-25)
0.3.0 (2026-02-25)
⚠ BREAKING CHANGES
-
stricter types for body sections
-
migrate codebase to TSONDB database
-
migrate codebase to TSONDB database (e702883)
Features
- add attribute description generators (02f332e)
- add derived characteristic description generator and main entrypoint (5d47824)
- add description generator for alternative rules (6b2d0a9)
- add description generator for curricula (7a9f8be)
- add description generator for curses (c686fe7)
- add description generators for (dis)advantages, special abilities and tradition artifact enchantments (f8664b9)
- add labeled sections and definition list styles (92d175d)
- animist power description generator (a048505)
- collect errata (e0df04f)
- culture description generator (d1fa45e)
- disease description generator (070afac)
- domination ritual description generator (76f55c8)
- elixir description generator (364b053)
- elven magical song description generator (0bf136a)
- equipment description generators (9847d2b)
- familiar’s trick description generator (931ba54)
- geode ritual description generator (2c4af0e)
- influence description generator (5f253d3)
- jester trick description generator (7170289)
- magical dance and magical melody description generators (e11f06b)
- magical rune description generator (7121a31)
- personality trait description generator (11d856d)
- poison description generator (1979cab)
- print prerequisites (235f6eb)
- profession description generator (cf9be74)
- race description generator (7a0d7ed)
- sex practice description generator (3d8d229)
- stricter types for body sections (d3d747f)
- zibilja ritual description generator (7ca36b9)
Bug Fixes
- add missing alternative names and special (546cc85)
- missing familiar's trick LP cost (00348aa)
- missing note for cost by primary patron (a10d785)
- poison application types and addiction (03d8854)
- register magical rune descriptor correctly (84705eb)
- register previously existing generators (b3253e0)
- register sex practice descriptor (7a7f9fe)
- render errata (763e7bf)
- sort translated lists (f1df86f)
0.2.1 (2024-10-07)
Bug Fixes
- default database accessors type always throws error when function is called (31bcb85)
0.2.0 (2024-10-07)
⚠ BREAKING CHANGES
- npm: define exports
- rename entity description creator exports to match previous renames
- remove partial application functionality from createEntityDescriptionCreator
- rename library entry to entity description to match repository
build
-
npm: define exports (52291cf)
-
remove partial application functionality from createEntityDescriptionCreator (840510b)
-
rename entity description creator exports to match previous renames (e09c884)
-
rename library entry to entity description to match repository (82878f8)