aeson v0.11.1.0 Release Notes

  • The only changes are added instances.

    These are new:

    • ToJSON a => ToJSON (NonEmpty a)
    • FromJSON a => FromJSON (NonEmpty a)
    • ToJSON (Proxy a)
    • FromJSON (Proxy a)
    • ToJSON b => ToJSON (Tagged a b)
    • FromJSON b => FromJSON (Tagged a b)
    • ToJSON a => ToJSON (Const a b)
    • FromJSON a => FromJSON (Const a b)

    These are now available for older GHCs:

    • ToJSON Natural
    • FromJSON Natural