Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Releases: boywithkeyboard-archive/cachu

v6.0.0-canary.1

05 Jun 20:00
Compare
Choose a tag to compare
v6.0.0-canary.1 Pre-release
Pre-release

Warning
This release is for test purposes only.

v6.0.0-canary.0...v6.0.0-canary.1

v6.0.0-canary.0

14 May 10:41
Compare
Choose a tag to compare
v6.0.0-canary.0 Pre-release
Pre-release

Changes:

  • patched esbuild
  • patched @types/jest
  • patched ts-jest

v5.4.4...v6.0.0-canary.0

v5.4.4

06 May 11:20
Compare
Choose a tag to compare

Changes:

  • upgraded ts-jest
  • upgraded @types/jest

v5.4.3...v5.4.4

v5.4.3

02 May 18:46
Compare
Choose a tag to compare

Changes:

  • upgraded typescript
  • edited tsconfig.json
  • edited feature list

v5.4.2...v5.4.3

v5.4.2

23 Apr 11:19
Compare
Choose a tag to compare

Changes:

  • upgraded esbuild

v5.4.1...v5.4.2

v5.4.1

21 Apr 17:14
Compare
Choose a tag to compare

Changes:

  • added Node.js v18 to tests
  • removed Node.js v17 from tests
  • set a specific time for dependabot updates
  • upgraded esbuild

v5.4.0...v5.4.1

v5.4

16 Apr 12:12
Compare
Choose a tag to compare

New Features:

  • added export() feature to export all records as a .cachu file
  • added import() feature to import records from a .cachu file

Changes:

  • fixed typos in types
  • patched updatedMany() method
  • enhanced code style and performance

v5.3

14 Apr 00:38
Compare
Choose a tag to compare

New Features:

  • added hooks to oldest, newest, and dump methods

Changes:

  • patched esbuild
  • fixed requirement of config for MemoryCache in type declarations
  • changed Key and Value types to any

v5.3.0-canary.0

13 Apr 15:39
Compare
Choose a tag to compare
v5.3.0-canary.0 Pre-release
Pre-release

Changes:

  • patched esbuild #33

v5.2

12 Apr 12:21
Compare
Choose a tag to compare

New Features:

  • added dump() feature to export all records

Changes:

  • replaced auto-generated types with manually written ones
  • added publish:canary script for easier publishing