Changed underlying data structure
- now you can define
NoData
variants with eitherof<void>()
or justof()
.
Breaking changes from 1.1:
t
function to define shapes is renamed toof
.- There is a different underlying data structure. So if you persisted the values somewhere it won't be compatible with the new version.