Skip to content

Releases: orchestral/asset

v6.1.0

17 Apr 13:22
Compare
Choose a tag to compare

Changes

  • Added Laravel Octane support.

v6.0.0

29 Aug 11:40
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v8.

v5.0.0

28 Feb 01:22
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v7.

v4.0.1

27 Feb 03:30
Compare
Choose a tag to compare

Fixes

  • Ensure that CSS extension should match as css when it contain extra attributes. (#17)

v4.0.0

29 Aug 22:34
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v6.

v3.8.1

04 Aug 02:17
Compare
Choose a tag to compare

Changes

  • Use static function rather than function whenever possible, the PHP engine does not need to instantiate and later GC a $this variable for said closure.

v3.8.0

02 Mar 08:14
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.8.

v3.7.1

25 Feb 15:43
Compare
Choose a tag to compare

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v3.7.0

16 Aug 02:37
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v5.7.

v3.6.1

02 May 01:52
Compare
Choose a tag to compare

Changes

  • return self should only be used when method is marked as final.