Skip to content

Tags: huubl/acorn

Tags

2.0.0-alpha.0

Toggle 2.0.0-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.1.0

Toggle v1.1.0's commit message
chore(handler): Change docblock to Throwable on the report method

chore(package-manifest): Update methods for Laravel parity

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(exceptions): Add missing ExceptionHandler dependency (#63)

v1.0.7

Toggle v1.0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(console): Fix console arguments (hopefully) (#59)

* chore(project): Remove unused namespaces
* chore(filesystem): Use namespace when extending FilesystemServiceProvider to remain uniform with the rest of the project

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(console): Fix CLI commands without params (#57)

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(console): Fix WP CLI argument usage with the Acorn command – Thanks 

@oxyc! (Fixes #48) (#56)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(view): Fix class typo