Skip to content

Releases: durudex/go-polybase

v0.0.3

10 Apr 14:10
Compare
Choose a tag to compare

Added

  • Added error codes constants.

Changed

  • Improved passing of arguments to collection functions.
  • Using the configuration is optional.

v0.0.2

26 Feb 13:23
Compare
Choose a tag to compare

Added

  • Added client name option to config.
  • Added recover handler option to config.

Changed

  • Improved getting the state of collection records.

v0.0.1

10 Jan 16:27
Compare
Choose a tag to compare

Added

  • Added collection methods for creating and getting records.
  • Added before, after, limit, sort, and where filters for queries.
  • Added a utility for parsing the arguments (ParseInput).
  • Added HTTP API client.