Releases: ForbesLindesay/typescript-json-validator
Releases · ForbesLindesay/typescript-json-validator
v2.0.3
2.0.3 (2019-05-22)
Bug Fixes
v2.0.2
2.0.2 (2019-04-02)
Bug Fixes
v2.0.1
2.0.1 (2019-03-22)
Bug Fixes
- 🐛 remove unused import declaration (#9) (1e29431)
v2.0.0
2.0.0 (2019-01-28)
Bug Fixes
- get koa request body from correct prop (#7) (f8d0277)
BREAKING CHANGES
- if you were passing something that looked like a koa request, we now get the
body
from ctx.request.body
v1.2.0
1.2.0 (2019-01-28)
Features
v1.1.3
1.1.3 (2019-01-28)
Bug Fixes
- avoid variable shadowing in generated validator (#5) (ae079c7)
v1.1.2
1.1.2 (2019-01-25)
Bug Fixes
- load compiler options from tsconfig (#4) (94f437d)
v1.1.1
1.1.1 (2019-01-25)
Bug Fixes
v1.1.0
1.1.0 (2019-01-25)
Features
- support type collections and koa request validation (#2) (9538f99)
v1.0.0
1.0.0 (2019-01-16)
Features