Skip to content

Latest commit

 

History

History
666 lines (325 loc) · 23.3 KB

CHANGELOG.md

File metadata and controls

666 lines (325 loc) · 23.3 KB

3.0.0-alpha.2 (2016-12-26)

💥 Breaking changes

  • not support v-model integration for v3 (0b152bc)

🐛 Bug Fixes

⭐ New Features

  • validator: toogle support for required validator (541411e), closes #258
  • manually touch with API [ci skip] (484d360)
  • support v-model validation result [ci skip] (bfe63e2)

🆙 Updates

  • examples: valudator rule ignoring cases (6963747)
  • validate: add internal validate methods [ci skip] (68b15c3)
  • change to my repository name [ci skip] (98dba92)

⚡ Improvements

  • component: fix component validation [ci skip] (53258ea)
  • data: add progress data [ci skip] (f2d2164)

3.0.0-alpha.1 (2016-10-24)

This is the first release of 3.0 for Vue 2.0

  • There are still some features bugs. Some features still needs to be worked on.
    • v-model integration
    • comonent validation
  • NOT recommended for production using.
  • There are not still official documetation. Documentation still needs to be worked on.
  • There are example codes. see the here

2.1.7 (2016-09-09)

🐛 Bug Fixes

  • reset: fix cannot reset with using initial params and v-model (4c6c793)

2.1.6 (2016-08-19)

🐛 Bug Fixes

  • validate: fix initial compilation error (fa99a91), closes #288

2.1.5 (2016-07-25)

🐛 Bug Fixes

  • validate: fix cannot change validation rule and error message (7013c4e)

2.1.4 (2016-07-19)

🐛 Bug Fixes

  • validator: fix dynamic custom validator error (b5d5487), closes #274

2.1.3 (2016-05-29)

🐛 Bug Fixes

  • validate: fix multi element fragment bug (312a000), closes #243

2.1.2 (2016-05-21)

🐛 Bug Fixes

  • cleanup: fix cannot get validation result (33c71d1)
  • errors: fix cannot apply validation classes (af91d57), closes #239
  • event: fix cannot fire top level events (b91d36a), closes #233
  • group: fix group validation for radio (1fbfc53), closes #234

⚡ Improvements

  • async: update async validator for function I/F (974cf61)
  • errors: error messages order (b1add7d), closes #240
  • warning: changed warning for when the elements under validation are not wrapped in a element. (#224) by @SERVANT14 (ec1f223)

NOTE

  • cleanup: warning: not fixes validation result outside available yet

2.1.1 (2016-05-02)

🐛 Bug Fixes

  • timing: fix the initiali timing when use v-model integration (0579685), closes #214

2.1.0 (2016-04-30)

Bug Fixes

  • initial: cannot work 'initial="off"' on the checkbox(0d705d8), closes #208
  • v-validate: friendly error for field name missing (#205) by @xjchengo(35c01d3)

Features

2.0.2 (2016-04-20)

Bug Fixes

  • model: fix field empty bug 🐛 (360a209), closes #195

2.0.1 (2016-04-07)

Bug Fixes

2.0.0 (2016-03-30)

Release v2.0.0 🎉

2.0.0-beta.6 (2016-03-29)

Features

  • validate: add terminal directive restrictions (c2d4096)

2.0.0-beta.5 (2016-03-28)

Bug Fixes

  • validate: validation every time issue (606875c), closes #179

Features

  • warn: warning suppression for production (6664b51)

2.0.0-beta.4 (2016-03-25)

Bug Fixes

  • validate: compatible vue 1.0.19 (655156b), closes #176

2.0.0-beta.2 (2016-03-13)

Bug Fixes

  • model: fix cannot work v-model fitler expression (6ad0840), closes #167

2.0.0-beta.1 (2016-03-12)

Bug Fixes

  • validation: change babel es2015 preset to es2015 loose (for IE 9/10) (bd1a21b), closes #161
  • validation: touched property issues (d8f1d09), closes #163

Features

  • api: expose vm and el property at the validator function context (faaf4ca), closes #63 #165
  • api: update api interfaces (b70de4d)
  • async: support async validation (a21a0af), closes #156
  • async: support async validation error message (7e65517)
  • v-validate: add 'initial' params (7d1ecd5), closes #58
  • validator: add 'initial' option (cc01431), closes #58

Performance Improvements

  • validation: improve validation performance (3e79962)

2.0.0-alpha.22 (2016-02-29)

Features

  • api: update $validate API (4635ce4)
  • reset: change meta method name (f4fcd64)
  • trigger: support validation trigger (46d153e)

BREAKING CHANGES

  • reset: $validatorReset to $resetValidation

2.0.0-alpha.21 (2016-02-22)

Bug Fixes

Features

  • errors: add manually validation error message settings (83f5806), closes #70
  • errors: change errors validation property type (5af4efa)
  • validator: change validation result of validator (d82dd5e)

BREAKING CHANGES

2.0.0-alpha.20 (2016-02-18)

Features

  • errors: add validator-errors and validator-error component (a51829a)

2.0.0-alpha.19 (2016-02-14)

Features

  • messages: change error messages feature (681f2f0)
  • validator: update warnning message (c6495e0)

BREAKING CHANGES

  • messages: change messages to errors

2.0.0-alpha.18 (2016-02-03)

Bug Fixes

  • checkbox: fix v-model is not work (caed1c8), closes #153

Features

  • validations: add manually validate API (c68fe28), closes #150

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