Skip to content

Releases: DigitallyHappy/assets

2.1.0

31 Jan 11:12
f4c80e1
Compare
Choose a tag to compare

What's Changed

  • add laravel 10 support by @pxpm in #16

Full Changelog: 2.0.4...2.1.0

2.0.4

08 Mar 23:50
a79e6b0
Compare
Choose a tag to compare

What's Changed

  • load blade directives using callAfterResolving by @tabacitu in #13

Full Changelog: 2.0.3...2.0.4

2.0.3

10 Feb 13:43
a323b8f
Compare
Choose a tag to compare

What's Changed

  • load blade directives after resolving blade compiler by @tabacitu in #11

Full Changelog: 2.0.2...2.0.3

2.0.2

19 Jan 10:00
98d9eb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

24 Nov 22:52
923185e
Compare
Choose a tag to compare

Fixed loading blocks whose names ended in css - see #9

2.0.0

24 Nov 22:12
e34080e
Compare
Choose a tag to compare

This release:

  • removes the @asset() directive (name was too general)
  • makes the @loadOnce() directive smarter, in that it can also do what @asset() did before (load one script, load one style or load code block)
  • renames @loadCssOnce() to @loadStyleOnce() - still needed when parameter is a variable
  • renames @loadJsOnce() to @loadScriptOnce() - still needed when parameter is a variable

To upgrade:

  • search & replace @asset( with @loadOnce(
  • search & replace @loadCssOnce( with @loadStyleOnce( or @loadOnce(
  • search & replace @loadJsOnce( with @loadScriptOnce( or @loadOnce(

1.0.0

27 Oct 13:01
dd2ee94
Compare
Choose a tag to compare
Update readme.md