All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
6.1.0 (2021-02-12)
- adding support for name identifier format option (2228a7a)
- add back support for custom profile mapper for nameIdentifierFormat (c0d932b)
- make xtend a production dependency (26f3dc4)
6.0.0 (2020-11-04)
- stop supporting node v4, v6 and v8
- update saml dependency to fix vulnerabilities reported by npm
- update saml dependency to fix vulnerabilities reported by npm (178c9af)
- remove unused
debug
dev depenency and fix the deprecated usage of express res.send (0dfb671)
- remove node v4, v6 and v8 in travis configuration (5ffa4c8)
5.0.0 (2020-10-28)
-
an error will be returned in case no
nameIdentifier
is returned from the profile mapper -
fix!(nameIdentifier): handle the case of not found nameIdentifier (615cffd)