- Last updated: 2026-04-18T11:32:55Z
- Generator: 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 for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
2.7.74 (2025-12-03)
- update for-loops (use const where possible) (5ceaf1a)
2.7.10 (2024-06-21)
- enforce uniform naming convention of internal functions (56992b2)
2.7.0 (2024-03-21)
- add support for
&parent selector (2332cdc)- update xfSel transducer to support SASS-style
&parent selector - add tests
- update xfSel transducer to support SASS-style
- correct case-sensitivity in attrib selectors (23d556f)
- add tests
- minor updates (ac9032d)
- internal updates animation() & withScope()
2.6.0 (2024-02-12)
- add more unit formatters (36ab478)
2.5.0 (2024-02-06)
- at_keyframes() vararg handling (62df789)
- update to support more than just from/to keyframe args
- if given more space them equally across [0,100] interval
2.4.0 (2024-01-23)
- add appendStyleSheet(), update injectStyleSheet() (1eccb38)
2.3.4 (2023-12-22)
- fix media query
notoperator (f40800b)- wrap sub-query in parens
- update tests
2.3.0 (2023-12-18)
- update float value formatter, add tests (00ee4f7)
- update conditional formatting (f126005)
- add tests
2.2.14 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
- update/refactor tests to use bun test runner (8f6edb1)
- update/rename test files/imports (still many broken) (1cb3c49)
2.2.0 (2023-09-02)
- add customizable unit formatter precision (2db3071)
- set default prec to 4 fractional digits
- add setPrecision() to customize unit formatters
- add vmin/vmax() unit formatters
- update all other unit formatters
- update at_keyframes() arg types (5de6a92)
- add Keyframe type alias
- update animation() args/opts (ba47f93)
- update AnimationOpts
- use Keyframe type for args