Unclaimed project
Are you a maintainer of ent? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
ent
An entity framework for Go
Back to changelogWhat's Changed
- ent: support schema views by @a8m in https://github.com/ent/ent/pull/4157
- dialect/entsql: add Skip annotation by @a8m in https://github.com/ent/ent/pull/4156
- examples/migration: add column with default value by @a8m in https://github.com/ent/ent/pull/3960
- Update data-migrations.mdx by @max-yue in https://github.com/ent/ent/pull/3973
- example/ent: add example for adding enums not at the end by @a8m in https://github.com/ent/ent/pull/3980
- chore: fix function names by @sunxunle in https://github.com/ent/ent/pull/3979
- doc/md: fix some broken links caused by trailing slash by @luantranminh in https://github.com/ent/ent/pull/3990
- ent: export all generated query operations by @a8m in https://github.com/ent/ent/pull/4001
- entc/gen: use query ops in generated code by @a8m in https://github.com/ent/ent/pull/4005
- build(deps): bump golangci/golangci-lint-action from 3 to 5 by @dependabot in https://github.com/ent/ent/pull/4033
- Update predicates.md by @max-yue in https://github.com/ent/ent/pull/3970
- doc/website: add skiptx option to graphql by @a8m in https://github.com/ent/ent/pull/4042
- dialect/sql/sqlgraph: replace IN with EXISTS in HasNeighbors/With predicates by @a8m in https://github.com/ent/ent/pull/4060
entc/gen: add SetID to predefined mutation methods by @a8m in https://github.com/ent/ent/pull/4061entc/gen: fix conflict between set_id edge field and mutation fields by @a8m in https://github.com/ent/ent/pull/4062schema/field: add support for ValueScanner on field.Bytes() by @masseelch in https://github.com/ent/ent/pull/4067entc/gen/template: improve goimports time by adding missing imports by @a8m in https://github.com/ent/ent/pull/4103entc/gen: concurrent gofmt by @a8m in https://github.com/ent/ent/pull/4104schema/field: support annotating fields as deprecated by @a8m in https://github.com/ent/ent/pull/4132doc: explain how to use domain types properly by @a8m in https://github.com/ent/ent/pull/4134doc/website: fix ui build by @a8m in https://github.com/ent/ent/pull/4135doc: explain how to use composite types properly by @a8m in https://github.com/ent/ent/pull/4136doc: explain how to use enum types properly by @a8m in https://github.com/ent/ent/pull/4137doc: explain how to use triggers in migrations by @a8m in https://github.com/ent/ent/pull/4138doc: explain how to use extensions in migrations by @a8m in https://github.com/ent/ent/pull/4140doc: explain how to use policies in migrations by @a8m in https://github.com/ent/ent/pull/4141doc: minor fixes to rls page by @a8m in https://github.com/ent/ent/pull/4142doc/md: update enum doc by @hilakashai in https://github.com/ent/ent/pull/4145doc: update project description by @a8m in https://github.com/ent/ent/pull/4146update go doc to match the method name by @cpanato in https://github.com/ent/ent/pull/4083doc: explain how to use functional indexes in migrations by @a8m in https://github.com/ent/ent/pull/4149doc: explain how to use functional indexes in migrations by @a8m in https://github.com/ent/ent/pull/4150Getting Started MDX Improvements by @marakomer in https://github.com/ent/ent/pull/4151New Contributors
- @max-yue made their first contribution in https://github.com/ent/ent/pull/3973
- @sunxunle made their first contribution in https://github.com/ent/ent/pull/3979
- @luantranminh made their first contribution in https://github.com/ent/ent/pull/3990
- @cpanato made their first contribution in https://github.com/ent/ent/pull/4083
- @marakomer made their first contribution in https://github.com/ent/ent/pull/4151
Full Changelog: https://github.com/ent/ent/compare/v0.13.1...v0.14.0