Skip to content

Releases: Hi-Folks/gh-actions-yaml-generator

v1.0.1

17 Mar 22:00
d4481ae
Compare
Choose a tag to compare
  • Adding select for PHP 8.3 in the workflow files
  • Adding select for Laravel 11 in the workflow files
  • Adding select for Node 20 in the workflow files
  • Updating GitHub Actions versions:
    • symfonycorp/security-checker-action@v5
    • github/codeql-action/upload-sarif@v3
    • webfactory/[email protected]
    • actions/checkout@v4
    • actions/setup-node@v4
    • actions/cache@v4
  • Upgrading larastan usage in the Workflow

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

17 Mar 13:48
1a86e3e
Compare
Choose a tag to compare

Upgrade to:

  • Laravel v11
  • Livewire v3
  • PestPHP v2
  • Larastan v2
  • LaraLens v1

What's Changed

Full Changelog: v0.7.1...v1.0.0

v0.7.1

07 May 08:49
Compare
Choose a tag to compare

What's Changed

  • Switching from Webpack to Vite
  • Updating node version for auto-generate command
  • Updating PHP version for auto-generate command
  • Updating dependencies (PHP and Node)

v0.7.0

19 Feb 08:50
Compare
Choose a tag to compare
  • Added Laravel 10 options for using L10 in the GitHub Actions workflows
  • Upgrading Actions:
    • actions/checkout@v3
    • actions/setup-node@v3
    • github/codeql-action/upload-sarif@v2
    • symfonycorp/security-checker-action@v4
    • webfactory/[email protected]
  • Introducing Laravel Pint
  • Introducing PestPHP
  • Converting Feature tests for PestPHP, thanks to @dansysanalyst for #151
  • Using composer scripts for executing code quality tools

Pull requests

New Contributors

Full Changelog: v0.6.2...v0.7.0

PHP 8.2

20 Dec 20:11
Compare
Choose a tag to compare
  • PHPStan Level 6
  • Support for PHP 8.2

autodetect php8.1

17 Apr 09:09
Compare
Choose a tag to compare
  • added php8.1 for auto-detecting php version for matrix
  • added make install command by @AlessandroMinoccheri
  • fix load template for matrixTestbenchDependencies

Laravel 9, Tailwindcss 3 and DaisyUI 2

13 Apr 20:08
5b6a5be
Compare
Choose a tag to compare

Upgrade to Laravel 9, Tailwindcss 3 and DaisyUI 2

Laravel 9 option

12 Apr 20:12
Compare
Choose a tag to compare
  • added laravel 9 mapping for testbench, thanks to @dkemper
  • improve dark/light mode
  • update npm packages

Welcome PHP 8.1

27 Nov 08:57
Compare
Choose a tag to compare

Welcome PHP 8.1

  • update GitHub actions workflows for 8.1
  • add option for 8.1 in the UI

v0.5.0

21 Nov 15:08
Compare
Choose a tag to compare
  • Now you can deploy with Forge with your CI workflow
  • UI refactoring: Introducing DaisyUI components
  • Report for command line execution
  • Upgrade to PHPstan 1
  • Command line: added --dry-run option
  • Now is possible to install Ghygen with composer create-project hi-folks/ghygen