Releases: DataValues/Geo
Releases · DataValues/Geo
1.1.4
Add fall back to default on invalid precision to more places.
1.1.3
Fall back to default on invalid precision instead of dividing by zero.
1.1.2
1.1.1
- Removed remaining uses of class aliases from messages and comments
- Fixed some types in documentation
1.1.0
- Made the component installable with DataValues 1.x
GeoCoordinateFormatter
now supports precision in degreesGlobeCoordinateFormatter
now passes the globe precision to theGeoCoordinateFormatter
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