trailbase 0.7.1
trailbase: ^0.7.1 copied to clipboard
Official client library for TrailBase.
Changelog #
0.7.1 #
- Minor: fix changelog.
0.7.0 #
- Make realtime
Events
pattern matchable. - Cache/share subscriptions using broadcast streams.
0.6.0 #
- Overhaul and squash abstractions.
- Typed exceptions.
- Fix
imageUrl
.
0.5.0 #
- Support realtime subscriptions with record-based filters. Requires TB ^0.18.1.
- Switch from
dio
tohttp
.
0.4.0 #
- More powerful, nested list filters intrdocued with TrailBase v0.12.0.
0.3.0 #
- Add
count
parameter to RecordApi.list to retrievetotal_count
at extra cost. Requires TB >= v0.6.0. - Add
expand
parameter for RecordApi.(list|get) to expand foreign records. Requires TB >= v0.6.0.
0.2.1 #
- Fix heartbeat decoding issue with record subscriptions.
0.2.0 #
- Return ListResponse from RecordApi::list.
0.1.2 #
- Add support for "realtime" subscriptions to listen for record changes: insertions, updates, deletions.