Skip to content

0.3.1 - Relax too-strict conformance requirement on @RequiredTimestamp

Latest

Choose a tag to compare

@gwynne gwynne released this 24 Jul 21:40
f0b4fce

@RequiredTimestamp is valid for use in types conforming only to Fields; Schema or Model conformance is not required. The property previously declared such a requirement, which was a bug. That requirement is now relaxed to only require Fields conformance.

What's Changed

  • Fix @RequiredTimestamp requiring conformance to Model instead of Fields in #15

Full Changelog: 0.3.0...0.3.1