Skip to content

Releases: roots/acorn

v1.0.5

08 Apr 09:32
7056a80
Compare
Choose a tag to compare

Change log

Enhancements

  • enhance(exceptions): Add shouldIgnore and shouldntIgnore methods for ignoring error types
  • enhance(exceptions): Ignore E_USER_DEPRECATED errors since WordPress is the definition of deprecated
  • chore(exceptions): Remove the error_reporting directive set by Acorn

v1.0.4

05 Apr 21:58
3176bca
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(console): Fix CLI commands without params (#57)

v1.0.3

03 Apr 01:22
3c81ead
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(console): Fix WP CLI argument usage with the Acorn command – Thanks @oxyc! (Fixes #48)

v1.0.2

24 Mar 04:08
112b627
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(view): Fix typo in the Component class.

v1.0.1

23 Mar 22:05
e25b16b
Compare
Choose a tag to compare

Change log

Related: roots/sage#2429

Enhancements

  • enhance: Update packages to Illuminate 7.x (Fixes #54)
  • enhance(exceptions): Update HandleExceptions to Symfony 5
  • enhance(helpers): Add new Laravel 7.x helpers
  • feat(blade): Add Laravel 7.x Blade component support
  • feat(console): Add make:component command for generating a component class and view
  • feat(console): Add stubs for a component class and view
  • chore: Bump minimum PHP version to 7.2.5
  • chore(helpers): Sort helpers alphabetically
  • chore(helpers): Remove unused helpers
  • chore(globals): Update globals to reflect helpers
  • chore(config): Update default configs to be in parity with Sage 10
  • chore(console): Clean up existing console commands
  • chore: Remove unused namespaces throughout project
  • chore(deps): Bump dependencies

v1.0.0

23 Mar 22:03
05fee42
Compare
Choose a tag to compare

Initial release