- 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.5.2 (2025-08-06)
- update default handling (empty) (b223719)
- include empty columns/cells for default eligibility
- update
ColumnSpecdocs (re: role of cell transforms) - update tests
2.5.1 (2025-08-06)
- update default value handling (fn lookup) (8d373bb)
- allow
ColumnSpec.defaultto be functions - update
parseCSV() - update tests
- allow
2.5.0 (2025-08-06)
- add support for column default values (e105548)
- update
ColumnSpec - update
parseCSV()to support & validate column specs w/ default values - add tests
- update
2.4.0 (2025-07-12)
- add
json()higher-order cell transform (d8a95dd)
2.3.87 (2024-06-21)
- enforce uniform naming convention of internal functions (56992b2)
2.3.81 (2024-04-08)
- update reducer handling due to updates in @thi.ng/transducers pkg (99871a1)
2.3.66 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
2.3.42 (2023-11-09)
- update/refactor tests to use bun test runner (8f6edb1)
- update/rename test files/imports (still many broken) (1cb3c49)
2.3.26 (2023-08-28)
- add ColumnSpecs alias (217cb84)
2.3.0 (2023-02-05)
- add oneOff() cell transform for enum like values (7c297db)