All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.0 (2017-11-21)
0.2.0 (2017-11-21)
- package.json: Remove angular-cookie and webstorage from devDependencies (833acbb)
0.1.6 (2017-02-04)
- dependencies: Remove Ionic pages and module (a3e837b)
0.1.5 (2017-02-03)
- templates: Add pages for Ionic with Ionic components in templates (4360bab)
0.1.4 (2017-01-30)
- build: Move ng2-webstorage and angular2-cookies to dependencies since they're required (d05d730), closes #62
0.1.3 (2017-01-30)
- angular: Change to peerDependencies and allow Angular 2.0.0+ (cbf9637)
0.1.2 (2017-01-27)
- http: Fix compatibility with Angular versions < 2.3 (b3ae345)
- logout: Fix logout fails when no access token found (6fcaeda)
0.1.1 (2017-01-20)
- config: Allow autoAuthorizedUris to be modified (#48) (ca81cbe), closes #47
- dependencies: Lock down version of ng2-webstorage to 1.4.3. (6b00209), closes #46
- security: Set autocomplete="off" for all forms (#52) (e85dc7d), closes #51
0.1.0 (2017-01-12)
- build: Fix installation by downgrading to TypeScript 2.0.10. (#45) (2ec5ae3)
- demo: Fix logout link so event propogation is stopped (7758ed2), closes #22
- forms: Add required field validation to login and forgot password forms. (#40) (ca2f339), closes #24
- webpack: Change X-Stormpath-Agent to read versions from package.json and Angular (8e3747e)
- oauth: Add support for OAuth and Client API (#37) (e18ed49)
- tests: Add Protractor configuration and tests (41c216a)
- webpack: Upgrade to webpack 2 for better performance and ES6 (9c8b345)
0.0.5 (2016-12-14)
- cors: Use withCredentials: true for requests so CORS works (991af7b)
0.0.4 (2016-12-06)
- resolving conflicted typedoc dependency (da6fa97)
- templates: Fixed 404 in templates by embedding them (cd0d377)
- typedoc: Fix typedoc listing of classes in right column (0a464a4)
0.0.4 (2016-12-06)
- templates: Fixed 404 in templates by embedding them (98982c4)
- typedoc: Fix typedoc listing of classes in right column (0a464a4)
0.0.3 (2016-12-02)
- Add support for overridding templates (bc4e6b0)
0.0.2 (2016-11-11)
- Change user-agent to be stormpath-sdk-angular (021d882)
- Initial Release