Skip to content

Releases: rougin/blueprint

v0.7.0

20 Oct 16:33
Compare
Choose a tag to compare

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

v0.6.0

10 Jan 16:56
Compare
Choose a tag to compare

Added

  • Application class

Changed

  • Code quality
  • Moved GreetCommand to tests/Fixture

Removed

  • BLUEPRINT_FILENAME constant
  • CONTRIBUTING.md

v0.5.0

27 Dec 20:23
Compare
Choose a tag to compare

Added

  • Support for Twig extensions
  • Support for specified directory

v0.4.0

10 Oct 03:00
Compare
Choose a tag to compare

Added

  • Commands\GreetCommand
  • Console for preparing the application easily

Changed

  • File to League\Flysystem

v0.3.0

01 Sep 10:31
Compare
Choose a tag to compare

Added

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

v0.2.1

22 Jul 14:59
Compare
Choose a tag to compare

Changed

  • Version of Symfony components

v0.2.0

25 Mar 15:47
Compare
Choose a tag to compare

Added

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

Changed

  • Moved preloading of Twig_Environment to Blueprint::setTemplatePath

Removed

  • Parser class

v0.1.5

18 Feb 16:32
Compare
Choose a tag to compare

Changed

  • blueprint.yml template

Fixed

v0.1.4

03 Oct 08:21
Compare
Choose a tag to compare

Added

  • Executables in composer.json

v0.1.3

27 Sep 08:20
Compare
Choose a tag to compare

Changed

  • Simplified code structure