Releases: b4moss/cachian
Releases · b4moss/cachian
Release list
v0.6.0
What's Changed
Breaking changes
- Public
clear()MethodDef /@b4moss/cachian/methods/clearremoved — usepurge({ all: true })instead remove(key)deletes a single key only; multi-key deletion ispurge({ 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
What's Changed
- feat: purge({ expired: true }) を追加 by @kohki-shikata in #33
- Develop by @kohki-shikata in #34
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat!: modular drivers and methods for tree-shaking by @kohki-shikata in #28
- Dev v0.4.0 by @kohki-shikata in #29
- Develop by @kohki-shikata in #30
Full Changelog: v0.3.1...v0.4.0
v0.3.1
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
What's Changed
- feat: #16 update / upsert / 絶対時刻 purge by @kohki-shikata in #19
- feat: #18 サーバー非対応時は createCache で throw by @kohki-shikata in #20
- ci: #17 PR CI / Codecov / OpenSSF Scorecard を追加 by @kohki-shikata in #21
- fix: parseAbsoluteTime の import 漏れを修正 (#22 CI) by @kohki-shikata in #23
- Dev v0.3.0 by @kohki-shikata in #22
- Develop by @kohki-shikata in #24
- build(deps-dev): Bump typescript from 5.9.3 to 7.0.2 in the npm-development group by @dependabot[bot] in #25
New Contributors
- @dependabot[bot] made their first contribution in #25
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: @b4moss/cachian 初期実装(localStorage / IndexedDB) by @kohki-shikata in #2
- docs: CI/CD 方針の固定と README バッジ掲示 by @kohki-shikata in #3
- docs: cachian テスト仕様書を追加 by @kohki-shikata in #1
- docs: キャッシュパージ API のテスト仕様を追加 by @kohki-shikata in #5
- feat: implement @b4moss/cachian with localStorage and IndexedDB (#2) by @kohki-shikata in #4
- feat: キャッシュパージ API(all / keys / olderThan)を追加 by @kohki-shikata in #6
- Develop by @kohki-shikata in #8
- ci: release ブランチの v* タグで npm 公開する CD を追加 by @kohki-shikata in #9
- Dev v0.1.0 by @kohki-shikata in #7
- Develop by @kohki-shikata in #10
New Contributors
- @kohki-shikata made their first contribution in #2
Full Changelog: https://github.com/b4moss/cachian/commits/v0.2.0