Skip to content

Releases: epicweb-dev/cachified

v5.1.2

12 Feb 19:18
Compare
Choose a tag to compare

5.1.2 (2024-02-12)

Bug Fixes

  • ts: loosen default cache value (7869a34)

v5.1.1

09 Feb 20:06
Compare
Choose a tag to compare

5.1.1 (2024-02-09)

Bug Fixes

  • ts: loosen return types for cache implementations (5111248)

v5.1.0

09 Feb 19:57
Compare
Choose a tag to compare

5.1.0 (2024-02-09)

Features

  • ts: add generic to Cache type (07640f3)

v5.0.0

09 Feb 19:44
Compare
Choose a tag to compare

5.0.0 (2024-02-09)

Bug Fixes

  • types: prefer type inference from options#getFreshValue over reporter (#93) (b4831fe)

Features

BREAKING CHANGES

  • cachified now requires Node v18+
  • this removes all built-in adapters in favor of separate packages. You'll need to use those packages for adapters going forward. Please see the updated docs for more info.
  • types: CachifiedOptions#reporter has been removed in favor of passing a reporter as second argument to cachified

MIGRATION: Change cachified({ reporter: myReporter /* ... */ }) to cachified({ /* ... */ }, myReporter)

v4.0.0

28 Nov 16:19
Compare
Choose a tag to compare

4.0.0 (2023-11-28)

Bug Fixes

  • release: major version bump (4404c74)

BREAKING CHANGES

  • release: Rename package to @epic-web/cachified (this should technically not be breaking because you opt-into this by installing the new package, but a major version bump makes sense anyway so we're doing it).

v3.5.5

28 Nov 16:16
Compare
Choose a tag to compare

3.5.5 (2023-11-28)

Bug Fixes

  • prep for initial release on @epic-web/cachified (3c0c69c)

v3.5.4

15 May 20:16
63d6af1
Compare
Choose a tag to compare

3.5.4 (2023-05-15)

Bug Fixes

  • allow null as reporter value (63d6af1)

v3.5.3

13 May 18:51
c8cfa83
Compare
Choose a tag to compare

3.5.3 (2023-05-13)

Bug Fixes

  • include declarations in npm package (c8cfa83)

v3.5.2

13 May 18:47
a22da2b
Compare
Choose a tag to compare

3.5.2 (2023-05-13)

Bug Fixes

  • build lib before declarations (a22da2b)

v3.5.1

13 May 18:40
9c8be90
Compare
Choose a tag to compare

3.5.1 (2023-05-13)

Bug Fixes

  • ensure declarations are build correctly (9c8be90)