Skip to content

Choose a tag to compare

@github-actions github-actions released this 17 Oct 08:12
· 13 commits to main since this release
79f16b0

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]