Skip to content

Releases: chialab/sveltekit-utils

v0.1.0-alpha.1

14 Feb 07:03
281bb2f
Compare
Choose a tag to compare
v0.1.0-alpha.1 Pre-release
Pre-release

Patch Changes

  • 0f5cf47: Fix import of @heyputer/kv.js.

v0.1.0-alpha.0

13 Feb 17:32
38cbad3
Compare
Choose a tag to compare
v0.1.0-alpha.0 Pre-release
Pre-release

Minor Changes

  • e7760c7: Use @heyputer/kv.js for in-memory cache, simplify code and increase test coverage, add clearPattern() 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.

v0.0.2

04 Feb 08:18
Compare
Choose a tag to compare

Patch Changes

  • 0042aa9: Enable isolated declarations for TypeScript.