Skip to content

v2.2.2

Compare
Choose a tag to compare
@ugjka ugjka released this 21 Feb 17:34
· 3 commits to master since this release
d341efd

Breaking changes

  • go.mod module name change gopkg.in/ugjka/go-tz.v2 to github.com/ugjka/go-tz/v2
  • git history wiped, to avoid mess and create new mess (deal with it gif)
  • proper import is now import github.com/ugjka/go-tz/v2, the /tz subdir no longer exists because the documentation site didn't pick it up for some reason, so documentation was always lost
  • bonus: the library now handles holes in polygons, it is a miracle no one noticed that bug all these years
  • the compressed shapefile is now embedded using go:embed
  • minimum go version required is 1.18