Skip to content

Releases: iwpnd/detectr

v0.3.0

19 May 20:16
Compare
Choose a tag to compare

Changelog

v0.2.0

03 May 12:27
Compare
Choose a tag to compare

Changelog

  • 8165317 Merge pull request #1 from iwpnd/dependabot/github_actions/actions/setup-go-4
  • 5f6de5b chore(deps): bump actions/setup-go from 3 to 4
  • 36b2565 chore(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.4.0

v0.1.0

01 May 11:07
Compare
Choose a tag to compare

Changelog

  • 3c7d4b2 ci: fix
  • a732f7d ci: fix
  • 3c1bd34 feat: add zap logger
  • f02e383 feat: create/delete fences method
  • 8c6177e feat: implement rtree and make it searchable
  • 6638e9e feat: initial commit
  • f0d7903 feat: move to tidwall packages
  • 6812cbb feat: truncate database
  • dfc03b4 fix: default port
  • 089bd3b fix: remove delete
  • 122f55d refactor: add feature id if not present
  • b5363cc refactor: error handling on invalid geofence
  • ede4c57 refactor: load data on start
  • a092cf3 refactor: make response nicer
  • a2d8aab refactor: move app to cmd
  • 6fd5552 refactor: remove redundant method, renaming
  • 4f28542 refactor: split handlers and responses
  • cbe5943 refactor: structure, post endpoints, validation, collection
  • 18ee3ab refactor: use go.geojson for easier marshal/unmarshal
  • 0845cbb refactor: use handlers, renaming