Skip to content

Latest commit

 

History

History
123 lines (77 loc) · 2.65 KB

CHANGELOG.md

File metadata and controls

123 lines (77 loc) · 2.65 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.

v2.6.0

Added

  • Laravel 11.x support

Changed

  • Minimal Laravel version now is 10.0
  • Version of composer in docker container updated up to 2.7.6
  • Updated dev dependencies

v2.5.0

Changed

  • Minimal Laravel version now is 9.0
  • Minimal require PHP version now is 8.1

v2.4.0

Added

  • Support PHP 8.x

Changed

  • Minimal required PHP version now is 7.3
  • Composer 2.x is supported now

v2.3.0

Changed

  • Laravel 8 is supported
  • Minimal Laravel version now is 6.0 (Laravel 5.5 LTS got last security update August 30th, 2020)

v2.2.0

Changed

  • Maximal illuminate/* packages version now is 7.*
  • Minimal illuminate/* packages version now is 5.6.*
  • CI completely moved from "Travis CI" to "Github Actions" (travis builds disabled)
  • Minimal required PHP version now is 7.2
  • config directory was moved from ./src to the root directory
  • DataMigrationsServiceProvider renamed to ServiceProvider
  • Minimal symfony/console version now is ^4.4 (reason: symfony/symfony#32750)

Added

  • PHP 7.4 is supported now

v2.1.0

Changed

  • Maximal illuminate/* packages version now is 6.*

Added

  • GitHub actions for a tests running

v2.0.0

Added

  • Docker-based environment for development
  • Project Makefile

Changed

  • Minimal PHP version now is ^7.1.3
  • Maximal Laravel version now is 5.8.x
  • Dependency laravel/framework changed to illuminate/*
  • Composer scripts
  • Package contacts signatures (method parameters types, method return types)
  • Service provider dependency \Illuminate\Contracts\Foundation\Application changed to \Illuminate\Contracts\Container\Container

Removed

  • Dev-dependency avto-dev/dev-tools

v1.2.0

Changed

  • Maximal PHP version now is undefined
  • Maximal Laravel version now is 5.7.*
  • Source code a little bit refactored
  • CI changed to Travis CI
  • CodeCov integrated
  • Issue templates updated

v1.1.0

Changed

  • CI config updated
  • Minimal Laravel version up to 5.5
  • Minimal PHPUnit version up to 6.0
  • Integrated package avto-dev/dev-tools (dev)
  • Integrated package phpstan/phpstan (dev)
  • Unimportant PHPDoc blocks removed
  • Code a little bit refactored

v1.0.0

Changed

  • First release