Releases: roots/acorn
Releases · roots/acorn
v1.0.9
Change log
Enhancements
- enhance(tests): Working tests! (#65 – thank you @W-sch !)
- enhance(console): Clean up implementation of Command and GeneratorCommand (#71)
- enhance(console): Separate clearLine, exec, task, and title into traits (#71)
- enhance(console): Better replaceClass implementation (#71)
- chore(console): Remove unused Schedule class (#71)
Fixes
v1.0.8
v1.0.7
v1.0.6
v1.0.5
Change log
Enhancements
- enhance(exceptions): Add
shouldIgnore
andshouldntIgnore
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
v1.0.3
v1.0.2
v1.0.1
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