This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: adds new validation algorithm, release preparations
- Loading branch information
1 parent
98a9e6a
commit 20ec986
Showing
25 changed files
with
25 additions
and
8 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 |
---|---|---|
@@ -1,15 +1,17 @@ | ||
const { HttpRequest, ExpectedHttpRequest } = require('./model/http-request'); | ||
const { HttpResponse, ExpectedHttpResponse } = require('./model/http-response'); | ||
|
||
const { isValid, isValidatable } = require('./validate'); | ||
const validate = require('./api/validate'); | ||
const validate = require('./next/validate'); | ||
|
||
module.exports = { | ||
// next | ||
validate, | ||
|
||
// legacy | ||
HttpRequest, | ||
HttpResponse, | ||
ExpectedHttpRequest, | ||
ExpectedHttpResponse, | ||
validate, | ||
isValid, | ||
isValidatable | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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