Releases: durudex/go-polybase
Releases · durudex/go-polybase
v0.0.3
Added
- Added error codes constants.
Changed
- Improved passing of arguments to collection functions.
- Using the configuration is optional.
v0.0.2
Added
- Added client name option to config.
- Added recover handler option to config.
Changed
- Improved getting the state of collection records.
v0.0.1
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.