Releases: chialab/sveltekit-utils
Releases · chialab/sveltekit-utils
v0.1.0-alpha.1
Patch Changes
- 0f5cf47: Fix import of
@heyputer/kv.js
.
v0.1.0-alpha.0
Minor Changes
- e7760c7: Use
@heyputer/kv.js
for in-memory cache, simplify code and increase test coverage, addclearPattern()
method to base cache interface. - a094cf6: Avoid persisting session if nothing has changed.
- e002505: Add
asyncIterableToArray
sort-of polyfill. - 8c506cb: Add minimal string utility methods.
Patch Changes
- eeb87d7: Fix headers not being written to logs on fetch failures.