Skip to content

Releases: chialab/sveltekit-utils

@chialab/[email protected]

03 Nov 11:56
82e5775

Choose a tag to compare

Minor Changes

  • c9840cb: Add flag to differentiate newly instantiated sessions.
  • 41793dc: Upgrade dependencies.

Patch Changes

@chialab/[email protected]

03 Nov 11:56
82e5775

Choose a tag to compare

Minor Changes

Patch Changes

@chialab/[email protected]

03 Nov 11:56
82e5775

Choose a tag to compare

Minor Changes

Patch Changes

@chialab/[email protected]

17 Oct 08:12
79f16b0

Choose a tag to compare

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.
  • 7d35776: Add support for stripHtml in NodeJS, decode HTML Entities.
  • e002505: Add asyncIterableToArray sort-of polyfill.
  • 8c506cb: Add minimal string utility methods.
  • 6ab2ac7: Introducing a S3 cache adapter.
  • 233eaca: Refactor to monorepo with configs and utils packages

Patch Changes

  • c58afd1: Rollback to patched version of @heyputer/kv.js since 0.1.91 does not include fixes of HeyPuter/kv.js#18.
  • de8f6f4: Add artifact provenance for NPM publishing.
  • eeb87d7: Fix headers not being written to logs on fetch failures.
  • 0f5cf47: Fix import of @heyputer/kv.js.
  • 3404b94: Use patched version of @heyputer/kv.js.
  • 291146c: Move @chialab/isomorphic-dom to production dependencies.
  • e7cfedb: Fix stripHtml method to remove style, script and iframe tags before extracting the text in the html.
  • 69c18fe: Restore the store implementation for lazyLoad function
  • 87e9b31: Add child method to S3 cache adapter.
  • e15506a: Export fetch functions
  • 59eab1c: Upgrade @heyputer/kv.js to latest version, fix keys never set in in-memory cache when ttl was non-zero and key did not exist.
  • Updated dependencies [de8f6f4]

@chialab/[email protected]

17 Oct 08:12
79f16b0

Choose a tag to compare

Minor Changes

  • 233eaca: Refactor to monorepo with configs and utils packages

Patch Changes

  • b9d7746: Fix import of extended configs and plugins for stylelint
  • de8f6f4: Add artifact provenance for NPM publishing.
  • 6b81e32: Rename prettier config file to use commonJS to be compatible with vscode prettier extension...
  • 1830fbc: Fix import of prettier's plugins in the config file.

@chialab/[email protected]

17 Oct 08:12
79f16b0

Choose a tag to compare

Patch Changes

  • de8f6f4: Add artifact provenance for NPM publishing.

@chialab/[email protected]

16 Oct 15:51
ed845f3

Choose a tag to compare

Pre-release

Patch Changes

@chialab/[email protected]

16 Oct 15:51
ed845f3

Choose a tag to compare

Pre-release

Patch Changes

  • de8f6f4: Add artifact provenance for NPM publishing.

@chialab/[email protected]

16 Oct 15:51
ed845f3

Choose a tag to compare

Pre-release

Patch Changes

  • de8f6f4: Add artifact provenance for NPM publishing.

@chialab/[email protected]

08 Sep 08:42
6dc5f08

Choose a tag to compare

Pre-release

Patch Changes

  • 87e9b31: Add child method to S3 cache adapter.