10000 chore: update readme · adonisjs/validator@fe08b54 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit fe08b54

Browse files
committed
chore: update readme
1 parent 03754d1 commit fe08b54

File tree

1 file changed

+13
-41
lines changed

1 file changed

+13
-41
lines changed

README.md

Lines changed: 13 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,15 @@
22

33
<br />
44

5-
<div align="center">
6-
7-
![](./benchmarks.jpeg)
8-
9-
</div>
10-
11-
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url] [![synk-image]][synk-url]
5+
[![gh-workflow-image]][gh-workflow-url] [![npm-image]][npm-url] ![][typescript-image] [![license-image]][license-url]
126

137
## Introduction
14-
AdonisJS validator is a type-safe schema validation library to validate form requests. It is one of the **fastest validation** library in the Node.js ecosystem.
8+
This is the repo for the legacy Validator mainly used by AdonisJS v5. We ported it to AdonisJS 6 in order to allow users to easily migrate to AdonisJS 6.
9+
10+
The new validator is now [Vine.js](vinejs.dev) and we recommend migrating to it and using it for new projects.
1511

1612
## Official Documentation
17-
The documentation is available on the [AdonisJS website](https://docs.adonisjs.com/guides/validator/introduction)
13+
The documentation for the legacy validator is available on the [AdonisJS website](https://v6-migration.adonisjs.com/guides/validator-introduction)
1814

1915
## Contributing
2016
One of the primary goals of AdonisJS is to have a vibrant community of users and contributors who believes in the principles of the framework.
@@ -25,39 +21,15 @@ We encourage you to read the [contribution guide](https://github.com/adonisjs/.g
2521
In order to ensure that the AdonisJS community is welcoming to all, please review and abide by the [Code of Conduct](https://github.com/adonisjs/.github/blob/main/docs/CODE_OF_CONDUCT.md).
2622

2723
## License
28-
AdonisJS validator is open-sourced software licensed under the [MIT license](LICENSE.md).
29-
30-
<div align="center">
31-
<h3>
32-
<a href="https://adonisjs.com">
33-
Website
34-
</a>
35-
<span> | </span>
36-
<a href="https://docs.adonisjs.com/guides/validator/introduction">
37-
Guides
38-
</a>
39-
<span> | </span>
40-
<a href="CONTRIBUTING.md">
41-
Contributing
42-
</a>
43-
</h3>
44-
</div>
45-
46-
<div align="center">
47-
<sub>Built with ❤︎ by <a href="https://twitter.com/AmanVirk1">Harminder Virk</a>
48-
</div>
49-
50-
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/validator/test.yml?style=for-the-badge
51-
[gh-workflow-url]: https://github.com/adonisjs/validator/actions/workflows/test.yml "Github action"
24+
AdonisJS Mail is open-sourced software licensed under the [MIT license](LICENSE.md).
5225

53-
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
54-
[typescript-url]: "typescript"
26+
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/adonisjs/validator/checks.yml?style=for-the-badge
27+
[gh-workflow-url]: https://github.com/adonisjs/validator/actions/workflows/checks.yml "Github action"
5528

56-
[npm-image]: https://img.shields.io/npm/v/@adonisjs/validator/alpha.svg?style=for-the-badge&logo=npm
57-
[npm-url]: https://npmjs.org/package/@adonisjs/validator/v/alpha "npm"
29+
[npm-image]: https://img.shields.io/npm/v/@adonisjs/validator/latest.svg?style=for-the-badge&logo=npm
30+
[npm-url]: https://www.npmjs.com/package/@adonisjs/validator/v/latest "npm"
5831

59-
[license-image]: https://img.shields.io/npm/l/@adonisjs/validator?color=blueviolet&style=for-the-badge
60-
[license-url]: LICENSE.md "license"
32+
[typescript-image]: https://img.shields.io/badge/Typescript-294E80.svg?style=for-the-badge&logo=typescript
6133

62-
[synk-image]: https://img.shields.io/snyk/vulnerabilities/github/adonisjs/validator?label=Synk%20Vulnerabilities&style=for-the-badge
63-
[synk-url]: https://snyk.io/test/github/adonisjs/validator?targetFile=package.json "synk"
34+
[license-url]: LICENSE.md
35+
[license-image]: https://img.shields.io/github/license/adonisjs/validator?style=for-the-badge

0 commit comments

Comments
 (0)
0