8000 Tags · wolfgangschaefer/acorn · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wolfgangschaefer/acorn

Tags

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 (roots#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) (roots#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 (roots#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 (roots#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 roots#48) (roots#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

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Laravel 7.x (roots#55)

* enhance: Update packages to Illuminate 7.x (Fixes roots#54)
* chore: Bump minimum PHP version to 7.2.5
* enhance(exceptions): Update HandleExceptions to Symfony 5
* enhance(helpers): Add new Laravel 7.x helpers
* 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
* 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(console): Clean up existing console commands
* chore: Remove unused namespaces throughout project
* chore(deps): Bump dependencies

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Composer stub - remove method arguments (roots#53)

0