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 toattics.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
, andducts.leakageUnits
by @kellyatradiantlabs in #26 - Change
waterHeater.energyFactor
andwaterHeating.uniformEnergyFactor
towaterHeating.efficiency
andwaterHeating.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
andcoolEfficiencyUnits
, respectively by @kellyatradiantlabs in #26 - Add "manufactured home belly" enumeration to
ducts.location
by @kellyatradiantlabs in #26 - Add
propertyUse
field tobaseBuilding.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