Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Releases: tamj0rd2/ncdc

v0.13.1

21 Aug 07:37
Compare
Choose a tag to compare

0.13.1 (2020-08-21)

Bug Fixes

  • serve: allow saving a project reference to restart server (93f4dd5), closes #382

v0.13.0

18 Aug 21:04
Compare
Choose a tag to compare

0.13.0 (2020-08-18)

Features

  • serve mode: watch changes to project references and do initial solution build (2eca932), closes #241

v0.12.0

30 Jul 11:13
Compare
Choose a tag to compare

0.12.0 (2020-07-30)

Features

  • ts compilation: improve support for incremental and composite projects (aac45a3), closes #337

v0.11.0

22 Jul 22:15
Compare
Choose a tag to compare

0.11.0 (2020-07-22)

Bug Fixes

  • show better message when object expected but got array (f72814e), closes #340

Features

  • show typescript diagnostics as verbose logs (cc0ea22), closes #264

v0.10.1

06 Jul 20:37
Compare
Choose a tag to compare

0.10.1 (2020-07-06)

Bug Fixes

  • generator: fix failure when typescript composite flag is true (90b6a93), closes #313

v0.10.0

21 Jun 13:54
Compare
Choose a tag to compare

0.10.0 (2020-06-21)

Features

  • test mode: add an optional --rateLimit flag (3559d44), closes #268

v0.9.0

14 Jun 22:06
Compare
Choose a tag to compare

0.9.0 (2020-06-14)

Features

  • show the invalid value when enum validation fails (008a9eb), closes #261

v0.9.0-dev.1

14 Jun 20:52
Compare
Choose a tag to compare
v0.9.0-dev.1 Pre-release
Pre-release

0.9.0-dev.1 (2020-06-14)

Features

  • show the invalid value when enum validation fails (71a89a4), closes #261

v0.8.0

04 Jun 20:48
Compare
Choose a tag to compare

0.8.0 (2020-06-04)

Features

  • test: add a timeout flag to timeout response to real api (a2dbfae), closes #218

v0.7.0

04 Jun 19:41
Compare
Choose a tag to compare

0.7.0 (2020-06-04)

Bug Fixes

  • test: validate the request body if a request type is given (a79fafc), closes #246

Features

  • add a verbose flag to the test and generate commands (55b2ad4), closes #182

Performance Improvements

  • generate: load and write schemas to disk asynchronously (2172ba0), closes #236