Skip to content

Latest commit

 

History

History
116 lines (68 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

116 lines (68 loc) · 2.47 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.4.0

Added

  • Support PHP 8.x

Changed

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

v2.3.0

Changed

  • Laravel 8.x is supported now
  • 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.*
  • CI completely moved from "Travis CI" to "Github Actions" (travis builds disabled)
  • Minimal required PHP version now is 7.2

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
  • Minimal Laravel version now is 5.5.x
  • Maximal Laravel version now is 5.8.x
  • Dependency laravel/framework changed to illuminate/*
  • Composer scripts
  • Package scripts
  • Root namespace from BackendToFrontendVariablesStack to Back2Front
  • \AvtoDev\BackendToFrontendVariablesStack\StackServiceProvider\AvtoDev\Back2Front\ServiceProvider
  • \AvtoDev\BackendToFrontendVariablesStack\Service\BackendToFrontendVariablesStack\AvtoDev\Back2Front\Back2FrontStack
  • \AvtoDev\BackendToFrontendVariablesStack\Contracts\BackendToFrontendVariablesInterface\AvtoDev\Back2Front\Back2FrontInterface
  • Package config, assets and helpers moved into root directory

Removed

  • Dev-dependency avto-dev/dev-tools

v1.1.1

Changed

  • Maximal phpunit version now is 7.4.x. Reason - since 7.5.0 frameworks contains assertions like assertIsString, assertIsArray and others, already declared in package avto-dev/dev-tools

v1.1.0

Changed

  • Maximal PHP version now is undefined
  • CI changed to Travis CI
  • CodeCov integrated

v1.0.3

Fixed

  • Getting data for blade directive #2

v1.0.2

Fixed

  • Small fixes

v1.0.1

Fixed

  • Blade directive usage fix

v1.0.0

Added

  • First release