Skip to content

Commit

Permalink
feat: expose normalizeRules closes #4348
Browse files Browse the repository at this point in the history
  • Loading branch information
logaretm committed Jul 4, 2023
1 parent bf55f1c commit 40ce7a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-bees-melt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vee-validate': patch
---

feat: expose normalizeRules closes #4348
1 change: 1 addition & 0 deletions packages/vee-validate/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { validate, validateObjectSchema as validateObject } from './validate';
export { defineRule } from './defineRule';
export { configure } from './config';
export { normalizeRules } from './utils';
export { Field } from './Field';
export { Form } from './Form';
export { FieldArray } from './FieldArray';
Expand Down

0 comments on commit 40ce7a9

Please sign in to comment.