Skip to content

Releases: roots/acorn

v1.0.9

01 Jul 13:13
6a68b13
Compare
Choose a tag to compare

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

  • fix(helpers): view() should support file paths (#67)
  • fix(view-composer): strip "composers" from Composer::views() (x-ref: #60)

v1.0.8

14 May 14:24
73061f4
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(exceptions): Add missing ExceptionHandler dependency (#63)

v1.0.7

05 May 07:43
daa4fa9
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(view-composer): strip "composers" from Composer::views()

Enhancements

  • enhance(sage): Improve comments template filter (#62)

v1.0.6

13 Apr 11:32
019a93c
Compare
Choose a tag to compare

Change log

Bug fixes

  • fix(console): Fix console arguments (hopefully)

Enhancements

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

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