Skip to content

v3.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@horvbalint horvbalint released this 19 Nov 21:20
· 5 commits to v3 since this release

Version 3.0.0 will be a big release containing multiple breaking changes. Most of the codebase have been rewritten and surreal-ts now uses the surrealdb's parser for better stability as new features arrive in the database.

Most notable changes:

  • the default ts file name changed from db.d.ts to db.ts
  • the generated file now also contains the table structures for easy access
  • the table structure format changed to support the new features of SurrealDB 2.0.0 (like union types)
  • support the new SurrealDB (2.0.0) features (like literal types)
  • new links-fetched argument
  • support for config file instead of command line arguments
  • some config argument names changed
  • new README

I release this beta version so that I can get feedback on the changes and/or if more changes are nessecery, then releasing another beta does not need another major version.

If you have suggestions or other feedback, please open an issue here in the repo :)

Full Changelog: v2.0.0...v3.0.0-beta.0