openapi3 v2.6.1 Release Notes

    • More GHC-8.10 related cleanup, tighten lower bound on some dependencies. (see #216);
    • ➕ Add "format" field for uint32 and uint64 (see #215);

    2.6

    • 👀 GHC 8.10 support (see #210);
    • 👀 Move aeson-pretty to other dependencies (see #206);
    • 👀 Merge OAuth2 scopes (see #151);

    2.5

    Highlights:

    • ➕ Add instance for TimeOfDay (see #196);
    • ➕ Add support for optics (see #200);
    • 👀 Slightly better validation errors (see #195);

    🛠 Fixes and minor changes:

    • 👀 Minor cleanup (see #194);
    • 👍 Allow base-4.13 and other GHC-8.8 related stuff (see #198);
    • 🛠 Fix stack.yaml (see #201);

    2.4

    • 👍 Allow hashable-1.3, semigroups-0.19, network-3.1, time-1.9, generics-sop-0.5
    • 🏷 Tags aren't sorted (see #165)
    • Schema type is optional (see #138, #164)
    • Take concrete 'Proxy' as argument (see #180)
    • GHC-8.8 preparations