Skip to content

Releases: geldata/gel-js

@edgedb/generate v0.5.0

10 Apr 19:18
Compare
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
Compare
Choose a tag to compare
create-v0.2.1

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

@edgedb/auth-nextjs v0.2.0-beta.0

16 Feb 16:44
0bd1a1b
Compare
Choose a tag to compare
Pre-release

Commits:

@edgedb/create v0.2.0

06 Feb 18:52
0fce8f2
Compare
Choose a tag to compare

Introducing @edgedb/create, a new way to create a new project powered by EdgeDB and your web framework of choice!

We currently have templates for:

  • Next.js
  • Remix
  • Express
  • Vanilla Node.js

With more frameworks being added all the time.

To get started, run:

$ npm create @edgedb # or yarn, pnpm, bun

And follow the prompts.

edgedb-js v1.4.1

09 Nov 19:25
2eaa785
Compare
Choose a tag to compare

Commits:

  • dc76cb6 Fix re-using a multirange codec already in codec cache (#765)

@edgedb/auth-nextjs v0.1.0-alpha.1

09 Nov 19:26
2eaa785
Compare
Choose a tag to compare
Pre-release

Alpha release for our new Auth extension library to support building backend services for Next.js.

@edgedb/auth-core v0.1.0-alpha.1

09 Nov 19:24
2eaa785
Compare
Choose a tag to compare
Pre-release

Alpha release for our new Auth extension library to support building backend services for JavaScript runtimes.

edgedb-js v1.4.0

31 Oct 17:22
53ddc0e
Compare
Choose a tag to compare

Commits:

@edgedb/generate v0.4.0

31 Oct 17:22
53ddc0e
Compare
Choose a tag to compare

Commits:

edgedb-js v1.3.7

11 Oct 16:24
d5fcf46
Compare
Choose a tag to compare

Commits:

  • 09dc5d3 Move rawParse/Execute methods to AdminFetchConn + add ability to provide AbortSignal (#707)