forked from vuelidate/vuelidate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @vuelidate/docs@2.0.0-alpha.1 - test-project@0.2.0 - @vuelidate/validators@2.0.0-alpha.1 - @vuelidate/core@2.0.0-alpha.1
- Loading branch information
1 parent
9099d8e
commit ca47a83
Showing
8 changed files
with
144 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0-alpha.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/docs@2.0.0-alpha.0...@vuelidate/docs@2.0.0-alpha.1) (2020-08-08) | ||
|
||
|
||
### Features | ||
|
||
* **core:** 🚀 Add context-aware validation support ([771828e](https://github.com/vuelidate/vuelidate/commit/771828e43654e453f5ca8d4719ca5466b5d363f8)) | ||
* **docs:** add AsComposition component to docs ([43ec225](https://github.com/vuelidate/vuelidate/commit/43ec225817cac7d37cc4475e627e4048bdcc3f93)) | ||
* **docs:** add test examples do docs ([5a08ad0](https://github.com/vuelidate/vuelidate/commit/5a08ad0cfe8bc0cb52c5c9d8b962ebde7bee80f1)) | ||
* Add $touch and $reset to root. ([#626](https://github.com/vuelidate/vuelidate/issues/626)) ([a80c164](https://github.com/vuelidate/vuelidate/commit/a80c164db882a860fc3e1c30c14d083f83c2c2a9)) | ||
|
||
|
||
|
||
|
||
|
||
# [2.0.0-alpha.1](https://github.com/vuelidate/vuelidate/compare/@vuelidate/docs@2.0.0-alpha.0...@vuelidate/docs@2.0.0-alpha.1) (2020-08-08) | ||
|
||
|
||
### Features | ||
|
||
* **core:** 🚀 Add context-aware validation support ([771828e](https://github.com/vuelidate/vuelidate/commit/771828e43654e453f5ca8d4719ca5466b5d363f8)) | ||
* **docs:** add AsComposition component to docs ([43ec225](https://github.com/vuelidate/vuelidate/commit/43ec225817cac7d37cc4475e627e4048bdcc3f93)) | ||
* **docs:** add test examples do docs ([5a08ad0](https://github.com/vuelidate/vuelidate/commit/5a08ad0cfe8bc0cb52c5c9d8b962ebde7bee80f1)) | ||
* Add $touch and $reset to root. ([#626](https://github.com/vuelidate/vuelidate/issues/626)) ([a80c164](https://github.com/vuelidate/vuelidate/commit/a80c164db882a860fc3e1c30c14d083f83c2c2a9)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 0.2.0 (2020-08-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **core:** move validations into $v computed for correct this ([55017c5](https://github.com/vuelidate/vuelidate/commit/55017c5bd3810a8bb9b9b3dec8242e97d3c9c185)) | ||
* **core:** use cached setValidations state ([99d4728](https://github.com/vuelidate/vuelidate/commit/99d47289245b643d58f41e464902935b9af7f365)) | ||
|
||
|
||
### Features | ||
|
||
* **core:** add mixin support for old options API ([682bf74](https://github.com/vuelidate/vuelidate/commit/682bf748b684d4a1ee008affed350179ded4eb6a)) | ||
* **test-project:** add a test project in Vue 3 ([0f2db5e](https://github.com/vuelidate/vuelidate/commit/0f2db5e63feab16c16d8edee3f3690e0a900ab4f)) | ||
* **test-project:** add test components ([29214ca](https://github.com/vuelidate/vuelidate/commit/29214ca038b37be8a405566bc7b5137c6c337ec9)) | ||
* add $dirty cache WIP ([5725a38](https://github.com/vuelidate/vuelidate/commit/5725a38da12848fc699c719dafa06706107f0374)) | ||
* add validate function and other improvements ([#663](https://github.com/vuelidate/vuelidate/issues/663)) ([0d1ca73](https://github.com/vuelidate/vuelidate/commit/0d1ca73ca5f7574e15256cf8bfa94ea6170dc2dc)) | ||
* add vue-router ([#668](https://github.com/vuelidate/vuelidate/issues/668)) ([20eea8b](https://github.com/vuelidate/vuelidate/commit/20eea8bda9fafce4ee9c8935648c3d5dcaa78097)) | ||
* replace vue-cli with vite ([#664](https://github.com/vuelidate/vuelidate/issues/664)) ([c155404](https://github.com/vuelidate/vuelidate/commit/c155404769fc78ceca5a2b766d0abf2071bff987)) | ||
|
||
|
||
|
||
|
||
|
||
# 0.2.0 (2020-08-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **core:** move validations into $v computed for correct this ([55017c5](https://github.com/vuelidate/vuelidate/commit/55017c5bd3810a8bb9b9b3dec8242e97d3c9c185)) | ||
* **core:** use cached setValidations state ([99d4728](https://github.com/vuelidate/vuelidate/commit/99d47289245b643d58f41e464902935b9af7f365)) | ||
|
||
|
||
### Features | ||
|
||
* **core:** add mixin support for old options API ([682bf74](https://github.com/vuelidate/vuelidate/commit/682bf748b684d4a1ee008affed350179ded4eb6a)) | ||
* **test-project:** add a test project in Vue 3 ([0f2db5e](https://github.com/vuelidate/vuelidate/commit/0f2db5e63feab16c16d8edee3f3690e0a900ab4f)) | ||
* **test-project:** add test components ([29214ca](https://github.com/vuelidate/vuelidate/commit/29214ca038b37be8a405566bc7b5137c6c337ec9)) | ||
* add $dirty cache WIP ([5725a38](https://github.com/vuelidate/vuelidate/commit/5725a38da12848fc699c719dafa06706107f0374)) | ||
* add validate function and other improvements ([#663](https://github.com/vuelidate/vuelidate/issues/663)) ([0d1ca73](https://github.com/vuelidate/vuelidate/commit/0d1ca73ca5f7574e15256cf8bfa94ea6170dc2dc)) | ||
* add vue-router ([#668](https://github.com/vuelidate/vuelidate/issues/668)) ([20eea8b](https://github.com/vuelidate/vuelidate/commit/20eea8bda9fafce4ee9c8935648c3d5dcaa78097)) | ||
* replace vue-cli with vite ([#664](https://github.com/vuelidate/vuelidate/issues/664)) ([c155404](https://github.com/vuelidate/vuelidate/commit/c155404769fc78ceca5a2b766d0abf2071bff987)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters