Skip to content

Releases: ent/ent

v0.1.2

14 Feb 14:38
@a8m a8m
14ccf7b

Choose a tag to compare

integration: update mysql8 version and remove test container
integration: add pg and mysql test for customids (#342)
doc: fix a doc error (#339)
entc/gen: currently handle user-defined string ids (#338)
dialect/sql/mysql: fix verifyrange check for mysql (#337)
entc/gen: better formatted codegen for predicates (#336)
dialect/sql/schema: setrange on custom column name of pks (#333)
entc/gen: fix eager-loading for m2m edges (#335)
ci: upgrade to mysql latest in integration (#331)
dialect/sql/schema: support mysql latest numeric type format (#328)
entc/gen: allow defining custom tag for id field (#330)
dialect/sql/schema: verify and fix mysql auto-increment on reset (#329)

v0.1.1

03 Feb 13:50
@a8m a8m
b425599

Choose a tag to compare

#286 addressed the issue that described in #285.

Although, this PR was heavily tested internally before it was merged, we suggest that if you upgrade an older version of ent, run migration with offline mode before, to make sure it goes smoothly.

v0.1.0

03 Feb 13:40
@a8m a8m
c70f101

Choose a tag to compare

Merge pull request #326 from facebookincubator/tmpl_list

entc/gen: adding list func to template engine