Releases: Diagonal-HQ/ts-enum-generator
Releases · Diagonal-HQ/ts-enum-generator
Release list
0.3.3
0.3.2
What's Changed
- Updated the README with Diagonal branding, the current logo, and public package details for the downloadable Composer package.
- Fixed Packagist badge package paths in the README.
Full Changelog: 0.3.1...0.3.2
0.3.1
0.3.0
What's Changed
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #9
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #8
- Bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in #13
- Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #18
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #15
- add support for laravel 13 by @Nielsvanpach in #20
New Contributors
- @dependabot[bot] made their first contribution in #9
Full Changelog: 0.2.0...0.3.0
0.2.0
What's Changed
- Use Spatie's skeleton by @Nielsvanpach in #7
New Contributors
- @Nielsvanpach made their first contribution in #7
Full Changelog: v0.1.6...0.2.0
v0.1.6: Updated export type naming convention
Merge pull request #6 from Diagonal-HQ/single-generation-file Update Naming Conventions
v0.1.5 Proper type generation
Fix type generation formatting
v0.1.4 Single File Generation Support
Ability to generate all types into one generated file with declared namespaces.
v0.1.3: Better glob support
Merge pull request #3 from Diagonal-HQ/feature-improvements Feature Improvements