Skip to content

Releases: phparkitect/arkitect

0.5.5

08 May 15:40
575f131
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.5.4...0.5.5

0.5.4

28 Apr 21:14
25cc50a
Compare
Choose a tag to compare

What's Changed

notable changes

  • Add relative file path to ClassDescription in #477
  • Violation can now contain a reference to the file path in #478
  • Add GitLab output format support to CLI. by @raffaelecarelle in #474
  • Check: adds an option to specify an autoloader file to be included in #489
  • Print violations to stdout, everything else to stderr in #484

refactorings

  • Fixes Json output without errors by @raffaelecarelle in #475
  • Removes $stopOnFailure params from Violations class in #476
  • Bump csfixer to version 3.75.0 and tweak configuration in #479
  • README: Add support for 'gitlab' as an output format by @raffaelecarelle in #482
  • Moves catch FailOnFirstViolationException in the Runner class in #483
  • Splits FileVisitor::enterNode in smaller methods in #485
  • Cleanup and make more consistent Check command in #486
  • Create baseline class in #487
  • Use Config class to collect several configurations in #488
  • simplify init by @fain182 in #288

Full Changelog: 0.5.3...0.5.4

0.5.3

30 Mar 21:12
e826a47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.2...0.5.3

0.5.2

17 Mar 21:33
Compare
Choose a tag to compare

What's Changed

Collect extends also for interfaces #464
Now the extends attribute of ClassDescription is populated also for interfaces. the ClassDescription getExtends now returns an array instead of a string

Allow using phpdoc-parser v1.2 in #463
Support to v1 was removed but since that version could still be used it was re-added

Full Changelog: 0.5.1...0.5.2

0.5.1

14 Mar 08:10
Compare
Choose a tag to compare

Made a boo boo when publishing 0.5.0 and was not showing up on packagist, this should fix it

0.5.0

13 Mar 20:59
9aaafd8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

13 Feb 22:30
483b878
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.33...0.4.0

0.3.33

28 May 06:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.32...0.3.33

0.3.32

16 May 19:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.31...0.3.32

0.3.31

03 May 13:26
Compare
Choose a tag to compare

What's Changed

  • Fix handling unordered baseline violations with ignore line numbers option by @marmichalski in #430

New Contributors

Full Changelog: 0.3.30...0.3.31