Skip to content

Latest commit

 

History

History
79 lines (63 loc) · 2.12 KB

CHANGELOG.md

File metadata and controls

79 lines (63 loc) · 2.12 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.0.4] - 2020-05-26

  • Updated to Angular 9
  • Restore facade functions

[2.0.3] - 2020-02-06

[2.0.2] - 2020-02-06

Fixed

  • Injection Error

[2.0.1] - 2020-02-04

Fixes

  • Type error

2.0.0 - 2020-02-04

Breaking Changes

  • Updated to Angular/NgRx 8

Added

  • Update packages
  • Add configuration options
  • Expose oidc client service
  • Implement action and effect creators

Fixed

  • Serialize identity
  • Added additional request params

1.0.7 - 2019-10-27

Fixed

  • Revert to angular 7

1.0.6 - 2019-08-13

Fixed

  • Upgrade packages

1.0.5 - 2018-12-05

Added

  • Upgrade to Angular 7

Fixed

  • Removed log messages

1.0.4 - 2018-10-18

Fixed

  • Fix issue with AoT builds of importing project

1.0.3 - 2018-10-18

Fixed

  • Resolve dependencies for OidcService
  • Fix Redirect Logout button in example app

1.0.2 - 2018-10-18

Fixed

  • Issue #2 to enable builds with --prod flag

1.0.1 - 2018-10-15

Added

  • New configuration useCallbackFlag?:boolean to indicate if Popup or Callback should be remembered in local storage

Fixed

  • Inextensibility error when passing arguments to signinPopup/signinRedirect

[1.0.0] - 2018-10-12

Added

  • First release