Skip to content

Latest commit

 

History

History
113 lines (60 loc) · 1.72 KB

File metadata and controls

113 lines (60 loc) · 1.72 KB

v1.4.1 / 2015-07-31

  • Fix code bundling issue

v1.4.0 / 2015-07-31

  • Add async validation

v1.3.3 / 2015-07-23

  • Fix component $destroy bug (#38)

v1.3.2 / 2015-07-19

  • Fix required validator bug (#37)

v1.3.1 / 2015-07-18

  • Fix dirty property bug (#36)

v1.3.0 / 2015-07-14

  • Support reactivity (#6)

v1.2.2 / 2015-07-10

  • Fix validates option read access error (#32)

v1.2.1 / 2015-07-09

  • Fix unbind error (#30)
  • Fix invalid v-validate directive
  • Change $emit interface for wait-for attribute

v1.2.0 / 2015-07-06

  • Add delay initialization of validation feature (#25)

v1.1.2 / 2015-07-04

  • Fix objectable v-model unbind error (#29) [@torniker]

v1.1.1 / 2015-06-27

  • Fix undefined method access error (#26)

v1.1.0 / 2015-06-23

  • Support Vuejs 0.12 (#23)
  • Fix pattern validator regex issue (#17)

v1.0.7 / 2015-06-22

  • Fix unbind issue of directive (#19)

v1.0.6 / 2015-06-05

  • Support objects and arrays in required validator (#16)

v1.0.5 / 2015-06-02

  • Add dirty of all models

v1.0.4 / 2015-05-08

  • Fix number option of v-model (#13)

v1.0.3 / 2015-05-04

  • Fix keypath specific model (#12)

v1.0.2 / 2015-04-02

  • Update READEME
  • Fix saucelabs failed on the travis ci

v1.0.1 / 2015-03-30

  • Update READEME
  • Add example for require.js
  • Update examples

v1.0.0 / 2015-02-12

  • Bump to latest version

v0.11.3 / 2015-01-31

  • Change namespace for vuejs orginaization

v0.11.2 / 2014-12-29

  • Change saucelabs account

v0.11.1 / 2014-12-26

  • Add end-to-end and saucelabs tests

v0.11.0 / 2014-12-12

  • Release vue-validator for Vue.js 0.11.2 later

v0.10.0 / 2014-11-07

  • Bump to latest version

v0.1.1 / 2014-10-11

  • Support bower

v0.1.0 / 2014-05-29

  • Release first