forked from z0mt3c/node-restify-validation
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(compat): Restify 7+ compatibility
- Loading branch information
Showing
4 changed files
with
44 additions
and
28 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
- Dependency updates (esp. vulns) -- see https://github.com/z0mt3c/node-restify-validation/pull/87 | ||
- Ensure all Validator.js features are properly exposed and use proper messaging | ||
- Code cleanup within lib (ES2015+, strict mode) | ||
- Migrate from Mocha / should to Jest | ||
- Attempt to remove Lodash entirely (check used Lodash methods semantics) | ||
- Address issues: https://github.com/z0mt3c/node-restify-validation/issues | ||
- Setup Travis CI; check badge | ||
- Migrate from Coveralls to Codecov; check badge | ||
- Add Dependabot badges etc. | ||
- Restore all required parts of README (conditional checks, etc.) | ||
- Deprecate content/resources/queries in favor of body/params/query |
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
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