
VERSION 2  LARAVEL 7 COMPATIBILITY
==================================

   Version 2.3 - Add support for scalar types as template data
      16/08/2020 09:59  2.3.0  initial release
         a59aac1 Travis remove preferer lowest
         1b68891 Update travis config, run tests for php 7.3 and 7.4
         3a6a1a5 #14 Add scalar types to the docs
         d52572e #14 Fix the data type in phpdoc
         cb10dab #14 Add support for scalar variable types as template data source
         52a8fb2 Bump lodash from 4.17.15 to 4.17.19

   Version 2.2 - Twig extension support
      03/06/2020 10:28  2.2.0  initial release
         02abc3f Add support for twig extensions

   Version 2.1 - Fix the loader to allow include in the twig layout
      24/05/2020 16:52  2.1.0  initial release
         0022b95 Fix the tests
         3d33a6b Add test to make sure that include is not available from the editable template
         d589dc1 Use chain loader to allow include statements in templates

   Version 2.0 - Laravel 7 compatibility
      02/05/2020 13:33  2.0.0  initial release
         ec74877 Update README.md
         1434cf8 Configure if the package should load it's default routes
         657bb62 npm update
         1361c05 Update .travis.yml
         3ff1a68 Travis update
         c774f02 Add laravel 7 compatibility

VERSION 1  INITIAL RELEASE
==========================

   Version 1.1 - Add support for pdf rendering with browsershot (puppeteer)
      17/02/2020 21:21  1.1.0  initial release
         ed2e728 Update .travis.yml
         08daa1b Update .travis.yml
         2fd9a76 Add browsershot to readme
         008b6d1 Update composer packages
         4af4a55 Show background in the pdf
         0ee13fe Create browsershot renderer
         5e6193f Update readme

   Version 1.0 - Initial release
      12/11/2019 15:08  1.0.2  Path fixes
         2e50c23 Update composer.lock
         3e55c05 Fix require path
         da65385 Fix the publish path
      12/11/2019 13:17  1.0.1  Laravel 6 support
         541a984 Update for laravel6
      08/11/2019 08:50  1.0.0  initial release