Tags: huubl/acorn
Tags
feat(assets): add support for asset types and bundles (roots#96) * build(test): add snapshots support * build(test): add brain monkey teardown * feat(assets): add support for asset types and bundles * fix(compat-php73): remove typed properties * chore: remove unused `use` declarations * chore(docs-assets): add missing docblocks
CLI Optimization (#71) * enhance(console): Clean up implementation of Command and GeneratorCommand * enhance(console): Separate clearLine, exec, task, and title into traits * enhance(console): Better replaceClass implementation * chore(console): Remove unused Schedule class
fix(view-composer): strip "composers" from views() Since namespace was changed from `App\Composers` to `App\View\Composers`, Composer::views() - the method for automatically associating composers with view files - also needs to strip off the new namespace to accurately associate with views.
enhance(exceptions): Add `shouldIgnore` and `shouldntIgnore` methods … …for ignoring error types (#58) * enhance(exceptions): Ignore `E_USER_DEPRECATED` errors since WordPress is the definition of deprecated * chore(exceptions): Remove the `error_reporting` directive set by Acorn
PreviousNext