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

Releases: sebastian-software/vuex-validator

Release 0.2.7

25 May 00:41
Compare
Choose a tag to compare

Release 0.2.6

24 May 23:25
Compare
Choose a tag to compare
  • Set validators to empty array if none given (3685efc)
  • Merge pull request #7 from sebastian-software/greenkeeper-rollup-plugin-buble-0.9.0 (c4f788b)
  • chore(package): update rollup-plugin-buble to version 0.9.0 (d7bc21e)

Release 0.2.5

17 May 14:49
Compare
Choose a tag to compare
  • Move validators from vuex to vue's own option component (eec12fd)

Release 0.2.4

17 May 13:48
Compare
Choose a tag to compare
  • Merge vuex properties too (fdf3230)

Release 0.2.3

17 May 12:28
Compare
Choose a tag to compare
  • 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

13 May 16:22
Compare
Choose a tag to compare
  • Update import information in readme (e2d7eae)

Release 0.2.1

13 May 16:17
Compare
Choose a tag to compare
  • Fix options not supported by buble (be280a4)

Release 0.2.0

13 May 16:08
Compare
Choose a tag to compare
  • 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

13 May 09:52
Compare
Choose a tag to compare
  • Localize context of local validator property fnt (4123c9e)

Release 0.1.7

12 May 20:55
Compare
Choose a tag to compare
  • 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)