Skip to content

Releases: VerdigrisTech/green-button-data

v0.3.0

02 Sep 02:06
Compare
Choose a tag to compare

NOTE: This version is NOT compatible with Rails. Please use v0.3.1 instead.

New Features

  • Green Button REST API client
    • Querying Green Button Atom feed resources is now extremely easy
    • Implementation differences (e.g. vanilla Green Button example server vs PG&E) are abstracted out

v0.2.1

27 Aug 22:32
Compare
Choose a tag to compare

Fixes

  • Missing element for ReadingQuality for IntervalReading parser
  • Missing VAhr unit symbol code (73)

v0.2.0

20 Aug 23:10
Compare
Choose a tag to compare

New Features

  • Adds parsing support for UsageSummary
  • Slightly simplified module loading

v0.1.2

07 Aug 19:11
Compare
Choose a tag to compare

Fixes

  • Bug which causes parsed Entry#related to only return a single related URL even when there are multiple related URLs

Other Notes

  • Adds unit tests for GreenButtonData::Parser::Entry class

v0.1.1

04 Aug 16:12
Compare
Choose a tag to compare

Fixes

  • Bug where only one entry is parsed in the feed when using PG&E's ns1 generic namespace

Other Notes

  • Adds unit tests for PG&E fixtures

v0.1.0

02 Aug 22:31
Compare
Choose a tag to compare

Initial Release