Releases: DataValues/Geo
Releases · DataValues/Geo
2.1.2
01 Aug 14:05
Compare
Sorry, something went wrong.
No results found
Fixed parsing of coordinates with lowercase S/W directions
4.0.0
01 Aug 05:00
Compare
Sorry, something went wrong.
No results found
2.1.1
09 Aug 19:38
Compare
Sorry, something went wrong.
No results found
Allow use with ~0.4.0 of DataValues/Common
2.1.0
09 Aug 19:26
Compare
Sorry, something went wrong.
No results found
Remove MediaWiki integration
Make use of the …::class feature
Add .gitattributes to exclude not needed files from git exports
Use Wikibase CodeSniffer instead of Mediawiki's
Move to short array syntax
2.0.1
26 Jun 07:26
Compare
Sorry, something went wrong.
No results found
Fixed GlobeCoordinateValue::newFromArray and LatLongValue::newFromArray not accepting mixed
values.
Deprecated GlobeCoordinateValue::newFromArray and LatLongValue::newFromArray.
Updated minimal required PHP version from 5.3 to 5.5.9.
2.0.0
09 May 10:15
Compare
Sorry, something went wrong.
No results found
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 to LatLongFormatter, leaving a deprecated alias.
Renamed GeoCoordinateParser to LatLongParser, leaving a deprecated alias.
Renamed GeoCoordinateParserBase to LatLongParserBase.
Deprecated LatLongParser::areCoordinates.
1.2.2
14 Mar 18:00
Compare
Sorry, something went wrong.
No results found
Fixed multiple rounding issues in GeoCoordinateFormatter.
1.2.1
16 Dec 15:32
Compare
Sorry, something went wrong.
No results found
Fixed another IEEE issue in GeoCoordinateFormatter.
1.2.0
11 Nov 19:18
Compare
Sorry, something went wrong.
No results found
Added missing inline documentation to public methods and constants.
Added a basic PHPCS rule set, can be run with composer phpcs.
1.1.8
12 Oct 16:21
Compare
Sorry, something went wrong.
No results found
Fixed an IEEE float issue in GeoCoordinateFormatter
Fixed a PHP 7.1 compatibility issue in a test