Skip to content

Latest commit

 

History

History
68 lines (54 loc) · 2.9 KB

CHANGELOG.md

File metadata and controls

68 lines (54 loc) · 2.9 KB

CHANGELOG

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Nothing to report.

Fixed

  • Nothing to report.

Changed

  • Nothing to report.

Deprecated

  • Nothing to report.

Removed

  • Nothing to report.

Security

  • Nothing to report.

[1.0.0] - 2019-09-18

Added

  • Default configuration file generate by publish artisan command. See #951a844.
  • First version of RepositoryEloquent abstract class using Illuminate\Database\Eloquent\Builder as base. See #ff330aa.
  • MIT License. See #12c1d48.
  • Add function "customWhere" on RepositoryEloquent, to filter using a array with "where" parameters. See #c1a2f8d.

[1.1.0] - 2019-11-18

Added

Fixed

  • Config filename fixed. See #055a094.
  • The "customWhere" function on RepositoryEloquent wasn't accepting more then one relation's filter. It has been fixed. See #78f63a5.

[1.1.1] - 2019-11-18

Fixed

  • Changed "tilde version range" to "caret version range" to accept all laravel 6.0 versions. See #9950e0f.

[1.1.2] - 2019-11-18

Fixed

  • Changed "str_contains" helper to "Str::contains" to accept laravel 6.0 versions. See #2e30dd9.

[1.2.0] - 2020-04-16

Added

  • Added laravel framework 7.0 (or later). See #41b19ca.

[1.2.1] - 2020-04-17

Removed

  • Temporarily removed PHP 7.2.x support. See #0a362ea.