Skip to content

Releases: Laragear/CacheQuery

v4.2.2

29 Jan 04:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.2.2

v4.2.1

28 Jan 23:16
fb95caf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

28 Jan 20:18
eee9f8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.2.0

v4.1.0

15 Dec 12:08
49495f6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

13 Mar 06:39
377a870
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.2...v4.0.0

v3.1.2

22 Dec 00:40
1c8db3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.1.2

v3.1.1

21 May 05:35
Compare
Choose a tag to compare

What's Changed

  • Fixes groupBy clauses by extending the proxy with a Connection class in dc286c8
  • Apply fixes from StyleCI by @DarkGhostHunter in #22

Full Changelog: v3.1.0...v3.1.1

v3.1.0

21 Feb 00:18
52231e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.1...v3.1.0

Minor fix for deleting keys

10 Jun 05:24
4d8670a
Compare
Choose a tag to compare

What's Fixed

  • Fixes CacheQuery not deleting keys. #9

Full Changelog: v3.0.0...v3.0.1

New cache system

23 Feb 16:41
Compare
Choose a tag to compare

This 3.x is a more cleaner implementation of caching queries, as it wraps the Database Connection into a proxy and hears select statements.

It also supports programmatically caching results forever with null, or regenerating them with false.