Skip to content

Releases: chentsulin/koa-context-validator

1.0.0 / 2021-08-24

24 Aug 04:16

Choose a tag to compare

Major Changes

  • [new] Add TypeScript support: 4ad790b
  • [breaking] Remove ref export. Use Joi.ref instead: b9a7072

0.6.0 / 2021-08-18

17 Aug 18:45

Choose a tag to compare

Minor Changes

  • [breaking] Put joi into peerDependencies: 49363fe
  • [breaking] Support node >= 12: 0c22e6c

0.5.0 / 2020-11-06

06 Nov 05:29
3568436

Choose a tag to compare

  • [deps] Need node>=10 now
  • [deps] Update joi to v17
  • [breaking] Joi types now need to be called with Joi root like Joi.object() instead of object()

0.4.1 / 2017-07-28

28 Jul 04:51

Choose a tag to compare

  • [fix] Fix Joi export

0.4.0 / 2017-07-26

28 Jul 04:51

Choose a tag to compare

  • [new] Export Joi
  • [new] Merge Koa context into Joi context option

0.3.0 / 2016-11-30

30 Nov 04:50

Choose a tag to compare

  • [deps] Update joi to v10