Releases: chialab/sveltekit-utils
Releases · chialab/sveltekit-utils
@chialab/sveltekit-utils@0.1.0-alpha.11
Minor Changes
- 6ab2ac7: Introducing a
S3
cache adapter.
@chialab/sveltekit-utils@0.1.0-alpha.10
Patch Changes
- e7cfedb: Fix stripHtml method to remove style, script and iframe tags before extracting the text in the html.
@chialab/sveltekit-utils@0.1.0-alpha.9
Patch Changes
- c58afd1: Rollback to patched version of
@heyputer/kv.js
since 0.1.91 does not include fixes of HeyPuter/kv.js#18.
@chialab/sveltekit-utils@0.1.0-alpha.8
Patch Changes
- 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.
@chialab/sveltekit-utils@0.1.0-alpha.7
Patch Changes
- 291146c: Move
@chialab/isomorphic-dom
to production dependencies.
@chialab/sveltekit-utils@0.1.0-alpha.6
Minor Changes
- 7d35776: Add support for
stripHtml
in NodeJS, decode HTML Entities.
@chialab/sveltekit-dev-utils@0.1.0-alpha.3
Patch Changes
- b9d7746: Fix import of extended configs and plugins for stylelint
@chialab/sveltekit-dev-utils@0.1.0-alpha.2
Patch Changes
- 6b81e32: Rename prettier config file to use commonJS to be compatible with vscode prettier extension...
@chialab/sveltekit-utils@0.1.0-alpha.5
Patch Changes
- e15506a: Export fetch functions
@chialab/sveltekit-dev-utils@0.1.0-alpha.1
Patch Changes
- 1830fbc: Fix import of prettier's plugins in the config file.