Skip to content

Releases: DataValues/Geo

2.1.0

09 Aug 19:26
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

Fixed multiple rounding issues in GeoCoordinateFormatter.

1.2.1

16 Dec 15:32
Compare
Choose a tag to compare

Fixed another IEEE issue in GeoCoordinateFormatter.

1.2.0

11 Nov 19:18
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed an IEEE float issue in GeoCoordinateFormatter
  • Fixed a PHP 7.1 compatibility issue in a test

1.1.7

27 May 15:04
Compare
Choose a tag to compare

Made minor documentation improvements

1.1.6

01 Apr 22:49
Compare
Choose a tag to compare

Added compatibility with DataValues Common 0.3.x

1.1.5

28 Dec 23:58
Compare
Choose a tag to compare

The component can now be installed together with DataValues Interfaces 0.2.x