Skip to content

Major updates

Compare
Choose a tag to compare
@TerrePorter TerrePorter released this 15 Apr 15:13
· 1 commit to 3.8 since this release
  • The package has been completely rewritten, all code updated to be more in line with the Laravel version code. Several of the functions in the extended class were not needed and have been removed and the code has been cleaned up a bit.
  • Now uses Laravel auto registration feature.
  • No longer need to remove Illuminate\View\ViewServiceProvider::class from config/app.php
  • The ability to setRawTags, setContentTags, and setEscapedTags have been removed from Laravel (laravel/framework#17736). They are depreciated here.
  • The compiler function setDeleteViewCacheAfterRender, has been deprecated as I didn't find any code where it was actually being used.
  • Added more tests