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.
- Updated to Angular 9
- Restore facade functions
- Injection Error
- Type error
2.0.0 - 2020-02-04
- Updated to Angular/NgRx 8
- Update packages
- Add configuration options
- Expose oidc client service
- Implement action and effect creators
- Serialize identity
- Added additional request params
1.0.7 - 2019-10-27
- Revert to angular 7
1.0.6 - 2019-08-13
- Upgrade packages
1.0.5 - 2018-12-05
- Upgrade to Angular 7
- Removed log messages
1.0.4 - 2018-10-18
- Fix issue with AoT builds of importing project
1.0.3 - 2018-10-18
- Resolve dependencies for OidcService
- Fix Redirect Logout button in example app
1.0.2 - 2018-10-18
- Issue #2 to enable builds with
--prod
flag
1.0.1 - 2018-10-15
- New configuration
useCallbackFlag?:boolean
to indicate if Popup or Callback should be remembered in local storage
- Inextensibility error when passing arguments to signinPopup/signinRedirect
- First release