longevity v0.17.0 Release Notes

    • ๐Ÿšš 2016.11.13 - Remove second type parameter from longevity.subdomain.KeyVal.
    • 2016.11.12 - Rename longevity.subdomain.EType (for "embeddable type") to longevity.subdomain.CType (for "component type").
    • ๐Ÿšš 2016.11.12 - Remove traits longevity.subdomain.Embeddable and longevity.subdomain.Persistent. Users no longer need to extend their subdomain classes with these empty marker traits.
    • 2016.11.12 - Change RepoCrudSpec from a FeatureSpec to a FlatSpec. Users using LongevityContext.repoCrudSpec will notice significantly less verbose test output.