Releases: ricokahler/next-plugin-query-cache
Releases · ricokahler/next-plugin-query-cache
v2.0.0-alpha.2
chore
BREAKING CHANGES
- Next.js > 10.0.9 is now required.
v2.0.1
2.0.1 (2021-05-14)
Bug Fixes
- Add options to server cache key invocation (#18) (d82b38e)
v2.0.0
2.0.0 (2021-03-18)
BREAKING CHANGES
- Next.js > 10.0.9 is now required.
v2.0.0-alpha.1
Bug Fixes
- bump version; simplify implementation (5c4d75f)
BREAKING CHANGES
- Next.js > 10.0.9 is now required.
v1.1.1-alpha.2
Bug Fixes
- wait for next.js trace object (8544c6f)
v1.1.1-alpha.1
Bug Fixes
- close server on telemetry flush (#8) (0fd20d5)
v1.1.0
1.1.0 (2021-03-07)
Features
- reporting: add logger and reporter (#5) (066aede)
v1.0.5
1.0.5 (2021-03-04)
Bug Fixes
- build: fix missing query-fetch-response.d.ts file (bcfb900)
v1.0.4
1.0.4 (2021-03-04)
1st release 🎉
Bug Fixes
(took a bit of thrashing to get automated publishing working)
- build: add
types
field to package.json (bd16685)
v1.0.3
1.0.3 (2021-03-04)
Bug Fixes
- build: un-ignore the dist folder (4967b4a)