Skip to content

v0.4

Compare
Choose a tag to compare
@fizruk fizruk released this 27 Nov 23:24
· 508 commits to master since this release
  • Remove Swagger/swagger prefixes;
  • Add ToSchema type class with default generic implementation;
  • Add configurable generic ToSchema helpers;
  • Add doctest test suite;
  • Fixes:
    • Fix HasSchemaCommon instance for Schema;
    • Change minimum, maximum and multipleOf properties to be any number,
      not necessarily an integer;
    • Fix all warnings