Skip to content

Releases: b4moss/cachian

v0.6.0

Choose a tag to compare

@kohki-shikata kohki-shikata released this 25 Sep 03:17
e89de45

What's Changed

Breaking changes

  • Public clear() MethodDef / @b4moss/cachian/methods/clear removed — use purge({ all: true }) instead
  • remove(key) deletes a single key only; multi-key deletion is purge({ keys })

Migration

// before
await cache.clear();

// after
await cache.purge({ all: true });

PRs

  • docs: v0.6.0 テスト仕様 — clear 廃止と remove 単一キー契約 (#41) in #44
  • feat!: clear 廃止と remove 単一キー契約 (#41) in #45
  • Dev v0.6.0 in #47
  • Develop in #48

Full Changelog: v0.5.0...v0.6.0

v0.5.0

Choose a tag to compare

@kohki-shikata kohki-shikata released this 06 Sep 07:59
36ea8b7

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@kohki-shikata kohki-shikata released this 06 Sep 06:09
baf26e6

What's Changed

Full Changelog: v0.3.1...v0.4.0

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 08:56
613ca87

Automated release for tag v0.3.1.

Create v* tags from main so Publish can verify ancestry and
reuse a successful CI run for the tag SHA.

v0.3.0

Choose a tag to compare

@kohki-shikata kohki-shikata released this 05 Sep 08:42
638f301

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@kohki-shikata kohki-shikata released this 05 Sep 07:17
3a2d3d4

What's Changed

New Contributors

Full Changelog: https://github.com/b4moss/cachian/commits/v0.2.0