Skip to content

Latest commit

 

History

History
121 lines (46 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

121 lines (46 loc) · 4.01 KB

1.4.11 (2024-07-24)

Bug Fixes

  • joi alternatives to produce anyOf instead of oneOf jsonschema output (69d3dbc)

1.4.10 (2023-06-01)

Bug Fixes

  • omit forbidden keys from schema (5f617ea)

1.4.9 (2022-06-21)

Bug Fixes

  • improve swagger and openapi compatibility (6a63f11)

1.4.8 (2022-03-08)

Bug Fixes

  • do not repeat the title (5056a51)

1.4.7 (2022-02-03)

Bug Fixes

  • generate example for const (29d944d)

1.4.6 (2022-01-19)

Bug Fixes

  • improve date format handling (0934003)

1.4.5 (2022-01-19)

Bug Fixes

  • improve integer detection (e713342)

1.4.4 (2022-01-19)

Bug Fixes

1.4.3 (2022-01-17)

Bug Fixes

1.4.2 (2020-10-27)

Bug Fixes

1.4.1 (2020-10-27)

Bug Fixes

  • null and examples handling (b30ab19)

1.4.0 (2020-10-27)

Bug Fixes

  • edge cases and remove dependencies (1240924)

Features

  • added option for default "required" (dbac0fd)
  • added support for .allow(null) (7cde5cf)
  • added support for global "allowUnknown" / fixed "unknown()" flag (937dfbf)