Releases: chialab/sveltekit-utils
Releases · chialab/sveltekit-utils
@chialab/[email protected]
Minor Changes
Patch Changes
@chialab/[email protected]
@chialab/[email protected]
@chialab/[email protected]
Minor Changes
- e7760c7: Use
@heyputer/kv.jsfor in-memory cache, simplify code and increase test coverage, addclearPattern()method to base cache interface. - a094cf6: Avoid persisting session if nothing has changed.
- 7d35776: Add support for
stripHtmlin NodeJS, decode HTML Entities. - e002505: Add
asyncIterableToArraysort-of polyfill. - 8c506cb: Add minimal string utility methods.
- 6ab2ac7: Introducing a
S3cache adapter. - 233eaca: Refactor to monorepo with configs and utils packages
Patch Changes
- c58afd1: Rollback to patched version of
@heyputer/kv.jssince 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-domto 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
lazyLoadfunction - 87e9b31: Add
childmethod toS3cache adapter. - e15506a: Export fetch functions
- 59eab1c: Upgrade
@heyputer/kv.jsto 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]
@chialab/[email protected]
@chialab/[email protected]
Patch Changes
- de8f6f4: Add artifact provenance for NPM publishing.
@chialab/[email protected]
Patch Changes
- de8f6f4: Add artifact provenance for NPM publishing.
- Updated dependencies [de8f6f4]
- @chialab/[email protected]
@chialab/[email protected]
Patch Changes
- de8f6f4: Add artifact provenance for NPM publishing.
@chialab/[email protected]
Patch Changes
- de8f6f4: Add artifact provenance for NPM publishing.
@chialab/[email protected]
Patch Changes
- 87e9b31: Add
childmethod toS3cache adapter.