Skip to content

Commit 9a53cb1

Browse files
committed
Package version has upgraded to v2.0.2
1) Cypress configured for e2e (end to end) testing. Signed-off-by: gokulakannant <gokulakannanthangaraji@gmail.com>
1 parent d03b2b2 commit 9a53cb1

File tree

9 files changed

+11
-13642
lines changed

9 files changed

+11
-13642
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
A customized [validatorjs](https://www.npmjs.com/package/validatorjs) library to validate the react forms. It uses the [Controlled Components](https://reactjs.org/docs/forms.html#controlled-components) approach for validation.
88

99
* [Supported Rules](https://www.npmjs.com/package/validatorjs#available-rules) (It is supports all validatorjs rules)
10-
* [Documentation](https://gokulakannant.github.io/react-form-input-validation/v2.0.1/index.html)
10+
* [Documentation](https://gokulakannant.github.io/react-form-input-validation/index.html)
1111
* [Demo](https://codesandbox.io/s/react-form-input-validation-demp-hyuju?fontsize=14&hidenavigation=1&theme=dark) (in CodeSandbox)
1212

1313
## Why use react-form-input-validation?
@@ -36,7 +36,7 @@ Using [yarn](https://yarnpkg.com/en/) as your package manager.
3636

3737
## Usage
3838

39-
A example form has given below. View all available apis in [documentation](https://gokulakannant.github.io/react-form-input-validation/v2.0.1/index.html).
39+
A example form has given below. View all available apis in [documentation](https://gokulakannant.github.io/react-form-input-validation/classes/reactforminputvalidation.html).
4040

4141
```js
4242
import React from "react";
@@ -170,7 +170,7 @@ The input types button, submit, reset, hidden are exceptional from the above lis
170170

171171
## Versions
172172

173-
Latest Version: 2.0.1. For more versions refer [VERSIONS.md](VERSIONS.md).
173+
Latest Version: 2.0.2. For more versions refer [VERSIONS.md](VERSIONS.md).
174174

175175
## Changelog
176176

VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The most recent version is recommended in production.
1010
|--------|---------|--------|
1111
|v2.0.1|[Documentation](https://gokulakannant.github.io/react-form-input-validation/v2.0.1/index.html)|[Release notes](https://github.com/gokulakannant/react-form-input-validation/releases/tag/v2.0.1)|
1212
|v2.0.0|[Documentation](https://gokulakannant.github.io/react-form-input-validation/v2.0.0/index.html)|[Release notes](https://github.com/gokulakannant/react-form-input-validation/releases/tag/v2.0.0)|
13-
|v1.0.1|[Documentation](https://gokulakannant.github.io/react-form-input-validation/index.html)| |
13+
|v1.0.1|[Documentation](https://gokulakannant.github.io/react-form-input-validation/v1.0.1/index.html)| |
1414

1515
## Versioning strategy
1616

example/cypress/fixtures/example.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

example/cypress/fixtures/profile.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

example/cypress/fixtures/users.json

Lines changed: 0 additions & 232 deletions
This file was deleted.

0 commit comments

Comments
 (0)