Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

75 lines (49 loc) · 1.59 KB

Changelog

All notable changes to laravel-blade-javascript will be documented in this file.

2.6.0 - 2020-12-04

  • support PHP 8

2.5.2 - 2020-10-30

  • escape tags in strings (#52)

2.5.1 - 2020-09-09

  • Add support for Laravel 8

2.5.0 - 2020-03-04

  • Add support for Laravel 7

2.4.1 - 2019-09-16

  • Changed: Updated Laravel 6 compatibility for future versions

2.4.0 - 2019-09-04

  • Added: Laravel 6 compatibility

2.3.0 - 2019-02-27

  • drop support for L5.7 and below, PHP 7.1 and PHPUnit 7

2.2.2 - 2019-02-27

  • Added: Laravel 5.8 compatibility

2.2.1 - 2018-09-04

  • Added: Laravel 5.7 compatibility

2.2.0 - 2018-05-07

  • Added: a publishable view

2.1.2 - 2018-02-20

  • Rendering improvements

2.1.1 - 2018-02-13

  • Refactor the way the directive is registered

2.1.0 - 2018-02-08

  • Added: Laravel 5.6 compatibility

2.0.1 - 2018-01-28

  • Changed: Improve service provider internals

2.0.0 - 2017-08-31

  • Added: Laravel 5.5 compatibility
  • Changed: Renamed config file from laravel-blade-javascript to blade-javascript

1.1.0 - 2017-01-23

  • Added: Laravel 5.4 compatibility

1.0.6 - 2016-08-20

  • Added: Laravel 5.3 compatibility

1.0.5 - 2016-08-01

  • Fixed: Bug where floats were casted to ints

1.0.4 - 2016-06-26

  • Removed: Type attribute on script tags

1.0.3 - 2016-06-08

  • Fixed: Bug where functions passed to the directive would cause an error

1.0.2 - 2016-06-07

  • Fixed: Improved handling of namespaces with special characters

1.0.1 - 2016-06-07

  • Fixed: Exporting of variables when no namespace has been set

1.0.0 - 2016-06-07

  • Initial release