# Change Log - **Last updated**: 2026-07-02T14:22:52Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. Only versions published since **2023-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. ### [2.2.6](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/text-format@2.2.6/packages/text-format) (2024-06-21) #### โ™ป๏ธ Refactoring - enforce uniform naming convention of internal functions ([56992b2](https://codeberg.org/thi.ng/umbrella/commit/56992b2)) ## [2.2.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/text-format@2.2.0/packages/text-format) (2024-03-27) #### ๐Ÿš€ Features - add FMT_HTML_MCSS, update memoizations ([55e85f0](https://codeberg.org/thi.ng/umbrella/commit/55e85f0)) - add FMT_HTML_CSS_VARS() formatter ([277155e](https://codeberg.org/thi.ng/umbrella/commit/277155e)) ## [2.1.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/text-format@2.1.0/packages/text-format) (2024-02-19) #### ๐Ÿš€ Features - add common ANSI escape seqs ([11231de](https://codeberg.org/thi.ng/umbrella/commit/11231de)) # [2.0.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/text-format@2.0.0/packages/text-format) (2023-12-18) #### ๐Ÿ›‘ Breaking changes - update StringFormat interface ([c04c723](https://codeberg.org/thi.ng/umbrella/commit/c04c723)) - BREAKING CHANGE: add StringFormat.format() - update all existing StringFormat impls - add FormatPresets.format to expose ref to underlying StringFormat ### [1.4.16](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/text-format@1.4.16/packages/text-format) (2023-11-09) #### โ™ป๏ธ Refactoring - update all tests (packages A-S) ([e3085e4](https://codeberg.org/thi.ng/umbrella/commit/e3085e4)) #### ๐Ÿงช Tests - update/refactor tests to use bun test runner ([8f6edb1](https://codeberg.org/thi.ng/umbrella/commit/8f6edb1)) - update/rename test files/imports (still many broken) ([1cb3c49](https://codeberg.org/thi.ng/umbrella/commit/1cb3c49)) ## [1.4.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/text-format@1.4.0/packages/text-format) (2023-03-17) #### ๐Ÿš€ Features - add PRESET_NONE ([28e4db4](https://codeberg.org/thi.ng/umbrella/commit/28e4db4)) ## [1.3.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/text-format@1.3.0/packages/text-format) (2023-03-16) #### ๐Ÿš€ Features - add PRESET_ANSI16, update PRESETS_TPL ([33a69cc](https://codeberg.org/thi.ng/umbrella/commit/33a69cc)) - add bg colors to PRESETS_TPL (and therefore `defFormatPresets()`) - add PRESET_ANSI16 to reduce boilerplate