Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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