Skip to content

Releases: geldata/gel-js

@edgedb/create v0.2.2

17 Apr 12:34
73918e5

Choose a tag to compare

What's Changed

v1.5.3

15 Apr 17:56
d1a1114

Choose a tag to compare

What's Changed

v1.5.2

15 Apr 16:08
f056fc8

Choose a tag to compare

Fix for how package.json#bin works in Windows, which was causing infinite loops on Windows when running npx edgedb or running edgedb within package.json#run scripts.

What's Changed

edgedb-js v1.5.1

15 Apr 15:28
1deb943

Choose a tag to compare

Fixes the issue with the edgedb CLI binary having a space in the path (which is the default for macOS).

What's Changed

@edgedb/generate v0.5.3

15 Apr 18:15
d730634

Choose a tag to compare

What's Changed

@edgedb/generate v0.5.2

11 Apr 14:56
e5ce038

Choose a tag to compare

What's Changed

edgedb-js v1.5.0

10 Apr 19:10

Choose a tag to compare

Headline features

  • Better memory usage
  • Support for the upcoming branch connection option in 5.0
  • Run the EdgeDB CLI from npx

What's Changed

New Contributors

@edgedb/generate v0.5.1

11 Apr 14:21
af2a4d7

Choose a tag to compare

What's Changed

@edgedb/generate v0.5.0

10 Apr 19:18

Choose a tag to compare

Headline features

  • Faster type inference (still a lot of work to do here, though!)
    • Should work on the latest TypeScript versions!
  • Support for UUID -> Object casts
  • $infer works on e.shape
  • A few related fixes for conflicts and nesting in schema modules

What's Changed

New Contributors

@edgedb/create v0.2.1

12 Mar 17:52
a8f862e

Choose a tag to compare

create-v0.2.1

Fix last import issue in auth-express (#904)