Release v1.0.0
What's Changed
- JS Library revamp by @kearfy in #227
- Bump v1.0.0-beta.1 by @kearfy in #228
- Fix sending too many fields on auth vars by @kearfy in #229
- Bump v1.0.0-beta.2 by @kearfy in #230
- fix: forgot type in constructor for some geometry classes by @welpie21 in #231
- Export more types by @kearfy in #232
- Bump v1.0.0-beta.3 by @kearfy in #233
- Fix broken .info() type by @kearfy in #234
- Bump v1.0.0-beta.4 by @kearfy in #235
- Fix live query UUID by @tai-kun in #236
- Improve status handling by @kearfy in #237
- Bump version to v1.0.0-beta.5 by @kearfy in #238
- Allow connecting to subpaths by @macjuul in #246
- Allow bigint in record ids by @macjuul in #250
- Update README.md by @kearfy in #254
- bugfix: Fix resource leaks in the WebSocket engine by @tai-kun in #253
- Add version method by @macjuul in #252
toJSON
andStringRecordId
by @kearfy in #256- bugfix: display proper error message when surrealdb responds with an error by @SamuelScheit in #249
- Explicit error when namespace and/or database are missing for HTTP engine by @kearfy in #257
- Fix build by @kearfy in #258
jsonify()
method by @kearfy in #259- Bump version to v1.0.0-beta.6 by @kearfy in #260
- Update README.md by @kearfy in #261
- Implement version check by @kearfy in #262
- Add
run
andrelate
method by @kearfy in #264 - Require Node v18 by @kearfy in #265
- Bump version to v1.0.0-beta.7 by @kearfy in #267
- A Line is actually a LineString, which accepts two or more Points by @kearfy in #268
- Version check timeout by @kearfy in #269
- Bump version to 1.0.0-beta.8 by @kearfy in #270
- fix: fix GeometryCollection class by @Odonno in #273
- chore: fix lint issue by @Odonno in #274
- fix: update GeometryPolygon type by @Odonno in #276
- Add missing table cbor decoding by @Odonno in #271
- Engine should handle closing the connection by @kearfy in #279
- Bump version to v1.0.0-beta.9 by @kearfy in #278
- fix: fix json conversion of geometries by @Odonno in #280
- number-looking like string should be escaped by @kearfy in #282
- Various improvements by @kearfy in #291
- publish npm package with latest only for non beta releases by @rluvaton in #289
- Update README by @kearfy in #294
- Add upsert by @kearfy in #295
- Ensure PreparedQuery has replacer context by @kearfy in #296
- Fix publish workflow by @kearfy in #297
- Do not minify identifiers by @kearfy in #298
- Bump version to v1.0.0-beta.11 by @kearfy in #299
- Fix CommonJS target by @kearfy in #300
- CBOR performance improvements by @kearfy in #304
- Bump version to 1.0.0-beta.13 by @kearfy in #305
- Fix build by @kearfy in #306
- Bump version to 1.0.0-beta.14 by @kearfy in #307
- Fix errors by @kearfy in #308
- Bump version to 1.0.0-beta.15 by @kearfy in #309
- Allow partial use by @kearfy in #310
- Bump version to 1.0.0-beta.16 by @kearfy in #311
- export
escape_ident
by @kearfy in #312 - Allow unsetting ns/db by @kearfy in #313
- Bump version to 1.0.0-beta.17 by @kearfy in #314
- Bump version to 1.0.0-beta.18 by @kearfy in #315
- Differentate access auth between system and record users by @kearfy in #316
- Rename
surrealdb.js
tosurrealdb
by @kearfy in #317 - Bump version to 1.0.0-beta.19 by @kearfy in #318
- No
console.log
by @kearfy in #320 - Bump version to 1.0.0-beta.20 by @kearfy in #328
- Publish to latest for now by @macjuul in #334
- Improve rpc method validation by @macjuul in #335
- Bump version to 1.0.0-beta.21 by @macjuul in #336
- Remove unnecessary optional dependencies by @lkwr in #337
- Stabilize 1.0.0 by @kearfy in #338
New Contributors
- @welpie21 made their first contribution in #231
- @tai-kun made their first contribution in #236
- @macjuul made their first contribution in #246
- @SamuelScheit made their first contribution in #249
- @Odonno made their first contribution in #273
- @rluvaton made their first contribution in #289
- @lkwr made their first contribution in #337
Full Changelog: v0.11.1...v1.0.0