Releases: contributte/console
Releases · contributte/console
v0.10.1
Bumped! 🏾
Diff: v0.10.0...v0.10.1
Changes:
- ConsoleExtension: support command tags in NEON (#76) [dc2b84f] (@janzarubadek)
v0.10.0
Bumped! 🤭
Diff: v0.9.4...v0.10.0
Changes:
- Composer: require PHP 8.1+ [e4b13bc] (@f3l1x)
- Composer: require symfony/console 6.4-7.0 [a2c2d48] (@f3l1x)
- Code: add types [5593061] (@f3l1x)
- Composer: rely directly on nette/di [cc07ebb] (@f3l1x)
- Cleanup: remove constructor lazy checker [43d9925] (@f3l1x)
- Extension: catch exception is dynamic [closes #67] [2c719a4] (@f3l1x)
- Extension: commands are lazy by default [bcaad99] (@f3l1x)
- Extension: better URL handling [closes #43] [00a6b35] (@f3l1x)
Maintenance:
v0.9.4
Bumped! 🍎
Diff: v0.9.3...v0.9.4
Changes:
- Allow name to be dynamic parameter [1021a24] (@ipsosdavidkriz)
v0.9.3
Bumped! 💥
Diff: v0.9.2...v0.9.3
Changes:
- docs: method ::setArgument() is undefined, use ::addArgument() [699b6b3]
- Allow URL to be dynamic parameter [f229171] (@JanMikes)
Maintenance:
- Allow contributte/di 0.6 [bc59956] (@MartinMystikJonas)
- GitHub Actions: use re-usable workflows (#72) [8abc684] (@Roman3349)
- Composer: typo [3807724] (@f3l1x)
v0.9.2
Bumped! 🎠
Diff: v0.9.1...v0.9.2
Changes:
Maintenance:
- Docs: improve example command (#65) [c9a42bb] [e70772b] (@dakur)
- Codestyle improvements [21d28f9] [e7d168f] (@petrparolek)
- update composer to v2 in CI [29bb035] (@petrparolek)
- upgrade PHPStan [1dd9feb] (@petrparolek)
v0.9.1
v0.9.0
Bump! 💂🏾♀️
Diff: v0.8.0...v0.9.0
Changes:
- PHP 8
- Travis -> Github Actions
- Simplify
helperSet
config schema - Tests