Skip to content
This repository has been archived by the owner on Dec 25, 2017. It is now read-only.

Latest commit

 

History

History
344 lines (171 loc) · 10 KB

CHANGELOG.md

File metadata and controls

344 lines (171 loc) · 10 KB

2.0.0-alpha.17 (2016-01-28)

Features

  • event: add touched, dirty and modified event for element level (675bb30)
  • event: add valid, invalid, touched, dirty and modified event for top-level (0199b93), closes #144
  • validations: support validation result resetting (a66909f), closes #136

2.0.0-alpha.16 (2016-01-22)

Bug Fixes

  • base: fix input wrong behavior (2dcafeb), closes #141 #142
  • validate: cannot compile validator when using v-for and v-model (9ade590), closes #140
  • validations: fix other wrong behaviors (bf6e7d0)

2.0.0-alpha.15 (2016-01-19)

Bug Fixes

  • validate: occured TypeError when use v-if (9ca17b4), closes #139

2.0.0-alpha.14 (2016-01-18)

Skipped 2.0.0-alpha.14 because it contains an incorrect dist file.

2.0.0-alpha.13 (2016-01-17)

Bug Fixes

  • validate: read property access error when use v-model and v-for (e7c7714), closes #137

Features

  • custom: support local registration (74b1631), closes #125

2.0.0-alpha.12 (2016-01-16)

Bug Fixes

2.0.0-alpha.11 (2016-01-14)

Features

2.0.0-alpha.10 (2016-01-13)

Bug Fixes

  • util: fix Firefox dispatchEvent bug (e2bd08f), closes #132

Features

  • validate: support v-model validation (0859cd4), closes #94
  • validator: support camelizable name attribute (c812cea), closes #118

2.0.0-alpha.9 (2016-01-01)

Features

  • checkbox: support checkbox validation (7f46bad)
  • custom: support global error message (c75480f)
  • radio: support radio button validaton (848f3f5)
  • select: support select validation (42284f6)

2.0.0-alpha.8 (2015-12-13)

Bug Fixes

  • asset: fix cannot register validator issue (dce7e96), closes #108

Features

  • lazy: support lazy initialization (f5c24c9), closes #25
  • validation: support kebab-case (b26a108), closes #102

2.0.0-alpha.7 (2015-12-10)

Features

  • syntax: support array syntax on v-validate expression (bf33bb4)

2.0.0-alpha.6 (2015-12-07)

Performances

  • bundle: more compact the vue-validator about 20% smaller build with rollupjs.

    • before
      • vue-validator.min.js 11701
      • vue-validator.js 26180
    • after
      • vue-validator.min.js 9309
      • vue-validator.js 20713

2.0.0-alpha.5 (2015-11-24)

Features

  • messages: support messages validation property (34564ec)

2.0.0-alpha.4 (2015-11-23)

chore

  • chore(npm): add commitizen config (bf23fc3)
  • chore(READEME): modify baduge urls (0cc7b0e)
  • chore(sauce): remove unnecessary sauce setting (edf8383)
  • chore(travis): change node version (8c7845c)

docs

  • docs(README): add commitizen badge (1f3399e)
  • docs(spec): This is the spec (6da4e9a)

feat

  • feat(install): support automatically install for standalone (d8fb356)

fix

  • fix(lint): resolve eslint error (72c3d1b)

2.0.0-alpha.3 (2015-11-23)

chore

  • chore(lint): fix eslint errors (0e58704)
  • chore(npm): update npm-scripts (8c866d1)

fix

  • fix(override): occured error when using plugin (3d9fe74), closes #92

2.0.0-alpha.2 (2015-11-22)

docs

fix

  • fix(validator): remove test property from validation scope (3e862dd)

BREAKING CHANGE

  • bower: not support bower package manager (28f87ea)

I think that bower is dead.

2.0.0-alpha.1 / 2015-11-22

  • Release for Vue 1.0

v1.4.4 / 2015-09-26

  • Fix validator configration options passing (#55, #57)

v1.4.3 / 2015-09-06

  • Fix validation data access error bug (#53)

v1.4.2 / 2015-08-16

  • Fix dirty bug (#43)

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