PackageTrack
Sign in Get early access

github.com/kellydunn/golang-geo

v0.7.0 #2507 most downloaded on Go modules kellydunn/golang-geo

What this package is like to depend on

Last release 7 years ago

no release in 18 months

Ships unpredictably

gaps range from 2 weeks to 3.0 years

Nearly every release is documented

notes for 19 of 19 stable releases

Nothing withdrawn

no release was ever pulled

13 years old

35 releases · first in 2013

0 releases in the last 12 months

see the full history below

Release timeline

35 releases · Nov 2013 to Jul 2019
2014 2016 2018 2020 2022 2024 2026
Release Pre-release

Releases

latest 35
  1. v1.0.0-work-in-progress 29 Sep 2015 pre-release

    Nothing published for this version

  2. v0.7.1-0.20190712205331-4fe938f85be5 12 Jul 2019 pre-release

    Nothing published for this version

  3. v0.7.1-0.20190712160332-28313dd51195 12 Jul 2019 pre-release

    Nothing published for this version

  4. v0.7.1-0.20190220175717-2c6d5d781da2 20 Feb 2019 pre-release

    Nothing published for this version

  5. v0.7.1-0.20190217203245-5aa34a503654 17 Feb 2019 pre-release

    Nothing published for this version

  6. v0.7.1-0.20160215194513-6f16b0ccf2a6 15 Feb 2016 pre-release

    Nothing published for this version

  7. v0.7.1-0.20151211000749-820b800df0d1 11 Dec 2015 pre-release

    Nothing published for this version

  8. v0.7.1-0.20151210052113-781cad4c634e 10 Dec 2015 pre-release

    Nothing published for this version

  9. v0.7.1-0.20151209004914-baaf56ce1cf3 09 Dec 2015 pre-release

    Nothing published for this version

  10. v0.7.0 08 Dec 2015
    Release notes
    • Adds the ability for points to be marshalled an unmarshalled via a binary protocol (gob).
    Open source →
  11. v0.6.2-0.20150929181630-2940b3938f97 29 Sep 2015 pre-release

    Nothing published for this version

  12. v0.6.2-0.20150928054826-f517651794c4 28 Sep 2015 pre-release

    Nothing published for this version

  13. v0.6.1 24 Jun 2015
    Release notes
    • Ensures that the Google Geocoder operates over HTTPS.
    Open source →
  14. v0.6.0 23 May 2015
    Release notes
    • Introduces the (p *Point) MidpointTo(other *Point) function.
    Open source →
  15. v0.5.4 10 May 2015
    Release notes
    • Removes unneeded private methods that were a bit clunky to test
      • Adding in resliency to Geocoding and Reverse Geocoding methods by testing query building methods
      • API key support is now available for all geocoder providers
    Open source →
  16. v0.5.3 10 May 2015
    Release notes
    • Implments a Mapquest Data Transfer Object for decoding JSON responses from the MapQuest API.
    Open source →
  17. v0.5.2 10 May 2015
    Release notes
    • Removes some uncessary pointer logic when unmarshalling various structs from provider responses.
    Open source →
  18. v0.5.1 15 Mar 2015
    Release notes
    • Resolves an issue with the Google Geocoder that would panic when attempting to Reverse Geocode some Points with no results.
    Open source →
  19. v0.5.0 14 Jan 2015
    Release notes
    • Exposes GoogleGeocoder.HttpClient so that clients may be able to swap out underlying http client implementations.
    Open source →
  20. v0.4.1 01 Dec 2014
    Release notes
    • Improves geocoder testing.
    Open source →
  21. v0.4.0 03 Nov 2014
    Release notes
    • Introduces the OpenCage Geocoder
    Open source →
  22. v0.3.3 02 Sep 2014
    Release notes
    • Fixes some inconsistent documentation.
    Open source →
  23. v0.3.2 11 Aug 2014
    Release notes
    • Resolves an issue where Reverse Geocoding with a google Geocoder was panicing unexpectedly.
      • Fixes some test conditions for marshalling Points as JSON
    Open source →
  24. v0.3.1 02 Jun 2014
    Release notes
    • Cleans up some implementation details of how geo.GoogleGeocoder query results are handled.
    Open source →
  25. v0.3.0 30 Apr 2014
    Release notes
    • Introduces geo.Polygon, which is composed of many geo.Points. (Thanks, @mish15!)
      • Introduces the ability to create a geo.Polygon with NewPolygon by passing in []*geo.Point
      • Introduces the ability to figure out of a point is contained in a polygon with *geo.Polygon.Contains
      • Introduces *geo.Polygon.IsClosed which determines if a polygon is a closed shape or not.
      • Improves documentation and testing coverage.
      • Indicates that consumers should use gopkg.in in order to download older versions of the library.
      • Increases testing flexibilty by giving Geocoders the ability to specify their own base URL (Thanks, @adams-sarah!)
      • Points now implement the json.Marshaler and json.Unmarshaler interface!
    Open source →
  26. v0.2.1 25 Feb 2014
    Release notes
    • Introduces some bugfixes for google maps and mapquest api error handling
      • Improved some documentation
    Open source →
  27. v0.2.0 11 Feb 2014
    Release notes
    • Introduces *Point.BearingTo, which finds the initial bearing (or forward azimuth) from one point to another
    Open source →
  28. v0.1.0 25 Jan 2014
    Release notes
    • Introducing geo.NewSQLMapper, which creates and returns a pointer to a new geo.SQLMapper. This solved issues where users had to create extraneous *sql.DB in order to perform Mapper operations. The introduction of this method signature marks geo.HandleWithSQL a canidate for removal in a Major Patch verison.
      • Introducing geo.SQLMapper.SqlDBConn, which returns the database connection of the geo.SQLMapper for inspection purposes.
      • Introduces geo.GetSQLConfFromFile, which accepts the pathname to the desired configuration file. This was necessary in order for NewSQLMapper to allow users to supply different pathnames to create new SQLMappers.
      • Various Bugfixes including some mismatched EARTH_RADIUS logic in querying points in SQL databases.
    Open source →
  29. v0.0.2 29 Nov 2013
    Release notes
    • Change EARTH_RADIUS to comply with the information published in wikipedia.
      • Added some more documentation to publicly available structs and methods.
    Open source →
  30. v0.0.1 29 Nov 2013
    Release notes
    • First tagged release.
    Open source →
  31. v0.0.0-20190220175717-2c6d5d781da2 20 Feb 2019 pre-release

    Nothing published for this version

  32. v0.0.0-20160215194513-6f16b0ccf2a6 15 Feb 2016 pre-release

    Nothing published for this version

  33. v0.0.0-20151211000749-820b800df0d1 11 Dec 2015 pre-release

    Nothing published for this version

  34. v0.0.0-20150929181630-2940b3938f97 29 Sep 2015 pre-release

    Nothing published for this version

  35. v0.0.0-20150928054826-f517651794c4 28 Sep 2015 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive