Skip to content

Latest commit

 

History

History
47 lines (22 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

47 lines (22 loc) · 1.84 KB

Changelog

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

6.1.0 (2021-02-12)

Features

  • adding support for name identifier format option (2228a7a)

Bug Fixes

  • add back support for custom profile mapper for nameIdentifierFormat (c0d932b)
  • make xtend a production dependency (26f3dc4)

6.0.0 (2020-11-04)

⚠ BREAKING CHANGES

  • stop supporting node v4, v6 and v8
  • update saml dependency to fix vulnerabilities reported by npm

Features

  • update saml dependency to fix vulnerabilities reported by npm (178c9af)

Bug Fixes

  • remove unused debug dev depenency and fix the deprecated usage of express res.send (0dfb671)

build

  • remove node v4, v6 and v8 in travis configuration (5ffa4c8)

5.0.0 (2020-10-28)

⚠ BREAKING CHANGES

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