Skip to content

Releases: metrue/EdgeQL

v0.2.2

18 Mar 15:00
5fb59fb
Compare
Choose a tag to compare

What's Changed

  • feat(playground): enable GraphQL playground using GraphiQL by @metrue in #67

Full Changelog: v0.2.1...v0.2.2

v0.2.1

18 Mar 01:28
2bcc7cd
Compare
Choose a tag to compare

What's Changed

  • feat(cors): add cors middleware (highly borrow from hono) by @metrue in #62
  • fix(types): export types by @metrue in #64

Full Changelog: v0.1.9...v0.2.1

v0.1.9

15 Mar 05:26
24f2a9b
Compare
Choose a tag to compare

What's Changed

  • feat(runtime): add runtime to ctx by @metrue in #55
  • feat(node): support node runtime based on @hono/node-server by @metrue in #56
  • fix(types): fix the types not found issue by @metrue in #58
  • update examples for different runtimes by @metrue in #54

Full Changelog: v0.1.7...v0.1.9

v0.1.7

14 Mar 08:41
1258916
Compare
Choose a tag to compare

What's Changed

  • feat(esm/cjs): use esbuild for better modules resolution by @metrue in #50
  • fix(types): fix types build by @metrue in #52

Full Changelog: v0.1.5...v0.1.7

v0.1.5

12 Mar 05:59
16b1603
Compare
Choose a tag to compare

What's Changed

  • feat(bun): using EdgeQL on Bun runtime by @metrue in #44
  • chore(readme): update readme by @metrue in #45
  • fix(pkg): add types to fix the Deno import by @metrue in #46
  • fix(mutation): fix the mutation handler not working issue due to a typo by @metrue in #48

Full Changelog: v0.1.3...v0.1.5

v0.1.3

05 Mar 02:35
77c979e
Compare
Choose a tag to compare

What's Changed

  • fix(types): fix typescript could not find the type declearations issue by @metrue in #39

Full Changelog: v0.1.2...v0.1.3

v0.1.2

05 Mar 02:04
f6acbdb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

03 Mar 12:51
da91f56
Compare
Choose a tag to compare

What's Changed

  • chore(example): update example to adopt latest version by @metrue in #33
  • fix(typo): fix typo in the README by @metrue in #34
  • feat(ctx): context support the set and get by @metrue in #35

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 Mar 12:19
a93852d
Compare
Choose a tag to compare

What's Changed

  • feat(handler): handler/middleware all only take ctx as its argument by @metrue in #30
  • fix(ci): fix build since types missing by @metrue in #31

Full Changelog: v0.0.10...v0.1.0

v0.0.10

03 Mar 03:06
528c643
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/metrue/EdgeQL/commits/v0.0.10