Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

36 lines (20 loc) · 1.72 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2020-11-04)

⚠ BREAKING CHANGES

  • 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 to keyEncryptionAlgorithm consumed by new xml-encryption library version.

Features

  • 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)

Features

  • saml11: adds saml11.createUnsignedAssertion() (51170c9)
  • saml20: adds Saml20.createUnsignedAssertion() (de0e766)
  • xml/sign: unsigned assertions should have whitespace removed as well (968d0e7)

Bug Fixes

  • saml20: parses saml20.template only once at start up (cb3bfcd)