Skip to content

Releases: ForbesLindesay/typescript-json-validator

v2.0.3

22 May 11:34
01c4207
Compare
Choose a tag to compare

2.0.3 (2019-05-22)

Bug Fixes

v2.0.2

02 Apr 08:55
Compare
Choose a tag to compare

2.0.2 (2019-04-02)

Bug Fixes

v2.0.1

22 Mar 10:27
Compare
Choose a tag to compare

2.0.1 (2019-03-22)

Bug Fixes

  • 🐛 remove unused import declaration (#9) (1e29431)

v2.0.0

28 Jan 13:23
f8d0277
Compare
Choose a tag to compare

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

28 Jan 09:35
ed7fb77
Compare
Choose a tag to compare

1.2.0 (2019-01-28)

Features

v1.1.3

28 Jan 09:34
ae079c7
Compare
Choose a tag to compare

1.1.3 (2019-01-28)

Bug Fixes

  • avoid variable shadowing in generated validator (#5) (ae079c7)

v1.1.2

25 Jan 17:36
94f437d
Compare
Choose a tag to compare

1.1.2 (2019-01-25)

Bug Fixes

  • load compiler options from tsconfig (#4) (94f437d)

v1.1.1

25 Jan 17:17
a877a45
Compare
Choose a tag to compare

1.1.1 (2019-01-25)

Bug Fixes

v1.1.0

25 Jan 16:57
9538f99
Compare
Choose a tag to compare

1.1.0 (2019-01-25)

Features

  • support type collections and koa request validation (#2) (9538f99)

v1.0.0

16 Jan 16:51
a8549f7
Compare
Choose a tag to compare

1.0.0 (2019-01-16)

Features