All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
addFormat()
as an alias for AJV'saddFormat()
.
- Export generic
Validator
class. - Refactor entire library to export
queryValidator
andbodyValidator
validators which are instances of the newValidator
. These two instances replace the functionsaddBodySchema
,addQuerySchema
,validateBody
andvalidateQuery
. - Updated readme
addKeyword()
as an alias for AJV'saddKeyword()
.- Initial test setup for
bodyValidator
- Keyword
sortOptions
- Test suite
- Renamed @nielskrijger/ajv-validate to @yahapi/ajv-validate
- Updated readme
Changes not documented