Releases: Twipped/joi-to-swagger
Releases · Twipped/joi-to-swagger
v6.2.0
- support usage of joi.ref() in min/max() with optionally setting .meta({ refValues: {...} }) (#100)
v6.1.1
- allow references when using object.pattern() #95
v6.1.0
- add support for joi.object.pattern() (thanks @JKEnv)
- update dev dependencies
- add GitHub action for running test
v6.0.1
republish of 6.0.0 with missing depedency update
v6.0.0
- BREAKING CHANGE: override will now also be applied if className is used
- BREAKING CHANGE: swaggerOverride will not ignore className anymore
- result object will always contain components object now
- Add support for @joi/date usage with format YYYY-MM-DD (thanks @vikaskanani)
- update dependencies
v5.2.0
- Add option to override the Joi schema which generates swagger (thanks @melchii)
v5.1.0
- Fix boolean false default value not working (thanks @nelsongomes)
5.0.1
NOTICE: I forgot to check node version support of joi with version 17.
Because this is a fast patch release I think it is ok to not make it a new major release.
- Remove node 8 (and node 10) support because joi removed it with version 17 as well
5.0.0
- BREAKING CHANGE: Move back to joi with versions >= 17.1.1 after @hapi/joi was deprecated
- updated dependencies