generic-records v1.2.0.0 Release Notes

    • ➕ Add HasTypesUsing and HasTypesCustom for custom traversals (Lysxia)
    • 👌 Improve type errors when no Generic instance is defined
    • 0️⃣ types now supports Text by default

    💥 Breaking API changes

    • HasType now includes a reflexive case so that every type 'contains' itself (Matt Parsons)
    • AsSubtype and Subtype now include a reflexive case so that every type is a subtype of itself