Skip to content

Latest commit

 

History

History
150 lines (70 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

150 lines (70 loc) · 4.83 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.2 (2020-01-09)

0.6.1 (2019-10-20)

0.6.0 (2019-10-20)

Features

0.5.3 (2019-07-19)

0.5.2 (2019-07-08)

Bug Fixes

  • fix string template for old Nuxt versions (6887d38)

0.5.1 (2019-06-28)

0.5.0 (2019-06-13)

Features

  • v2: add language support (195773e)
  • v2: use callbacks, add expired event (6b658b1)

0.4.1 (2019-05-02)

0.4.0 (2019-05-02)

Features

  • reinitialize recaptcha v2 on re-visit (701343a)

0.3.3 (2019-04-15)

Bug Fixes

  • use built-in events instead of Vue (53cbe1e)

0.3.2 (2019-04-15)

0.3.1 (2019-04-15)

0.3.0 (2019-04-15)

Features

0.2.2 (2019-02-26)

Bug Fixes

  • lib: fix error is not defined (f581488)

0.2.1 (2019-02-21)

0.2.0 (2019-02-21)

Features

  • example: split example by versions (7ae76fe)
  • example, lib: add recaptcha component (fc69668)
  • lib: add v2 support (07e8b62)
  • pages: add v2 example (ee4cadc)
  • types: add v2 types (31e05c7)

0.1.0 (2019-02-13)

Bug Fixes

  • lib: convert string to template literal (18e653a)
  • lib: remove code repetition (1e15cd0)
  • lib: return Promise instead of Boolean (cdfe204)
  • lib: throw Error instead of String (09450fa)
  • types: fix execute Promise type (a9833f3)
  • recaptcha case in comment (39f2b5b)
  • use this (101f97d)
  • wait for ready (5662681)

Features

  • plugin: add execute helpers (7a72172)
  • allow chaining __ready (cb10c20)
  • lazy initialize $recaptcha on execute (1e2e482)