Skip to content

Commit

Permalink
Merge pull request #17 from evanshortiss/2.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: version 2.0 improved ts support and module interface change
  • Loading branch information
evanshortiss authored Jun 27, 2019
2 parents 0c048c4 + 89326d8 commit 4c6ebcf
Show file tree
Hide file tree
Showing 16 changed files with 546 additions and 313 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ node_modules
*.log
coverage
.nyc_output
package-lock.json
package-lock.json
example/typescript/*.js
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## CHANGELOG
Date format is DD/MM/YYYY

## 2.0.0 (27/06/2019)
* Improved TypeScript support with better typings
* Changed export from a factory function to a module exposing `createValidator()`
* Improved TypeScript examples and README

## 1.0.0 (13/06/2019)
* Migrated from `joi` to `@hapi/joi`.
* Dropped Node.js 6 & 7 support (@hapi/joi forces this)
Expand Down
Loading

0 comments on commit 4c6ebcf

Please sign in to comment.