Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

55 lines (41 loc) · 993 Bytes

Change Log

[Unreleased]

[0.6.0] - 2022-08-03

Added

  • feat: preset #48

[0.5.1] - 2022-05-21

Changed

  • add get options to explicitly force prefetch #44

[0.5.0] - 2022-05-19

Added

  • feat: abort #43

[0.4.1] - 2022-05-09

Changed

  • Update dependencies, examples and README for React 18

[0.4.0] - 2021-05-06

Changed

  • [BREAKING CHANGE] New API option for three cache types (#19)

[0.3.0] - 2020-12-29

Changed

  • [BREAKING CHANGE] New API and implementation without Proxies

[0.2.1] - 2020-03-02

Changed

  • Simplify code

[0.2.0] - 2020-02-06

Changed

  • Mutate proxy target object with result (useful for debugging)

[0.1.1] - 2020-01-27

Changed

  • Fix isExtensible/preventExtensions trap handlers

[0.1.0] - 2020-01-26

Changed

  • Implement all proxy handlers (#3)

[0.0.4] - 2020-01-08

Added

  • New refetch API

[0.0.3] - 2019-12-12

Changed

  • Improve typing

[0.0.1] - 2019-12-06

Added

  • Initial release