Releases: lolopinto/ent
Releases · lolopinto/ent
v0.3.1
v0.3.0
What's Changed
- reference DateType as strings instead of Date coming out of the database by @lolopinto in #1887
- Fix optionality for default-provided action fields by @lolopinto in #1890
- fix struct fields that are fetchOnDemand and have a privacy policy by @lolopinto in #1893
- Support offset in QueryDataOptions by @lolopinto in #1895
- ability to add global edge indices by @lolopinto in #1897
- check global schema when comparing schemas by @lolopinto in #1898
- fix loadCustomCount with custom clause by @lolopinto in #1899
- fix flaky test by @lolopinto in #1900
- Allow null overrideAlias in query functions by @lolopinto in #1902
- concurrent index support by @lolopinto in #1901
- add partial indices by @lolopinto in #1903
Full Changelog: v0.2.0...v0.3.0
datetype as string
v0.3.0-alpha.1 fix tests
v0.2.0
v0.2.0-alpha.13
What's Changed
- ability to customize default ordering for an indexed edge #1878
- add ondelete option to fkey so it's customizable #1879
Full Changelog: v0.2.0-alpha.12...v0.2.0-alpha.13
v0.2.0-alpha.12
test for updating lots of node js dependencies and fixing swc
v0.2.0-alpha.12-test fix swc when parsing schema
v0.2.0-alpha.11
fix polymorphic uuid struct fields
fix polymorphic uuid struct fields #1848
fix UUID fields in struct fields
- fix UUID fields in struct fields (#1843)