Skip to content

Releases: horvbalint/surreal-ts

v3.0.0-beta.2

30 Nov 07:13
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

This release adds support for record fields with no or multiple referenced tables.

Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2

v3.0.0-beta.1

25 Nov 18:23
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release
  • Check if the provided namespace and database names exists in the SurrealDB connection

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

v3.0.0-beta.0

19 Nov 21:20
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-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

v2.0.0

08 Oct 05:52
Compare
Choose a tag to compare

This release adds very basic support for surrealdb 2.x.x

The new union type of SurrealDB 2.x.x is not yet supported, I have only tested this release with tables that were valid in SurrealDB 1.x.x as well.

I am working on a rewrite, that should support much more of what SurrealDB has to offer.

Full Changelog: v1.5.3...v2.0.0

v1.5.3

29 Jul 19:49
Compare
Choose a tag to compare

This release fixes the deployment issues after 1.5.0

Full Changelog: v1.5.2...v1.5.3

v1.5.2

29 Jul 19:27
Compare
Choose a tag to compare

Full Changelog: v1.5.1...v1.5.2

v1.5.1

29 Jul 19:10
Compare
Choose a tag to compare

Full Changelog: v1.5.0...v1.5.1

v1.5.0

29 Jul 17:52
Compare
Choose a tag to compare

Full Changelog: v1.4.2...v1.5.0

v1.4.2

18 Feb 11:34
Compare
Choose a tag to compare

Upgrade to SurrealDB 1.2.0

Full Changelog: v1.4.1...v1.4.2

v.1.4.1

15 Dec 09:28
Compare
Choose a tag to compare

This is a minor release that addds support for SurrealDB 1.0.1.