All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0-rc.3 (2018-02-04)
- fix scope checks during logout (e2ebd97)
- refactor init logic to $auth.init and improve error handling (b58ca17)
4.0.0-rc.2 (2018-02-03)
- Auth: register vuex store before all watchers (006650f)
4.0.0-rc.1 (2018-02-03)
4.0.0-rc.0 (2018-02-02)
- guard check (cf013a0)
- prevent middleware infinite loops (6ec1b34)
- ssr and code reduction (952700c)
- typo in lodash template (eac33d2)
- $auth.hasScope (6d6c7b3)
- $auth.onError (151868a)
- allow
token
to be a nested object in the response (#45) (8064839) - handle endpoints.propertyName (710561b), closes #46
- rewriteRedirects (dde409a)
- update defaults to axios 5.x (10157aa)
- use new Auth class (d4da740)
- improve cookie handling (c50e68f)
- Lot's of API and Usage changes
3.4.1 (2017-12-29)
- rc11 backward compatibility (c0222e9)
3.4.0 (2017-12-29)
- store: return promise in all actions (1a9a76e)
- improve compatibility for nuxt 1.0.0 (7740dec)
3.3.0 (2017-12-28)
- add fetchUser option (#27) (1b8856c)
- allow customizing http method for user endpoint (#28) (994152b)
- more compatibility for nuxt@next (d50be11)
3.2.1 (2017-12-20)
3.2.0 (2017-11-18)
- store: resetOnFail option (55e2397)
3.1.1 (2017-11-17)
- store: better check for loggedIn (37f22fe)
3.1.0 (2017-11-15)
- store: let LocalStorage to be optional (#18, @epartipilo) (b4086a0)
- improve token options (2a2c4c2)
3.0.1 (2017-11-12)
- middleware: redirects (77bd1e4)
3.0.0 (2017-11-10)
- Some options changed and/or simplified
2.0.7 (2017-10-19)
2.0.6 (2017-10-19)
2.0.5 (2017-09-06)
- warn only needed (a9dbe04)
2.0.4 (2017-09-05)
- warn when axios module is not registered (6ace50b)
2.0.3 (2017-09-04)
- package: publish templates (eb1706a)