Releases: edgedb/edgedb-js
Releases · edgedb/edgedb-js
edgedb-js v1.5.12
What's Changed
- Add -y confirmation to CLI wrapper self-install by @scotttrinh in #1092
Fixes a case where the self-installation for the CLI would error our if certain expectations about the environment were not met. Specifically this is the case on Vercel where$HOME
andeuid
-reported home directories are set to different values.
@edgedb/generate v0.5.6
What's Changed
- Use more robust raw string quoting by @scotttrinh in #1098
This only affectse.json(someLiteralJson)
, and not usage viae.params
.
edgedb-js v1.5.11
edgedb-js v1.5.10
What's Changed
- Add Turborepo by @diksipav in #1062
- Add a query method for
AT_LEAST_ONE
by @scotttrinh in #1073 - Add docs for
client.queryRequired
by @scotttrinh in #1076 - Update README for turborepo by @scotttrinh in #1077
- Use temporary directory for CLI test by @scotttrinh in #1081
- 1078 use right buffer in browser by @diksipav in #1079
@edgedb/generate v0.5.5
What's Changed
- Use queryRequired for AtLeastOne cardinality by @scotttrinh #1074
edgedb-js v1.5.9
What's Changed
- Include
branch
inexplainConfig
output by @scotttrinh in #1070
edgedb-js v1.5.8
What's Changed
- Fix address missing from Client.resolveConnectionParams() by @CarsonF in #1028
- Properly quote release name for
@
literal by @scotttrinh in #1027 - Replace tslint with typescript-eslint by @diksipav in #1030
- Bump to latest Prettier by @scotttrinh in #1033
- Include integration tests in prettier glob by @scotttrinh in #1035
- Attempt an across-the-board dep version bump by @scotttrinh in #1034
- Update TS version in the monorepo by @diksipav in #1054
- Update readme with config needed to run tests locally by @diksipav in #1056
- Faster SCRAM when using browserCrypto by @scotttrinh in #1063
- Prefer node:crypto by @scotttrinh in #1064
@edgedb/generate v0.5.4
What's Changed
- Add coalesceCardinalities type & func by @diksipav in #971
- Update queries generator to pull import path(s) from codecs by @CarsonF in #965
- Mark generateFiles imports as optional by @CarsonF in #1008
- Add test for FreeObject with nested select by @scotttrinh in #1025
- Add more e.op benchmarks by @scotttrinh in #1040
- Refactor
e.op
better inference perf by @scotttrinh in #1039 - Use given cardinality in select expression by @scotttrinh in #1043
- Fix
$infer
fore.shape
by @scotttrinh in #1044 - Loosen type of
e.shape
's returned scope by @scotttrinh in #1045 - Use specific type-level marker to
e.shape
by @scotttrinh in #1048 - Note need to rerun codegen when schema changes by @scotttrinh in #1050
- Remove from object shape keys with value never by @diksipav in #1051
- Update benchmarks by @scotttrinh in #1057
v1.5.7
Fixes an issue with the CLI wrapper doing an install. We recently added a shell quoting library to properly escape quotes when calling the CLI, but were accidentally manually escaping an argument.
What's Changed
- Do not manually quote install-dir command by @scotttrinh in #1023
- Add test for FreeObject with nested select by @scotttrinh in #1025
edgedb-js v1.5.6
What's Changed
- Replace
Error.source
with standardizedcause
by @scotttrinh in #1007 - Use Node compatibility for Deno Buffer by @scotttrinh in #1015
- Use shell-quote to properly quote commands by @scotttrinh in #1016