Skip to content

Release v0.4.0

Latest
Compare
Choose a tag to compare
@kearfy kearfy released this 30 Oct 07:47
· 10 commits to main since this release
ca51bdf

Overview of changes

  • Replaced ns/db/sc/user/pass with namespace/database/scope/username/password where this was not already the case
  • Ensures the authentication token to be returned when authenticating as a root user
  • Ensures true being returned when authenticating with a token successfully
  • Ensuring that the query/select/create/update/merge/patch/delete methods always return an array (to stay consistent with other JS SDKs)
  • Fixes some of the tests
  • Improved typescript typing

What's Changed

Full Changelog: v0.3.0...v0.4.0