Skip to content

Releases: ericbstie/tibber.py

v0.0.4

25 May 13:21

Choose a tag to compare

Initial live measurement release.

Edit: This version has a critical bug that does not allow it to work. See issue #8

v0.0.3-pre

11 May 23:32

Choose a tag to compare

v0.0.3-pre Pre-release
Pre-release

Finished all queries that are not live subscriptions or mutations.

Changelog v0.0.3

  • Added QueryBuilder.create_query(*args) method for creating specific queries.
  • Created many more types.

v0.0.2-pre

08 May 22:47

Choose a tag to compare

v0.0.2-pre Pre-release
Pre-release

This is still an early pre-release and this project is still a work-in-progress.

Changelog v0.0.2-pre

  • A clearer project goal has been specified (The goal is to develop a wrapper that is as close to the Tibber API format as possible).
  • More types have been added
  • The QueryBuilder has been refactored