Releases: horvbalint/surreal-ts
Releases · horvbalint/surreal-ts
v1.4.0 - array[*] syntax support
What's Changed
- array[*] support + refactor by @horvbalint in #4
- bug fixes + more refactor and clippy by @horvbalint in #5
Full Changelog: v1.3.0...v1.4.0
Metadata + secure connection
This release brings a new feature and makes some improvements:
- It is now possible to store generated metadata in the database
- It is possible to connect to a db using a secure protocol (thanks @CiskaLV for the PR!)
- The code was refactored
v1.2.0
- new surreal types are supported
- more correct parsing of field definition
- table name PascalCase-ing
- test .surql file
- nicer output generation
- README update
- license added
v1.1.0
support for sets and number types
v1.0.0
1.0.0 version bump
v0.6.0
SurrealRecrod fix
v0.5.0
SurrealRecord extension, default output path
v0.4.0
readme, record type improvement, meta infos
Second, experimental release
v0.2.0 win32-arm64 support dropped
First, experimental release
v0.1.0 package.json + workflow name fix