Skip to content

Latest commit

 

History

History
77 lines (40 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

77 lines (40 loc) · 1.08 KB

Changelog

All notable changes to laravel-csp will be documented in this file

2.1.1 - 2019-02-01

  • use Arr:: and Str:: functions

2.1.0 - 2018-11-12

  • add new script and style directives

2.0.0 - 2018-11-05

  • moved most values in Value to Keyword
  • remove deprecated cspValue function

1.4.0 - 2018-10-30

  • add possibility to change value to no value

1.3.3 - 2018-09-04

  • support for Laravel 5.7

1.3.2 - 2018-08-02

  • fix compatibility with Lumen

1.3.1 - 2018-08-02

  • make compatible with Lumen

1.3.0 - 2018-07-27

  • add value constant for data:

1.2.2 - 2018-05-05

  • fix blade directive

1.2.1 - 2018-04-30

  • improvements around quoting values

1.2.0 - 2018-04-13

  • add csp_nonce function

1.1.0 - 2018-04-13

  • add value constants

1.0.5 - 2018-03-08

  • add support for PHP 7.0

1.0.4 - 2018-03-01

  • fix blade directive

1.0.3 - 2018-02-21

  • improve base profile

1.0.2 - 2018-02-20

  • fix directory name

1.0.1 - 2018-02-20

  • fix naming of classes

1.0.0 - 2018-02-20

BROKEN VERSION, DO NOT USE

  • initial release