All Versions
34
Latest Version
Avg Release Cycle
52 days
Latest Release
-

Changelog History
Page 1

  • v1.10.0 Changes

    • ๐Ÿ›  String match fixes (thanks @sol !).
  • v1.9.0

    April 28, 2018
  • v1.8.0 Changes

    March 17, 2018
    • ๐Ÿ‘ Allow HTTPS references (thanks @creichert!).
    • ๐Ÿ‘‰ Use safe-exceptions to eliminate the risk of catching asynchronous exceptions.
  • v1.7.2 Changes

    January 16, 2018
    • โœ‚ Remove upper bounds.
  • v1.7.1 Changes

    November 04, 2017
    • โฌ†๏ธ Bump http-types.
  • v1.7.0 Changes

    September 19, 2017
    • โœ… Test with GHC 8.2. Drop GHC 7.8.
    • Rework allUniqueValues related utility functions.
  • v1.6.3 Changes

    June 26, 2017
    • โฌ†๏ธ Bump hjsonpointer and QuickCheck.
  • v1.6.2 Changes

    • โฌ†๏ธ Bump aeson.
  • v1.6.1 Changes

    March 25, 2017
    • ๐Ÿ›  Fix Haddocks.
  • v1.6.0 Changes

    March 23, 2017
    • ๐Ÿ›  Fix defect where validators alongside "$ref" weren't ignored.

    • ๐Ÿ›  Fix defect where local references would fail if an "id" key had set resolution scope to start from a different document.

    • โœ… Vendor latest tests.

    • โœ‚ Remove ReferencedSchemas.

    • Create Scope to hold information that changes during validation.

    • ๐Ÿ‘‰ Use a sum type for "type" values. Thanks to Philip Weaver (GitHub @pheaver).