Releases: impresscms-dev/generate-php-project-classes-list-file-action
Releases · impresscms-dev/generate-php-project-classes-list-file-action
v2.0.1
2025/07/06
- Bump stefanzweifel/git-auto-commit-action from 5 to 6
- Bump esbuild from 0.25.3 to 0.25.5
- Bump globals from 16.0.0 to 16.2.0
- Bump eslint from 9.25.1 to 9.28.0
- Bump eslint-plugin-jest from 28.11.0 to 28.12.0
- Bump @eslint/js from 9.25.1 to 9.28.0
- Bump eslint from 9.25.0 to 9.25.1
- Bump @eslint/js from 9.25.0 to 9.25.1
- Bump esbuild from 0.25.2 to 0.25.3
v2.0.0
The GitHub Action has been rewritten to use a Node.js-based implementation instead of a custom script, making it easier to maintain and more compatible with standard workflows. Additionally, a new optional project_path parameter has been added, allowing users to specify the location of the composer.json file. This is especially useful for projects with non-standard directory structures.
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #17
- Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 by @dependabot in #18
- Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0 by @dependabot in #19
- Bump dependabot/fetch-metadata from 2.1.0 to 2.2.0 by @dependabot in #20
- Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 by @dependabot in #21
- Increase dependabot pull request limit to 20 (was 5) by @MekDrop in #22
- Add project_path parameter + rewritten with JS by @MekDrop in #23
- Improved README.md by @MekDrop in #24
- Added npm packages autoupdates to dependabot config by @MekDrop in #25
- Bump eslint from 8.57.1 to 9.25.0 by @dependabot in #26
- Bump eslint-plugin-jest from 27.9.0 to 28.11.0 by @dependabot in #27
- Fixed eslint config by @MekDrop in #28
- GitHub actions rewritten to better test code and better automerge dependency updates by @MekDrop in #29
Full Changelog: v1.0.2...v2.0.0
v1.0.2
2023/07/02
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.1
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0
v1.0.1
2023/04/02
- Bump impresscms-dev/simple-autorelease-action from 0.1 to 0.2
1.0.0
Some tests were added so it's time for 1.0.0 release!
What's Changed
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #9
- Added tests by @MekDrop in #10
- Fixed badges by @MekDrop in #11
- Bumped version number for action in example by @MekDrop in #12
Full Changelog: v0.1.4...v1.0.0
v0.1.4
2023/01/01
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5
v0.1.3
2022/10/09
- Autorelease every 3 months
v0.1.2
2022/10/02
- Automerge dependabot pull requests
- Autorelease
- Delete release-drafter.yml
v0.1.1 🌈
First release
First public release.
Based on code from Update wiki with PHP project documentation.