ADDED:
- gradle as build system
- new barcode images for several crypto addresses
CHANGED:
- removed maven related files
- changed project nature from maven to gradle nature
- update of jcommons-lang version to 5.2.2
- update of test-objects version to 5.3
- update of silly-collections version to 8.4
- dependency jobject-evaluate replaced with jobj-contract-verifier
- new launch scripts for ide intellij created
CHANGED:
- update of parent version to 4.4
- update of jcommons-lang version to 5.1
- update of jobject-extensions version to 2.5
- update of silly-collections version to 5
- update of silly-collections version to 5
- update of dependency test-objects version to 5
- removed exclusions from dependency jcommons-lang
CHANGED:
- update of parent version to 4.2
- update of jcommons-lang version to 5
- update of jobject-extensions version to 2.3
- update of silly-collections version to 4.35
- moved dependencies from parent to the specific jgeohash-geoip project
- added exclusions to unneeded transitive dependencies from dependency jcommons-lang
ADDED:
- new test dependency of test-objects
- new test dependency of silly-collections
CHANGED:
- update of parent version to 3.11
- removed unneeded .0 at the end of version
- unit tests extended for improve code coverage
ADDED:
- Note section added
CHANGED:
- update of java parent version
- moved changelog to its own file
- Created new module projects. jgeohash-core and jgeohash-geoip
- JDK version upgraded to version 8.
- Added project to sonatype repository.
- Added project to continous integration: https://travis-ci.org/astrapi69/jgeohash
- Added project to flattr.com: https://flattr.com/thing/4067696/astrapi69jgeohash-on-GitHub
Gets the geohash from the given ip address added dependency for geoip-api
Extend functionality to calculate distance from two Points, Positions, coordinate values(latitude, longitude) or two geohash values in meters. Created a new class for keeping data of the neighbors cells from the given geohash to cardinal directions for the first and second ring region.
Added new interface Position for the class Point.
Created new class that calculates distance from two Points or two geohash values in km or miles.
Added method to get getAdjacent from multiply directions.
Added functionality for get first and second ring neighbors from a geohash cell.