Releases: sebastianwessel/surrealdb-client-generator
Releases · sebastianwessel/surrealdb-client-generator
2.0.0
Version 2.0
Breaking changes
Version 2 has breaking changes!
The tool now uses surrealdb.js instead of surrealdb.node for interacting with a SurrealDB instance.
The change was made, because it seems that surrealdb.js is closer to the SurrealDB development process and more up to date in general.
This means, the option "memory" for connections is no longer available, and you need to run against a real running SurrealDB instance (use docker).
Also, option -f, --schemaFile
has no longer a default value assigned, because this was forcing to always write to the database.
Fix
v1.1.2
What's Changed
- Fix order of default and custom config by @AlbertMarashi in #5
- bumped dependencies
New Contributors
- @AlbertMarashi made their first contribution in #5
Full Changelog: 1.1.1...1.1.2
1.1.1
Bumped dependencies
Full Changelog: 1.1.0...1.1.1
1.1.0
1.0.0
First version, which is almost untested.