Skip to content

Latest commit

 

History

History
61 lines (27 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

61 lines (27 loc) · 2.34 KB

Changelog

0.4.0 (2024-08-19)

Features

  • react-query: add memoization for data in infinite source (#17) (1147af1)

0.3.0 (2024-08-12)

Features

0.2.1 (2024-08-07)

⚠ BREAKING CHANGES

  • next and prev are Partial<TRequest> | undefined instead of Partial<TResponse> | undefined
  • DataSource no longer supports in ActualParams type

Bug Fixes

  • make page param patch for request (#11) (e76f88e)

0.2.0 (2024-08-05)

Features

  • react: add custom props for data loader components (#8) (b4d12de)

0.1.2 (2024-08-05)

Bug Fixes

  • install utlity-types package as dependency (#6) (783c929)

0.1.1 (2024-08-02)

Bug Fixes

  • react: add exports for error props (#4) (a86c45b)

0.1.0 (2024-07-29)

chore

Features