Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

77 lines (55 loc) · 2.82 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[2.1.0] - 2024-04-24

Added

  • Added apiEntryPoint option to allow customizing the base of the API URI

[2.0.0] - 2024-07-21

Added

  • The User Principal Name (UPN) is now added onto a custom profile field called userPrincipalName.

Changed

  • [BREAKING] Treating the User Principal Name (UPN) as an email address is now opt-in functionality. To maintain existing behavior, set the addUPNAsEmail option to true when configuring the strategy.
  • The emails array in the user profile can now contain zero or multiple email addresses

[1.1.0] - 2024-07-21

Added

  • Can now specify the Microsoft Graph API version as a config option

Changed

  • Upgraded dependencies of main library
  • Upgraded dependencies of example application

Removed

  • Removed dependency on pkginfo to facilitate bundling

Deprecated

  • Adding the User Principal Name (UPN) as an email address every time a mail property can't be found will be changed to opt-in behavior in future versions to avoid giving the impression that the UPN is always semantically a valid email

[1.0.0] - 2022-04-14

The API/design is stable enough that this is marked as the 1.0.0 release.

Added

  • VS Code launch.json for example app
  • New prompt, login_hint, domain_hint, locale, and display authorization parameters (See #8 and #18), thanks to @rachaelsingleton
  • Support for a tenant configuration option (See #17)
  • Documentation updates:
    • README updates for configuration options
    • Changelog

Changed

  • Use npm instead of yarn for tracking dependencies
  • Upgraded dependencies of main library
  • Upgraded dependencies of example application, including from Express 3.x to 4.x

Security

[0.1.0] - 2020-04-10

Changed

[0.0.5] - 2017-04-14

Changed

  • Updated some broken links in the documentation

[0.0.4] - 2017-04-14

Changed

  • Renamed the strategy from MicrosoftGraphStrategy to MicrosoftStrategy
  • Metadata and documentation updates

[0.0.3] - 2017-04-12

Changed

  • Metadata and documentation updates

[0.0.2] - 2017-04-12

Added

  • Initial public version