Skip to content

edgedb-js v1.2.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 16:17
· 335 commits to refs/heads/master since this release
3fd6895

Note that this version drops the use of node-fetch as an automatic polyfill for fetch. We decided to not mark this as a breaking change since all major platforms have supported fetch for a while. If you need to support a platform that does not have native fetch, you'll need to create your own polyfill using a package like node-fetch, whatwg-fetch, cross-fetch, etc.

Commits:

  • 3c88ed8 Remove automatic polyfill of fetch (#591)
  • 85f6b6a Add type intersection docs to select page (#595)
  • ff8783c Properly quote enum values when generating query text (#598)
  • 8caacb2 Add decimal property to Person and test query (#603)