0.5.4
What's Changed
notable changes
- Add relative file path to ClassDescription in https://github.com/phparkitect/arkitect/pull/477
- Violation can now contain a reference to the file path in https://github.com/phparkitect/arkitect/pull/478
- Add GitLab output format support to CLI. by @raffaelecarelle in https://github.com/phparkitect/arkitect/pull/474
- Check: adds an option to specify an autoloader file to be included in https://github.com/phparkitect/arkitect/pull/489
- Print violations to stdout, everything else to stderr in https://github.com/phparkitect/arkitect/pull/484
refactorings
- Fixes Json output without errors by @raffaelecarelle in https://github.com/phparkitect/arkitect/pull/475
- Removes $stopOnFailure params from Violations class in https://github.com/phparkitect/arkitect/pull/476
- Bump csfixer to version 3.75.0 and tweak configuration in https://github.com/phparkitect/arkitect/pull/479
- README: Add support for 'gitlab' as an output format by @raffaelecarelle in https://github.com/phparkitect/arkitect/pull/482
- Moves catch FailOnFirstViolationException in the Runner class in https://github.com/phparkitect/arkitect/pull/483