v1.0.1
Release 1.0.1 is just a minor release covering some smaller issues and a few enhancements.
Added
- Added missing catch clause for GuzzleException.
Changed
- The variables Temperature, Humidity and Barometric Pressure may now return a possible null value in case the monitoring station doesn't measure these.
- Minimum requirement for PHP to 7.1.0
- Updated package versions for PHPStan, Mockery and PHPUnit.
- Updated inline documentation (various).
Fixed
- Adjustment to the name of the monitoring station in case html entities are used.
Removed
- Removed type casting as variables are already of proper data type.
- Removed invalid syntaxCheck parameter from the PHPUnit XML configuration.