Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0.0 #82

Merged
merged 18 commits into from
Jul 29, 2023
Merged

v2.0.0 #82

merged 18 commits into from
Jul 29, 2023

Conversation

Log1x
Copy link
Owner

@Log1x Log1x commented Jul 29, 2023

Important

Sage Directives v2.0.0 drops support for Sage 9, PHP 7.x, and PHP 8.0.

This release should hopefully fix 99% of the issues/PR's present on the repo.

Change log

Bug fixes

Enhancements

  • feat(tests): Add blade compiler tests for directives
  • chore(git): Add Acorn test directory to .gitignore
  • chore(git): Add /tests to .gitattributes
  • chore: Remove CHANGELOG.md
  • chore: Remove unnecessary license year
  • enhance(provider): Move Sage Directives registration into a Service Provider (Fixes Should this work with Radicle? #80, Supersedes Support Radicle #81)
  • chore: Rename the Utilities class to Util
  • chore(docs): Remove deprecated Font Awesome directives
  • enhance(directives): Use new isIdentifier utility as needed
  • chore(directives): Change <?= to <?php echo
  • enhance(directives): Clean up directive implementation
  • chore(deps): Use PSR-4 autoloading
  • chore(deps): Autoload tests
  • chore(deps): Bump minimum PHP requirement to 8.1
  • chore(deps): Add roots/acorn, pestphp/pest, and laravel/pint as dev-dependencies
  • chore(deps): Remove sage-svg suggestion
  • chore(deps): Add acorn to package keywords
  • chore(ci): Add Dependabot to the project
  • chore(ci): Bump tested PHP versions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment