Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@kloconnell kloconnell released this 14 Jun 13:32

What's Changed

Breaking Changes

Moving, renaming, or deleting elements or enumerations.

  • Change foundations.type enumeration "pier and beam" to "belly and wing" by @kellyatradiantlabs in #26
  • Change attics.isVented property to attics.type with enumerations of "attic vented", "attic unvented", "cathedral ceiling", or "flat roof" by @kellyatradiantlabs in #26
  • Remove modelControls.occupancyControl field by @kellyatradiantlabs in #26
  • Change "living space" to "conditioned space" in all location fields by @kellyatradiantlabs in #26
  • Change enumeration "percent" to "fraction" for heatEfficiencyUnits, coolEfficiencyUnits, and ducts.leakageUnits by @kellyatradiantlabs in #26
  • Change waterHeater.energyFactor and waterHeating.uniformEnergyFactor to waterHeating.efficiency and waterHeating.efficiencyUnits by @kellyatradiantlabs in #26
  • Change structure of ducts object by @kellyatradiantlabs in #26

Non-breaking Changes

Adding elements or enumerations.

  • Add "HERS" option to modelControls.heatPumpSizingMethodology by @kellyatradiantlabs in #26
  • Add "HSPF2" and "SEER2" enumerations to heatEfficiencyUnits and coolEfficiencyUnits, respectively by @kellyatradiantlabs in #26
  • Add "manufactured home belly" enumeration to ducts.location by @kellyatradiantlabs in #26
  • Add propertyUse field to baseBuilding.buildingSummary in request and response schemas by @kellyatradiantlabs in #49
  • Add energyEndUses to response structure by @kellyatradiantlabs in #52

Full Changelog: v1.0.0...v2.0.0