Skip to content

Releases: nette/caching

Released version 2.2.6

23 Aug 14:41
@dg dg
Compare
Choose a tag to compare
  • travis: migrating to container-based infrastructure
  • improved coding style

For the details you can have a look at the diff.

Released version 2.3.3

23 Aug 14:41
@dg dg
Compare
Choose a tag to compare
  • travis: migrating to container-based infrastructure
  • improved coding style

For the details you can have a look at the diff.

Released version 2.4.0

17 Jun 12:27
@dg dg
Compare
Choose a tag to compare
  • added SQLiteJournal
  • CacheExtension: default journal changed to SQLiteJournal
  • requires PHP 5.4.4 or newer

Released version 2.3.0

31 Jan 14:22
@dg dg
Compare
Choose a tag to compare
  • FileStorage: removed usage of realpath()
  • added bridge for Nette DI
  • ancient and deprecated ArrayAccess syntax $val = $cache[$key] or $cache[$key] = $val triggers E_USER_DEPRECATED. Use please $cache->load($key) and $cache->save($key, $val)

Released version 2.2.3

30 Dec 10:29
@dg dg
Compare
Choose a tag to compare
  • MemcachedStorage: the key must not include control characters or whitespace [Closes #13]
  • FileJournal: fixed 'Link is not in node' exception [Closes #12]

For the details you can have a look at the diff.

Released version 2.2.2

30 Dec 10:28
@dg dg
Compare
Choose a tag to compare
  • SQLiteStorage: fixed clean(Cache::ALL)

For the details you can have a look at the diff.

Released version 2.2.1

24 Jun 12:29
@dg dg
Compare
Choose a tag to compare

Nothing new.

Released version 2.2.0

12 May 21:56
@dg dg
Compare
Choose a tag to compare

The first standalone release. For more information see readme.md.