Releases: pyrocumulus/pvoutput.net
Releases · pyrocumulus/pvoutput.net
v0.7.0
Added
- Default values to parameters of the StatusPostBuilder.
- Structured search methods to the SearchService. #27
Fixed
- Fixed a bug with AddBatchOutputRequest only sending Maximum temperature if the Minimum was set. #26
- Fixed bugs with encoding of text parameters
Comments
andTextMessage
inOutputPost
andStatusPost
requests respectively. #29 - Fixed bug with
BatchOutputPostBuilder
accepting an output without bothEnergyGenerated
as wel asEnergyUsed
. #29 - Fixed a bug with the SearchService not properly encoding the query text. #27
Breaking changes
- Incorrect signature for adding batch outputs (missing properties). Builders for creating
IOutputPost
andIBatchOutputPost
have changed significantly. #29 - Moved all builders to new namespace
PVOutput.Net.Builders
. #29 - Renamed multiple operations on the new
OutputPostBuilders
to accurately map to the corresponding property on IOutputPost etc. #29 - All properties respresenting a time are now respresented as
TimeSpan
objects instead ofDateTime
. #30 PVCoordinate
now uses thedecimal
type for storing theLatitude
andLongitude
properties, to avoid weird approximation issues. #30
v0.6.0
A lot of small improvements in this release and code quality:
- A lot more unit tests
- Added codecov.io to manage coverage
Visible end user changes:
Initial release
The initial release of PVOutput.Net, including releasing a NuGet package.