Releases: DataValues/Geo
Releases · DataValues/Geo
4.0.0
Update README for 4.0
2.1.1
2.1.0
2.0.1
2.0.0
GlobeCoordinateValue
does not accept empty strings as globes any more.GlobeCoordinateValue
does not accept precisions outside the [-360..+360] interval any more.- Changed hash calculation of
GlobeCoordinateValue
in an incompatible way. - Renamed
GeoCoordinateFormatter
toLatLongFormatter
, leaving a deprecated alias. - Renamed
GeoCoordinateParser
toLatLongParser
, leaving a deprecated alias. - Renamed
GeoCoordinateParserBase
toLatLongParserBase
. - Deprecated
LatLongParser::areCoordinates
.
1.2.2
Fixed multiple rounding issues in GeoCoordinateFormatter
.
1.2.1
Fixed another IEEE issue in GeoCoordinateFormatter
.
1.2.0
1.1.8
- Fixed an IEEE float issue in
GeoCoordinateFormatter
- Fixed a PHP 7.1 compatibility issue in a test
1.1.7
Made minor documentation improvements