Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

55 lines (28 loc) · 1.09 KB

Changelog

All notable changes to php-structure-discoverer will be documented in this file.

2.0.0 - 2023-08-??

  • Added support for using Reflection instead of PHP token parsing to discover structures

2.0.0 - 2023-12-21

  • Add support for discovering structures using Reflection

1.2.1 - 2023-08-04

  • Add better support for detecting Laravel

1.2.0 - 2023-07-27

What's Changed

  • Add ability to sort discovered files by @stevebauman in spatie#6

New Contributors

  • @stevebauman made their first contribution in spatie#6

Full Changelog: https://github.com/spatie/php-structure-discoverer/compare/1.1.1...1.2.0

1.1.1 - 2023-03-24

  • Add symphony finder as a requirement

1.1.0 - 2023-03-17

  • Allow discovered structures to be built using reflection

1.0.1 - 2023-02-10

  • Fix require with file cache driver

0.0.5 - 2023-02-10

Test release

0.0.3 - 2022-12-16

  • test release

0.0.2 - 2022-08-18

  • experimental release

1.0.0 - 202X-XX-XX

  • initial release