- Promote 0.2.0-nullsafety.1 to released version 0.2.0
- Add support for additional client param token to support standard bearer token (OpenID Connect)
- Clean up null safety to avoid having null variables (history and client)
- Release updated preview at 0.2.0-nullsafety.1
- Migrate to null safety
- BREAKING: getDatapoints() now returns an empty DatapointModel instead of null
- Release preview at 0.2.0-nullsafety
- Publish 0.1.3
- BREAKING: Add a proper HistoryModel to access client.history (instead of Dio's Response).
- Publish 0.1.2
- Publish 0.1.2-dev.4
- Add example
- BREAKING: Fix issue with dio dependency on dart:io, httpAdapter is now required
- Initial publishing of 0.1.2-dev.3 in preperation for release of 0.1.2
- Added support for layering
- More detailed documentation in preparation for package release
- Add support to retrieve datapoints
- Initial timeseries GET