Snowtype v0.7.1 released!
- Add Entity Cardinality Rules and Implementation Instructions in the generated instructions markdown document when using
--instructions
on thegenerate
command. - Add
--maximumBump
option on theupdate
command to restrict the maximum Data Structure bump to notify. Read more about it on ther documentation for this feature. - Add a warning when generating code with schemas in DEV environment. Add a new option
--disallowDevSchemas
which will fail generation when DEV schemas are detected. Read more about it on ther documentation for this feature. - For Event Specifications that include Data Structures which are in
hidden
oroutdated
state, we log warnings when generating code.