This repository has been archived by the owner on Nov 15, 2017. It is now read-only.
Releases: sebastian-software/vuex-validator
Releases · sebastian-software/vuex-validator
Release 0.2.7
Release 0.2.6
Release 0.2.5
- Move validators from vuex to vue's own option component (eec12fd)
Release 0.2.4
- Merge vuex properties too (fdf3230)
Release 0.2.3
- Fix array in array (a24382f)
- Allow multiple returns in module validator (95a6b97)
- Throw error if rule name is same as module name (ae29d28)
- Don't clear errors on getting errors (5996086)
- Refactor validation process to support more than one validation result (db28144)
- Return value could also be empty array (2539b5e)
- Add errors array to validation assertions (f82d1fd)
- Merge pull request #6 from sebastian-software/greenkeeper-rollup-plugin-buble-0.8.0 (a023f36)
- chore(package): update rollup-plugin-buble to version 0.8.0 (c64679a)
Release 0.2.2
- Update import information in readme (e2d7eae)
Release 0.2.1
- Fix options not supported by buble (be280a4)
Release 0.2.0
- Merge pull request #5 from sebastian-software/0.2 (56151fd)
- Remove old nodejs environment for tests (bd93936)
- Remove babel test dependency and use es5 from lib (92a3996)
- Fix #3: Add jsnext for ES6 modules (fdf427c)
- Also distribute src folder for ES6 (f8de53d)
- Use lodash-es instead of lodash (3d51ff0)
- Switch from babel to rollup + buble (d7c415d)
- Generate lib as UMD module via buble (eda4966)
- Fix #2: Move VuexValidator code to own file; Use lodash-es (745eb2e)
Release 0.1.8
- Localize context of local validator property fnt (4123c9e)
Release 0.1.7
- Merge pull request #4 from sebastian-software/1-vuex-getter-style (57fb2e7)
- Add documentation for new validation getter style (5a5fefc)
- Skip if current property is not the real reason for validation failure (98fe1f8)
- Add support for module validation (5ed437e)
- Set start value for reduce to be null (60b42b7)
- Fix validation error merging (5af0e70)
- Remove curried fnt and replace with closure (ddb7ca1)
- Clean up old validator access properties (4b88d46)
- Bind state (4bb4fb0)
- Bind state to propertyValidator closure (6914b34)
- Flatten rules array (8338c1c)
- Bind assertions to validator function (e711658)
- Add propertyValidator simmilar to vuex getters (1856d9b)