Skip to content

Latest commit

 

History

History
110 lines (69 loc) · 6.68 KB

CHANGELOG.md

File metadata and controls

110 lines (69 loc) · 6.68 KB

Changelog

Version 0.6.3

Version 0.6.2

  • Add support for Windows PowerShell (Note: PowerShell Core is recommended).

Version 0.6.1

  • ♻️ INTERNAL: Change format of cache keys.

Version 0.6.0

Version 0.5.3

Version 0.5.2

Version 0.5.1

  • ♻️ INTERNAL: Make all cache keys lower case.

Version 0.5.0

  • ⚠️ BREAKING CHANGE: All Get-* functions now cache the response from the GraphQL endpoint by default, see here for more details.

Version 0.4.7

Version 0.4.6

Version 0.4.5

  • Added output formatting using EZOut - get the unformatted output by piping to Select-Object *, e.g. Get-TibberUser | Select-Object *.

Version 0.4.4

Version 0.4.3

  • Read-TibberWebSocket can now pass additional arguments to the callback script block/function, positioned after the response.

Version 0.4.2

Version 0.4.1

  • ♻️ INTERNAL: Improved error handling.

Version 0.4.0

  • ⚠️ BREAKING CHANGE: Renamed the parameter -TimeoutInSeconds to -DurationInSeconds in Read-TibberWebSocket. -TimeoutInSeconds now instead represents the time to wait for WebSocket operations (see next bullet).
  • Introduced a -TimeoutInSeconds parameter in all WebSocket functions representing the time to wait for WebSocket operations.
  • Read-TibberWebSocket now knows how to read until a specified date/time (a deadline), see example.

Version 0.3.1

  • Support for today's and tomorrow's energy prices in Get-TibberPriceInfo.
  • Improved debugging capabilities, see here.

Version 0.3.0

Version 0.2.0

Version 0.1.0