Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 2.79 KB

File metadata and controls

65 lines (39 loc) · 2.79 KB

Change Log

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 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 (2024-06-21)

♻️ Refactoring

  • enforce uniform naming convention of internal functions (56992b2)

2.2.0 (2024-03-27)

🚀 Features

  • add FMT_HTML_MCSS, update memoizations (55e85f0)
  • add FMT_HTML_CSS_VARS() formatter (277155e)

2.1.0 (2024-02-19)

🚀 Features

  • add common ANSI escape seqs (11231de)

2.0.0 (2023-12-18)

🛑 Breaking changes

  • update StringFormat interface (c04c723)
  • BREAKING CHANGE: add StringFormat.format()
    • update all existing StringFormat impls
    • add FormatPresets.format to expose ref to underlying StringFormat

1.4.16 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

🧪 Tests

  • update/refactor tests to use bun test runner (8f6edb1)
  • update/rename test files/imports (still many broken) (1cb3c49)

1.4.0 (2023-03-17)

🚀 Features

1.3.0 (2023-03-16)

🚀 Features

  • add PRESET_ANSI16, update PRESETS_TPL (33a69cc)
    • add bg colors to PRESETS_TPL (and therefore defFormatPresets())
    • add PRESET_ANSI16 to reduce boilerplate