Skip to content

Latest commit

 

History

History
82 lines (49 loc) · 3.36 KB

File metadata and controls

82 lines (49 loc) · 3.36 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.5.2 (2025-08-06)

🩹 Bug fixes

  • update default handling (empty) (b223719)
    • include empty columns/cells for default eligibility
    • update ColumnSpec docs (re: role of cell transforms)
    • update tests

2.5.1 (2025-08-06)

♻️ Refactoring

  • update default value handling (fn lookup) (8d373bb)
    • allow ColumnSpec.default to be functions
    • update parseCSV()
    • update tests

2.5.0 (2025-08-06)

🚀 Features

  • add support for column default values (e105548)
    • update ColumnSpec
    • update parseCSV() to support & validate column specs w/ default values
    • add tests

2.4.0 (2025-07-12)

🚀 Features

  • add json() higher-order cell transform (d8a95dd)

2.3.87 (2024-06-21)

♻️ Refactoring

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

2.3.81 (2024-04-08)

♻️ Refactoring

2.3.66 (2024-02-22)

♻️ Refactoring

  • update object destructuring in all pkgs & examples (f36aeb0)

2.3.42 (2023-11-09)

🧪 Tests

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

2.3.26 (2023-08-28)

♻️ Refactoring

2.3.0 (2023-02-05)

🚀 Features

  • add oneOff() cell transform for enum like values (7c297db)