Skip to content

Releases: kirschbaum-development/paragon

v1.0.3

05 Nov 18:35
5a423a7
Compare
Choose a tag to compare

Memory management improvements

L10 support

25 Oct 11:58
d4f6884
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Oct 19:04
5c67b20
Compare
Choose a tag to compare

Fixes bug where autoload was being a butt when being required in other applications.

v1.0.0

21 Oct 15:38
dee57b5
Compare
Choose a tag to compare

What's Changed

  • Enum classes and public methods can be ignored by using the IgnoreParagon attribute. Closes #4
  • Directories can now be ignored by passing in a single directory path or an array of paths from the paragon config paragon.enums.paths.ignore. Closes #5
  • Determining the relative path between the abstract Enum class and ay custom enum methods now uses Symfony's FileSystem makePathRelative() method. Closes #9
  • Tests galore via Pest. Thanks to @dwjordan for contributing! Closes #10
  • Initial readme and instructions for automatically regenerating enums with Vite when php enums are modified. Thanks @michaelfox! Closes #1

v0.1.3

27 Sep 14:36
ec7303c
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Fixes a path issue on Windows machines.

Thanks to @RobertOgorchock for pointing out it out!

v0.1.2

25 Sep 16:39
422c4b7
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Laravel Pint, composer requirements, and general cleanup.

v0.1.1

24 Sep 15:59
fddfb18
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Better relative path handling for enum methods

v0.1.0

23 Sep 22:32
6f3d474
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release of Paragon!