Skip to content

Releases: codeofdigital/cache-repository

Minor Release v.1.1.2

05 Jan 09:37

Choose a tag to compare

  • Added withoutEvents DB operations
  • Added new methods, massDelete, insert, upsert and updateWhere

Minor Release v1.1.1

28 Jul 02:07

Choose a tag to compare

  • Added withoutEvents flag for create & update repository method

Major Release v1.1.0

16 Jul 05:17

Choose a tag to compare

  • Added CriteriaInterface for criteria system (Applying pre-conditions into queries)
  • Added Create Criteria command
  • Updated README

Minor Release v1.0.1

06 Jul 02:20

Choose a tag to compare

  • Added type-hinted return for all methods in repository class
  • Update README

First Release v1.0.0

05 Jul 09:17

Choose a tag to compare

  • Base class and Cacheable class are available to use for Repository design pattern
  • Artisan command to generate new Repository classes based on Models
  • Configuration on caching to use different caching systems and set TTL (Time-to-live)