swagger2 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