Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2023-04-11)

### Bug Fixes

* **constants:** add lack of member ([b15653f](b15653f))
* **types:** fix frame ancestors types ([7142fb5](7142fb5))
* **types:** fix types of source list ([cec4591](cec4591))

### Features

* add csp middleware factory ([364a1bc](364a1bc))
* **middleware:** accept camel casing csp directives ([dab095d](dab095d))
* **middleware:** accept structured directives and serialize it ([852970b](852970b))
* **middleware:** add asserting serialized CSP format ([4c438ad](4c438ad))
* **middleware:** change middleware factory interface to accept policy ([8c6a2b7](8c6a2b7))
* **middleware:** do not accept string directives ([bb6a2c4](bb6a2c4))
* **middleware:** improve error message ([6925338](6925338))
* **mod:** export middleware types ([7d66401](7d66401))
* **mod:** export related enum ([44d6c95](44d6c95))
* **mod:** export related types ([31727d0](31727d0))
* **types:** expand report uri directive acceptable types ([0c9fdc4](0c9fdc4))
* **types:** expand sandbox attribute acceptable types ([86f1d35](86f1d35))
* **types:** improve csp interface ([56622c7](56622c7))
* **utils:** add checking duplication of directive value ([62a4f31](62a4f31))
* **utils:** improve error message ([62dd335](62dd335))
* **validate:** add source expression format validator ([15745e9](15745e9))
  • Loading branch information
semantic-release-bot committed Apr 11, 2023
1 parent 05ed7db commit 9c3ffb4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# 1.0.0 (2023-04-11)


### Bug Fixes

* **constants:** add lack of member ([b15653f](https://github.com/httpland/csp-middleware/commit/b15653fc9e0ebd7831cc1ec0b7f3939b218e9d8d))
* **types:** fix frame ancestors types ([7142fb5](https://github.com/httpland/csp-middleware/commit/7142fb54823ac9259912e6e70cc7d3ae440c4c6f))
* **types:** fix types of source list ([cec4591](https://github.com/httpland/csp-middleware/commit/cec459116504d9dce15d21131ac30af9330b1fc6))


### Features

* add csp middleware factory ([364a1bc](https://github.com/httpland/csp-middleware/commit/364a1bc556cb5d7df3c30d39c4c89ce16d1c7d40))
* **middleware:** accept camel casing csp directives ([dab095d](https://github.com/httpland/csp-middleware/commit/dab095de22a3cd471a833e95824ab81bb5df7df1))
* **middleware:** accept structured directives and serialize it ([852970b](https://github.com/httpland/csp-middleware/commit/852970b92b7506122084407c43fb58ae267c0e92))
* **middleware:** add asserting serialized CSP format ([4c438ad](https://github.com/httpland/csp-middleware/commit/4c438ade007c91781bff663dfe0625e3e89ee2ec))
* **middleware:** change middleware factory interface to accept policy ([8c6a2b7](https://github.com/httpland/csp-middleware/commit/8c6a2b7d89f071f7a65f6ffa47a4d3ce87fd23e2))
* **middleware:** do not accept string directives ([bb6a2c4](https://github.com/httpland/csp-middleware/commit/bb6a2c4e5464640fd50d6c4bfea1dce764539063))
* **middleware:** improve error message ([6925338](https://github.com/httpland/csp-middleware/commit/6925338feca1e33b886bab2da11a86e33ffa7c67))
* **mod:** export middleware types ([7d66401](https://github.com/httpland/csp-middleware/commit/7d66401df82be9147ee3d5cf7eebf847182ea1cc))
* **mod:** export related enum ([44d6c95](https://github.com/httpland/csp-middleware/commit/44d6c95d41d5fc8e2de5deecffc092dd5cd4067b))
* **mod:** export related types ([31727d0](https://github.com/httpland/csp-middleware/commit/31727d0598c41a1bff71fe2623fed01139f9e554))
* **types:** expand report uri directive acceptable types ([0c9fdc4](https://github.com/httpland/csp-middleware/commit/0c9fdc48c33a922e513843357f0a80cbd236d625))
* **types:** expand sandbox attribute acceptable types ([86f1d35](https://github.com/httpland/csp-middleware/commit/86f1d35c4d7e8c9df7f687f31ea5b1ae7557df2b))
* **types:** improve csp interface ([56622c7](https://github.com/httpland/csp-middleware/commit/56622c7ccc4caf028c712cd74ecc9fca9d2a076f))
* **utils:** add checking duplication of directive value ([62a4f31](https://github.com/httpland/csp-middleware/commit/62a4f31d46d39e766ada7249cc760c7547011e2e))
* **utils:** improve error message ([62dd335](https://github.com/httpland/csp-middleware/commit/62dd335285a79c7b8dcc50bc14dfa34fb7997f20))
* **validate:** add source expression format validator ([15745e9](https://github.com/httpland/csp-middleware/commit/15745e9888745ab4967ef892a699058f606998b3))

# [1.0.0-beta.5](https://github.com/httpland/csp-middleware/compare/1.0.0-beta.4...1.0.0-beta.5) (2023-04-11)


Expand Down

0 comments on commit 9c3ffb4

Please sign in to comment.