UNPKG

vuelidate-error-extractor

Version:
215 lines (91 loc) 6.97 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [2.4.1](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.4.0...v2.4.1) (2019-12-30) <a name="2.4.0"></a> # [2.4.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.3.1...v2.4.0) (2019-03-29) ### Bug Fixes * revamp the documentation ([4c20c2b](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/4c20c2b)) ### Features * allow passing path to translation as attribute in i18n mode ([0a588b1](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/0a588b1)) <a name="2.3.1"></a> ## [2.3.1](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.3.0...v2.3.1) (2019-01-28) ### Bug Fixes * passing zero as a parameter ([62ac854](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/62ac854)) <a name="2.3.0"></a> # [2.3.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.2.3...v2.3.0) (2018-12-26) ### Bug Fixes * fix issue with using wrong validator param key. ([6c71274](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/6c71274)) * Make Foundation 6 template default error field element a div ([59b1e60](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/59b1e60)) ### Features * allow overriding i18n validation messages on FormWrapper, MultiErrorExtractor and SingleErrorExtractor components. ([c6d9012](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/c6d9012)) <a name="2.2.3"></a> ## [2.2.3](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.2.2...v2.2.3) (2018-11-12) <a name="2.2.2"></a> ## [2.2.2](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.2.1...v2.2.2) (2018-07-29) ### Bug Fixes * fix multiErrorExtractor hasErrors property ([1c2a55f](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/1c2a55f)) * fix travis lint command ([426ab9d](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/426ab9d)) * rename travis config file ([1448de3](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/1448de3)) * return null if not dirty on isValid computed property ([df15584](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/df15584)) <a name="2.2.1"></a> ## [2.2.1](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.2.0...v2.2.1) (2018-07-25) <a name="2.2.0"></a> # [2.2.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.1.1...v2.2.0) (2018-07-25) ### Bug Fixes * Add Docs for Nested object validation using $each ([60e8e21](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/60e8e21)) ### Features * add ability to walk through nested $each declarations. ([2821014](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/2821014)) <a name="2.1.1"></a> ## [2.1.1](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.1.0...v2.1.1) (2018-07-18) ### Bug Fixes * add bootstrap4 to UMD generated files ([2cd4381](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/2cd4381)) <a name="2.1.0"></a> # [2.1.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.0.0...v2.1.0) (2018-07-18) ### Features * Add boostrap4 single and multi error templates. ([39e185d](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/39e185d)) <a name="2.0.0"></a> # [2.0.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v2.0.0-beta.0...v2.0.0) (2018-07-15) ### Bug Fixes * move docs to docs-source. ([b1cff93](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/b1cff93)) * set proper vuepress base ([f181a10](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/f181a10)) <a name="2.0.0-beta.0"></a> # [2.0.0-beta.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v1.3.1...v2.0.0-beta.0) (2018-07-12) ### Features * Add formWrapper to provide/inject validator data into error-extractors. ([69df4ec](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/69df4ec)) * Add multiErrorExtractor. Almost complete rewrite of the plugin. ([2c041dd](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/2c041dd)) ### BREAKING CHANGES * template structure changed. Rename messageExtractorMixin to single-error-extractor-mixin. <a name="1.3.1"></a> ## [1.3.1](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v1.3.0...v1.3.1) (2018-04-02) <a name="1.3.0"></a> # [1.3.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v1.2.1...v1.3.0) (2017-12-05) ### Features * add attribute prop to use instead of the label ([7fe6a56](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/7fe6a56)) <a name="1.2.1"></a> ## [1.2.1](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v1.2.0...v1.2.1) (2017-10-10) ### Bug Fixes * slot did not have a closing tag. ([298db82](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/298db82)) <a name="1.2.0"></a> # [1.2.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v1.0.3...v1.2.0) (2017-10-10) ### Bug Fixes * fix errors when trying to access messages that do not have props at all. ([68e1555](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/68e1555)) ### Features * support nested parameter dot notation and nested messages. ([4db24ee](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/4db24ee)) <a name="1.1.0"></a> # [1.1.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v1.0.3...v1.1.0) (2017-10-10) ### Features * support nested parameter dot notation and nested messages. ([4db24ee](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/4db24ee)) <a name="1.0.3"></a> ## [1.0.3](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v1.0.1...v1.0.3) (2017-08-11) <a name="1.0.2"></a> ## [1.0.2](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v1.0.1...v1.0.2) (2017-08-11) <a name="1.0.1"></a> ## [1.0.1](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v1.0.0...v1.0.1) (2017-08-10) <a name="1.0.0"></a> # [1.0.0](https://github.com/dobromir-hristov/vuelidate-error-extractor/compare/v0.0.1-alpha.0...v1.0.0) (2017-08-10) ### Code Refactoring * rename elements export to templates ([3cf936f](https://github.com/dobromir-hristov/vuelidate-error-extractor/commit/3cf936f)) ### BREAKING CHANGES * Changing the elements to templates is a breaking change. <a name="0.0.1-alpha.0"></a> ## 0.0.1-alpha.0 (2017-08-10)