Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Releases: InCuca/vuepress-pass

Release v1.1.0

07 May 22:08
Compare
Choose a tag to compare
  • chore(release-it): update release-it (48e7c11)
  • Merge pull request #10 from InCuca/fix-params (eb283a7)
  • fix(route-guard): fix infinite loop (724eb11)
  • refactor(route-guard): move localforage to create-handlers (e7b6c59)
  • fix(create-handlers): call nav after seting state (6d7e9b7)
  • fix(route-guard): localforage def impl returns promise (b4f33fa)
  • fix(integration): fix dynamic module test (b3fd8b6)
  • doc(README): add setState, getState (fcabcaf)
  • fix(route-guard): fix callback tests (9742bb1)
  • fix(route-guard): fix base param (aa44743)
  • add state tests (b83b5c9)
  • feat(lib): add todos (7a3eff9)
  • feat(create-handler): add query or object support (ee4064b)
  • feat(create-handler): add next call (688a1fd)
  • fix(create-handler): fix tests (fffe816)
  • fix(create-handler): parse query to object (ad7e515)
  • feat(create-handler): parse query (3aabd8a)
  • fix(enhancer): pass OPTIONS instead of Vue (92d307b)
  • fix(route-guard): fix isCallback logic (fb22251)
  • fix(route-guard): fix isCallback logic (b6dec90)
  • feaet(route-guard): add isCallback checking (5e789ec)
  • fix(route-guard): use hash instead of query (cfadee4)
  • feat(lib): add logs (ca95235)
  • fix(index): fix dynamic module name (075d8fe)
  • feat(create-handler): add console log on authenticated (85ed50c)
  • fix(enhancer): fix isServer option (041c1ae)
  • fix(create-handlers): fix wrong redirectUri (62eef69)
  • fix(route-guard): fix params (92cf41f)

Release v%s

07 May 22:13
Compare
Choose a tag to compare
  • chore(release-it): update to alpha (30a97f2)

Release v1.0.1

29 Apr 17:45
Compare
Choose a tag to compare
  • Merge pull request #9 from InCuca/fix-plugin-api (5faaf62)
  • fix(route-guard): fix global undefined (01858d8)
  • feat(enhancer): ignore on server rendering (6b3fab8)
  • fix(utils): fix tests not passing (09fe925)
  • chore(package): update deps (a4e19c8)
  • fix(enhancer): update exposed api (78c8195)
  • feat(git): add vscode to gitignore (1e7d2f9)
  • npm audit (36c5fd5)
  • doc(README): fix syntax error (30c57fb)
  • doc(README): fix module path (3bd8ae4)
  • doc(README): fix misspelling (240f9fc)
  • doc(README): add more complex example (cd0abd0)

Release v1.0.0

17 Dec 17:47
Compare
Choose a tag to compare

Bug Fixes

  • enhancer: fix enhancer options to routeGuard (dae9708)
  • release-it: fix build command (2cd4051)
  • route-guard: calls assign after next (4e38de2)

Features

  • changelog: add changelog (2c53722)
  • create-handlers: add authState on authenticated (4626903)
  • enhancer: add enhancer module (8ab403f)
  • eslint: add eslint settings (4c2ae56)
  • eslint: add jest plugin (f37438b)
  • index: add enhancer (1fba218)
  • package: update package metadata (93dc73f)
  • Pass: add pass plugin tests (eb1cc0f)
  • plugin: add fixture for default config (f32a34b)
  • plugin: add options dynamic module (32354a6)
  • route-guard: add authenticated callback (1faa1f8)
  • route-guard: add guard (0ecb215)
  • route-guard: add redirect to auth URL (e96bd0b)
  • route-guard: add response_type rfc6749 (7494eeb)
  • route-guard: add state hash (4b334a3)
  • route-guard: add unauthenticated callback (b5ead02)
  • route-guard: add unauthenticated test (d566673)
  • travis: add config (10bd267)
  • travis: add node stable (f5a2857)
  • travis: add node vuepress versions (20a5386)