Skip to content

Latest commit

 

History

History
110 lines (74 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

110 lines (74 loc) · 2.74 KB

Changelog

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

0.7.0 - 2024-10-21

Warning

This release will introduce a backward compatability break if upgrading from v0.6.0 release. This is only applicable to packages that were extended to the Blueprint package.

Added

  • Command class for an alternative way of creating commands

Changed

  • Code coverage to Codecov
  • Code documentation by php-cs-fixer
  • Improved code quality by phpstan
  • Minimum PHP version to v5.3.0
  • Simplified code structure
  • Workflow to Github Actions

Removed

  • Application class
  • File class
  • league/flysystem package
  • twig/twig package
  • rdlowrey/auryn package

0.6.0 - 2017-01-11

Added

  • Application class

Changed

  • Code quality
  • Moved GreetCommand to tests/Fixture

Removed

  • BLUEPRINT_FILENAME constant
  • CONTRIBUTING.md

0.5.0 - 2016-12-28

Added

  • Support for Twig extensions
  • Support for specified directory

0.4.0 - 2016-10-10

Added

  • Commands\GreetCommand
  • Console for preparing the application easily

Changed

  • File to League\Flysystem

0.3.0 - 2016-08-01

Added

  • Additional parameter in Blueprint::setTemplatePath for setting up Twig_Environment

0.2.1 - 2016-07-22

Changed

  • Version of Symfony components

0.2.0 - 2016-03-25

Added

  • Unit tests for Blueprint
  • Common\File class for handling files

Changed

  • Moved preloading of Twig_Environment to Blueprint::setTemplatePath

Removed

  • Parser class

0.1.5 - 2016-02-02

Changed

  • blueprint.yml template

Fixed

0.1.4 - 2015-10-20

Added

  • Executables in composer.json

0.1.3 - 2015-10-20

Changed

  • Simplified code structure

0.1.2 - 2015-10-08

Changed

  • Main logic of the application

0.1.1 - 2015-08-09

Added

  • Extensibility of Blueprint class

0.1.0 - 2015-04-01

Added

  • Blueprint library