Skip to content

v5.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Feb 13:16
· 1 commit to main since this release

5.0.1 (2026-02-23)

Bug Fixes

  • Incorrect type (e0f9d85)
  • Incorrect value in validation error message (bedc338)
  • Set ValidationError name (0a1d9ef)
  • Use correct error type in validations (8866318)

Performance Improvements

  • Add basic benchmarks (232ec91)
  • Add bench for nested grid (74c53d0)
  • Calcualate non-gutter steps in outer function (241622f)
  • Ensure expensive functions are only executed once (bf2db3d)
  • Mutate array instead of reducing (9c20bba)
  • Precompute transformation matrix (56485ae)
  • Remove stale validation check (59a2690)
  • Use for loop to allow early return (eb98cc5)
  • Use separate calls to clampT instead of mapping over obj (83f8c1a)