Skip to content

Releases: jpodwys/cache-service

1.3.9

26 May 04:56
Compare
Choose a tag to compare

Merging #24 to add unit tests for a new memcached module (thanks to @sergesemashko).

1.3.8

09 Jan 02:53
Compare
Choose a tag to compare

Relative pin to cache-service-cache-module to prevent unnecessary future releases.

1.3.7

15 Aug 15:11
Compare
Choose a tag to compare

Updating ambiguous readme demo. Thanks @wirehead

1.3.6

17 Jun 03:50
Compare
Choose a tag to compare
  • Fix a bug preventing .set() from correctly handling three parameters when the third parameter is a callback function (thanks to @thanpolas)
  • Updated documentation to make it clear that the callback param always takes precedence over the refresh param when calling .set()

1.3.5

03 Mar 23:36
Compare
Choose a tag to compare

Updating to the latest cache-service-cache-module release.

1.3.4

03 Mar 23:20
Compare
Choose a tag to compare

Fixed a typo in a code example (thanks to @azhang)

1.3.3

22 Dec 17:30
Compare
Choose a tag to compare

Adding LICENSE.md by user request.

1.3.2

28 Aug 17:23
Compare
Choose a tag to compare

Updating to the latest release of cacheModule.

1.3.1

18 Aug 16:16
Compare
Choose a tag to compare

Fixing a bug that wrote background refresh functions to all configured caches

1.3.0

04 Aug 19:21
Compare
Choose a tag to compare

Adding background refresh feature