Skip to content

Releases: roots/acorn

v2.0.0-beta.5

21 Nov 09:59
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

Zero Config

Acorn now supports a zero config setup.

For more information, check out the docs.

v2.0.0-beta.4

19 Nov 19:31
9415b47
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release
fix(release): remove dev deps during release build

v2.0.0-beta.3

19 Nov 18:58
9d63f1c
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
Create release.yml

v2.0.0-beta.2

02 Nov 00:33
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
fix(cli): use StringInput() 😅

2.0.0-alpha.0

31 Mar 11:05
eb238de
Compare
Choose a tag to compare
2.0.0-alpha.0 Pre-release
Pre-release
feat(assets): add support for asset types and bundles (#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

20 Aug 13:02
Compare
Choose a tag to compare

Change log

Enhancements

  • feat(mix): Add HMR support for Laravel Mix (#66)
  • chore(view-directive): @once requires ramsey/uuid (#73)
  • chore(package-manifest): Update methods for Laravel parity
  • chore(handler): Change docblock to @throw \Throwable on the report method

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