Skip to content

Releases: theseer/Autoload

1.29.1

29 Apr 19:14
1.29.1
abb83aa
Compare
Choose a tag to compare

Release 1.29.1

  • Fix crash on generating error message for invalid token

Release 1.29.0

18 Sep 19:08
1.29.0
af2f9e6
Compare
Choose a tag to compare
  • Merge PR #105: Return exit code from CLI::run(), rather than exiting [martin-rueegg]

Release 1.28.0

13 Jun 21:59
1.28.0
177e95d
Compare
Choose a tag to compare
  • Add support for composer's vendor-dir setting when building autoloader based on composer.json and custom vendor directory location

Release 1.27.2

16 Feb 10:48
1.27.2
39eb04e
Compare
Choose a tag to compare
  • Fix/Avoid deprecation notices in PHP 8.2

Release 1.27.1

26 Jan 00:08
1.27.1
Compare
Choose a tag to compare
  • Fix/Avoid deprecation notices in PHP 8.1

Release 1.27.0

22 Jan 23:16
1.27.0
Compare
Choose a tag to compare
  • Update ConsoleTools to 1.7.3. for better PHP 8.1 compatibility
  • Add support for ENUM types (basic and backed)

Release 1.26.3

24 Jul 18:50
1.26.3
Compare
Choose a tag to compare
  • Update DirectoryScanner to 1.3.3 for PHP 8.1 compatibility

Release 1.26.2

24 Jul 14:47
1.26.2
Compare
Choose a tag to compare
  • Fix Issue #99: Fix PHP 8.0 deprecation warnings [jrfnl]

Release 1.26.1

14 Jun 20:55
1.26.1
Compare
Choose a tag to compare
  • Fix Issue #98: Array to string conversion on parsing composer.json

Release 1.26.0

27 Oct 21:21
1.26.0
Compare
Choose a tag to compare
  • Fix Issue #95: Update Parser to work with PHP 8.0's new tokens
  • Fix Issue #90: Warnings and Notices in ComposerIterator
  • Merge PR #97: Fix for xdebug v3
  • Raise build requirement to PHP 7.2+ and PHPUnit 8.5; No change for runtime Version, so 5.3 is still supported