Releases: lolopinto/ent
Releases · lolopinto/ent
Fix optional non-nullable field in action not being optional in certain actions
v0.1.12 fix optional non-nullable field in action not being optional in certa…
export interfaces and other types generated in mixin builders
ability to configure exports for actions not to be default export
test configure imports
v0.1.10-test1 missing script
global schema bug fix
test fix for https://github.com/lolopinto/ent/issues/1675
v0.1.8
What's Changed
- add missing descriptions to custom graphql by @lolopinto in #1652
- Binary type support by @lolopinto in #1654
Full Changelog: v0.1.7...v0.1.8
binary types test
v0.1.8-test1 .
v0.1.7
What's Changed
- [auto_schema] fix all_sql() after squash all by @lolopinto in #1629
- [auto_schema] build without setup.py by @lolopinto in #1634
- s/rome/biome by @lolopinto in #1636
- [auto_schema] handle slight changes in json when comparing server_default by @lolopinto in #1639
Full Changelog: v0.1.6...v0.1.7
new release: bunch of fixes/changes
What's Changed
- error for when changing server_default to non-null and nullable to false by @lolopinto in #1616
- Missing custom sql in generated schema.sql by @lolopinto in #1618
- ability to indicate which custom_sql revisions are added to schema.sql by @lolopinto in #1619
- fix include_rev by @lolopinto in #1620
- [auto_schema] squash all by @lolopinto in #1621
- fix file name by @lolopinto in #1622
- fix test by @lolopinto in #1624
- integrate squash all into CLI by @lolopinto in #1623
- pass database to squash by @lolopinto in #1625
- misc auto_schema changes by @lolopinto in #1627
Full Changelog: v0.1.5...v0.1.6