Skip to content

Commit f5be9c1

Browse files
added generic poll validation (#17)
1 parent 202bcbb commit f5be9c1

File tree

6 files changed

+929
-572
lines changed

6 files changed

+929
-572
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
1212

1313
:pencil: - chore
1414

15+
## 0.10.0
16+
- :rocket: added _poll_ function to perform generic validation
17+
1518
## 0.9.0
1619
- :rocket: improved ajv report
1720

index.d.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
import { getValidation, getPollValidation, verify, validationRegexp } from './src/verify';
2-
3-
declare module '@qavajs/validation' {
4-
export { verify, getValidation, getPollValidation, validationRegexp }
5-
}
1+
export { getValidation, getPollValidation, verify, validationRegexp, poll } from './src/verify';

0 commit comments

Comments
 (0)