Skip to content

Releases: Alorel/memoise-decorator

v3.2.2

13 Dec 13:10
Compare
Choose a tag to compare

🔗 Bug Fixes

  • f666005 Allow Typescript types to decorate argless methods with plain @Memoise()

1 commit since the previous release, v3.2.1.

- Your friendly neighbourhood 🤖 semantic release bot

v3.2.1

13 Dec 13:02
Compare
Choose a tag to compare

🔗 Bug Fixes

  • 8b05d09 Mark cache.delete & cache.has as deprecated

1 commit since the previous release, v3.2.0.

- Your friendly neighbourhood 🤖 semantic release bot

v3.2.0

13 Dec 12:54
Compare
Choose a tag to compare

🔗 Features

  • 4e4aa94 Typed & arged cache access

1 commit since the previous release, v3.1.0.

- Your friendly neighbourhood 🤖 semantic release bot

v3.1.0

08 Dec 16:46
Compare
Choose a tag to compare

🔗 Features


2 commits since the previous release, v3.0.2.

- Your friendly neighbourhood 🤖 semantic release bot

v3.0.2

20 Oct 16:27
Compare
Choose a tag to compare

🔗 Bug Fixes

  • 4a2232a Fix packaged import paths

🔗 CI & Build

  • f1b90db Update upload/download artifact action versions
  • d73c134 Skip artifact upload on non-master builds

3 commits since the previous release, v3.0.1.

- Your friendly neighbourhood 🤖 semantic release bot

v3.0.1

17 Oct 15:19
Compare
Choose a tag to compare

🔗 Bug Fixes

  • cb25016 Add missing documentation to published package

🔗 Dependency updates

  • 255c241 bump actions/checkout from 3 to 4

🔗 CI & Build

  • 3717cae Stop running CodeQL on a schedule
  • 13f9563 Patch up npm installs

4 commits since the previous release, v3.0.0.

- Your friendly neighbourhood 🤖 semantic release bot

v3.0.0

16 Oct 16:23
Compare
Choose a tag to compare

🔗 Maintenance

  • 7303d5a deps-dev: bump terser from 5.10.0 to 5.14.2
  • 3acee07 deps: bump minimist from 1.2.5 to 1.2.6
  • 45819b8 deps: bump semver-regex from 3.1.3 to 3.1.4
  • a24484c deps: bump node-fetch from 2.6.6 to 2.6.7
  • 3aae5e2 deps: bump minimatch and mocha
  • bdcac77 deps: bump marked, @semantic-release/changelog, @semantic-release/exec, @semantic-release/git, @semantic-release/github, @semantic-release/npm and semantic-release
  • 5c20fe7 deps: bump glob-parent and @babel/cli
  • da5cbbb deps: bump ansi-regex from 4.1.0 to 4.1.1
  • 54c6ec0 License under Apache-2.0

🔗 CI & Build

🔗 Refactors

Breaking Changes

BREAKING CHANGE: License changed from MIT to Apache-2.0

BREAKING CHANGE: Experimental Typescript decorators no longer supported & minor API changes; see migration.


13 commits since the previous release, v2.0.1.

- Your friendly neighbourhood 🤖 semantic release bot

2.0.1

14 Jan 09:19
Compare
Choose a tag to compare

2.0.1 (2022-01-14)

Bug Fixes

  • Expose the default cache key generator (f997e5f)

2.0.0

14 Jan 01:11
Compare
Choose a tag to compare

2.0.0 (2022-01-14)

Features

  • Allow direct access to the cache (da5d21d)

Maintenance

  • deps: bump npm from 6.12.0 to 6.13.4 (5b259f8)

BREAKING CHANGES

  • Maps now need to be polyfilled in ES5 environments. ArgSerialiserFn got renamed to SerialiserFn in the typings.

1.1.1

14 Oct 16:12
Compare
Choose a tag to compare

1.1.1 (2019-10-14)

Bug Fixes

  • no argument calls are now memoised properly ()

Maintenance

  • deps: bump fstream from 1.0.11 to 1.0.12 ()