Releases: kirschbaum-development/paragon
Releases · kirschbaum-development/paragon
v1.0.3
L10 support
What's Changed
- Feature/javascript by @brandonferens in #17
- Adding L10 support by @luisdalmolin in #18
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Fixes bug where autoload was being a butt when being required in other applications.
v1.0.0
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
Fixes a path issue on Windows machines.
Thanks to @RobertOgorchock for pointing out it out!
v0.1.2
Laravel Pint, composer requirements, and general cleanup.
v0.1.1
Better relative path handling for enum methods
v0.1.0
Initial release of Paragon!