Skip to content

Releases: cityssm/node-green-button-parser

v1.0.0

14 Nov 19:26
Compare
Choose a tag to compare

Highlights

  • Support for Node 18 or better.
  • Added utility to build and parse function blocks.
  • Dev dependencies.

Full Changelog: v0.8.0...v1.0.0

v0.8.0

10 Oct 15:24
Compare
Choose a tag to compare

Highlights

  • Change getUsagePointEntryFromMeterReadingEntry() to getUsagePointEntryFromEntry() to allow for UsageSummary entries as well.
  • Adjust some lookup values to better align with Green Button specifications.
  • Dependencies.

Full Changelog: v0.7.0...v0.8.0

v0.7.0

21 Sep 15:29
Compare
Choose a tag to compare

Added scope function block parser.

v0.6.0

04 Aug 14:04
Compare
Choose a tag to compare

Added support for XML that does not contain a feed, but instead only contains an entry.

v0.5.3

03 Aug 19:47
Compare
Choose a tag to compare

More tweaks to exports.

v0.5.2

03 Aug 18:19
Compare
Choose a tag to compare

Attempt to properly expose the exports.

v0.5.1

03 Aug 15:38
Compare
Choose a tag to compare

Added selfUid to each entry link object.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

02 Aug 18:28
Compare
Choose a tag to compare

Highlights

Major Refactoring

  • Using xml2js directly, removing two dependencies
  • No longer accepting urls as input
  • Multiple links tracked by relationship
  • Content changed to an object that can better accommodate multiple blocks of content
  • getEntriesByLink() helper
  • getReadingTypeEntryFromIntervalBlockEntry() helper

Full Changelog: v0.4.0...v0.5.0

v0.4.0

24 Jul 17:08
Compare
Choose a tag to compare

Highlights

  • Fix missing IDs.
  • More lookup values.

v0.3.0

21 Jul 19:55
Compare
Choose a tag to compare

Update to handle multiple IntervalBlocks in a single entry.