All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.0 (2020-11-04)
- update xml-crypto and xmldom dependencies to fix sec issues
- stop supporting node v4 and v8
- xml-encryption major version bump, fix typo in config property
from
keyEncryptionAlgorighm
tokeyEncryptionAlgorithm
consumed by new xml-encryption library version.
-
fix sec issues with dependencies (06acc02)
-
update xml-crypto and xmldom dependencies to fix sec issues (772c30e)
-
remove node v4 and v8 in travis configuration (d8c62af)
0.15.0 (2020-10-01)
- saml11: adds saml11.createUnsignedAssertion() (51170c9)
- saml20: adds Saml20.createUnsignedAssertion() (de0e766)
- xml/sign: unsigned assertions should have whitespace removed as well (968d0e7)
- saml20: parses saml20.template only once at start up (cb3bfcd)