Skip to content

Releases: lolopinto/ent

2 custom graphql fixes

22 Jul 00:03
d976d0f
Compare
Choose a tag to compare

test-release

21 Jul 22:22
Compare
Choose a tag to compare
test-release Pre-release
Pre-release

test

ability to write custom sql with migrations

21 Jul 06:17
c9bdd8e
Compare
Choose a tag to compare
v0.1.2

update edge time when there's a conflict (#1556)

subscriptions in schema

19 Jul 18:34
22d96ae
Compare
Choose a tag to compare
v0.1.1

ability to specify subscription type in graphql schema (#1553)

official v0.1.0 release

14 Jul 04:54
851a74d
Compare
Choose a tag to compare
v0.1.0 (#1541)

rc1

12 Jul 17:50
44ec739
Compare
Choose a tag to compare
rc1

test rc1

swc disabled by default

11 Jul 19:27
aa83943
Compare
Choose a tag to compare
Bump semver from 5.7.1 to 5.7.2 in /examples/todo-sqlite (#1532)

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

new release: orderby, isTypeOf and more

27 Jun 15:47
efd116b
Compare
Choose a tag to compare
v0.1.0-alpha.61

executor cleanup (#1515)

new release

09 Jun 16:18
d13eddb
Compare
Choose a tag to compare
new release Pre-release
Pre-release
v0.1.0-alpha.60

require custom inputs and objects to be exported (#1491)

bunch of changes

25 May 19:16
021972e
Compare
Choose a tag to compare
bunch of changes Pre-release
Pre-release
v0.1.0-alpha.59

[breaking change] snake case graphql status enum if snaking case form…