Skip to content
This repository has been archived by the owner on Feb 16, 2022. It is now read-only.

Latest commit

 

History

History
103 lines (83 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

103 lines (83 loc) · 3.47 KB

Rinvex Cacheable Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

v5.0.1 - 2020-12-25

  • Add support for PHP v8

v5.0.0 - 2020-12-22

  • Upgrade to Laravel v8

v4.1.0 - 2020-06-15

  • Drop PHP 7.2 & 7.3 support from travis

v4.0.0 - 2020-03-15

  • Upgrade to Laravel v7.1.x & PHP v7.4.x

v3.0.1 - 2020-03-13

  • Tweak TravisCI config
  • Update StyleCI config

v3.0.0 - 2019-09-23

  • Upgrade to Laravel v6 and update dependencies

v2.1.0 - 2019-06-02

  • Update composer deps
  • Drop PHP 7.1 travis test

v2.0.2 - 2019-03-08

  • Bug fix: Replace fire function by dispatch (for real!) [close #27]

v2.0.1 - 2019-03-06

  • Bug fix: Replace fire function by dispatch

v2.0.0 - 2019-03-03

  • Rename environment variable QUEUE_DRIVER to QUEUE_CONNECTION
  • Require PHP 7.2 & Laravel 5.8

v1.0.1 - 2018-12-22

  • Update composer dependencies
  • Add PHP 7.3 support to travis

v1.0.0 - 2018-10-01

  • Enforce Consistency
  • Support Laravel 5.7+
  • Rename package to rinvex/laravel-cacheable

v0.0.4 - 2018-09-22

  • Update travis php versions
  • Fix CacheableEloquent trait attributes overridability (fix #19)
  • Fix cache config defaults
  • Check cache directory existence
  • Drop StyleCI multi-language support (paid feature now!)
  • Update composer dependencies
  • Prepare and tweak testing configuration
  • Update StyleCI options
  • Update PHPUnit options

v0.0.3 - 2018-02-18

  • Update supplementary files
  • Update composer depedencies
  • Add Laravel 5.5 support
  • Support both eloquent and query builders
  • Cache plucked queries
  • Add PHPUnitPrettyResultPrinter
  • Typehint method returns
  • Fix wrong cache lifetime config after reset
  • Add Laravel v5.6 support
  • Tweak and enhance cacheable logic
  • Drop Laravel 5.5 support
  • Require PHP v7.1.3

v0.0.2 - 2017-03-14

  • Tweak and enhance forget cache mechanism
  • Update composer dependencies
  • Restrict compatibility to Laravel 5.4
  • Apply Laravel 5.4 event dispatcher updates
  • Facilitate flexible extension and overriding
  • Attach model cache tags and events to the original class, not lately static bound
  • Simplify code, this is tightly coupled package with Eloquent
  • Fix late static binding issues
  • Fix stupid gitattributes export-ignore issues

v0.0.1 - 2017-01-18

  • Tag first release