Skip to content

Releases: DataValues/Geo

1.1.4

25 Nov 17:19
Compare
Choose a tag to compare

Add fall back to default on invalid precision to more places.

1.1.3

19 Nov 17:54
Compare
Choose a tag to compare

Fall back to default on invalid precision instead of dividing by zero.

1.1.2

19 Nov 09:40
Compare
Choose a tag to compare

Precision detection in GlobeCoordinateParser now has a lower bound of 0.00000001°

1.1.1

21 Oct 09:36
Compare
Choose a tag to compare
  • Removed remaining uses of class aliases from messages and comments
  • Fixed some types in documentation

1.1.0

09 Oct 19:16
Compare
Choose a tag to compare
  • Made the component installable with DataValues 1.x
  • GeoCoordinateFormatter now supports precision in degrees
  • GlobeCoordinateFormatter now passes the globe precision to the GeoCoordinateFormatter it uses
  • Introduced FORMAT_NAME class constants on ValueParsers in order to use them as expectedFormat
  • Changed ValueParsers to pass rawValue and expectedFormat arguments when constructing a ParseException

0.2

20 Jul 11:06
Compare
Choose a tag to compare
0.2
  • Removed deprecated GeoCoordinateValue
  • Added GlobeMath