Skip to content

Releases: Symandy/MakefileMakerBundle

v0.6.0

10 Feb 11:15
f8d9474
Compare
Choose a tag to compare

What's Changed

  • [Maker]: Added choice "none" on each command group in #11
  • [Maintenance]: Added static analysis and phpunit to github actions in #12
  • [Maker] Added early check of the existence of Makefile in #13
  • [Maker] Refactored questions with SymfonyStyle in #14

Full Changelog: v0.5.0...v0.6.0

v0.5.0

29 Dec 18:43
4002fc7
Compare
Choose a tag to compare

What's Changed

  • [Executable] Removed yarn from built-in configuration in #10

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Dec 17:26
e5c2884
Compare
Choose a tag to compare

What's Changed

  • [Config] Added XML configuration support by in #5
  • [Template] Removed empty groups display in #6
  • [Makefile] Display only used executables by in #7
  • [Executable] Added auto detection of symfony_console and symfony_bin in #8
  • [Test] added instruction arguments and options formatting unit tests in #9

Full Changelog: v0.3.0...v0.4.0

v0.3.0

18 Dec 17:57
07d89d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

15 Dec 10:32
68ad4ce
Compare
Choose a tag to compare

What's Changed

  • fix(template): fixed executable formatting in template by @SVillette in #1
  • chore: added support for Symfony 5.4 and 6.0 by @SVillette in #2

Full Changelog: v0.1.0...v0.2.0

v0.1.0

15 Dec 09:44
Compare
Choose a tag to compare
feat: added makefile maker command