UNPKG

@thi.ng/proctext

Version:

Extensible procedural text generation engine with dynamic, mutable state, indirection, randomizable & recursive variable expansions

32 lines (22 loc) 1.38 kB
# Change Log - **Last updated**: 2025-08-04T09:13:01Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. Only versions published since **2022-01-01** are listed here. Please consult the Git history for older version information. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/proctext@0.2.0) (2024-08-10) #### 🚀 Features - add `isAre` and `withArticle` modifiers ([b969d12](https://github.com/thi-ng/umbrella/commit/b969d12)) - add `<empty>` var, update missing var handling ([350bc26](https://github.com/thi-ng/umbrella/commit/350bc26)) - add `<empty>` special var reference for empty strings - add `GeneratorContext.missing` option to provide fallback for missing vars - add custom error types - fix: add missing `maxHist` default value - update deps ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/proctext@0.1.0) (2024-07-19) #### 🚀 Features - import as new pkg ([1f96e4d](https://github.com/thi-ng/umbrella/commit/1f96e4d)) - update grammar, case-sensitive var names ([059bffb](https://github.com/thi-ng/umbrella/commit/059bffb))