Skip to content

Releases: whosonfirst/go-whosonfirst-placetypes

0.7.3

18 Jul 22:26
Compare
Choose a tag to compare
  • Update vendor deps

0.7.2

21 Mar 06:15
Compare
Choose a tag to compare
  • Remove debugging

0.7.1

01 Mar 23:59
d16df24
Compare
Choose a tag to compare
  • Update spec and tests to reflect addition of "postalregion" placetype

0.7.0

07 Mar 00:35
Compare
Choose a tag to compare

What's Changed

  • Rename WOFPlacetypeDefinition as WOFPlacetypeRecord
  • Add Definition interface and whosonfirst:// implementation

Full Changelog: v0.5.0...v0.7.0

0.6.0

03 Mar 22:56
3c456fa
Compare
Choose a tag to compare

What's Changed

  • Move all placetypes methods on to WOFPlacetypeSpecification methods
  • Add support for merging external placetype specifications
  • Add support for rendering placetype specifications as graphviz "DOT" representations and rendering those representations as images
  • Encode role names (and other properties) as constants
  • Improved documentation
  • Improved tests

Full Changelog: v0.5.0...v0.6.0

0.5.0

27 Feb 22:36
Compare
Choose a tag to compare
  • Make underlying filesystem for placetypes.json public
  • Ensure placetypes.json reader is closed

0.4.2

28 Nov 22:37
Compare
Choose a tag to compare
  • Update placetypes.json to reflect addition of nation placetype

0.4.1

23 Nov 18:54
7ef258b
Compare
Choose a tag to compare
  • Add aggresive caching/memoization layer for expensive lookups

0.4.0

17 Nov 17:17
f70e882
Compare
Choose a tag to compare
  • Add IsAncestor and IsDescendant methods
  • Improved Go doc
  • Improved tests

0.3.0

20 Feb 01:41
Compare
Choose a tag to compare
  • Update placetypes spec to include custom placetype
  • Add cmd/wof-valid-placetype
  • Replace whosonfirst/go-whosonfirst-cli with sfomuseum/go-flags