Skip to content

Latest commit

 

History

History
81 lines (58 loc) · 2.54 KB

CHANGELOG.md

File metadata and controls

81 lines (58 loc) · 2.54 KB

Unreleased

full changelog

full changelog

  • Add golangci-lint

v0.1.10

full changelog

  • Drop Go 1.17
  • Update dependencies

v0.1.9

full changelog

  • Drop Go 1.16
  • Migrate to github.com/cockroachdb/errors

v0.1.8

full changelog

  • Drop Go 1.15
  • Fix deprecation warning
  • Update dependencies

v0.1.7

full changelog

  • Wrap all errors with errors.WithStack

v0.1.6

full changelog

  • Resolved unexpected end of JSON input when X-Ratelimit header isn't returned from Doorkeeper API
  • Migrate to GitHub Actions
  • Update dependencies

v0.1.5

full changelog

  • Resolved. json cannot unmarshal number into Go struct field rawEvent.lat of type string
  • Update dependencies

v0.1.4

full changelog

  • Changed. returns SortEnum function instead of var

v0.1.3

full changelog

  • Fixed. unexpected end of JSON input when API is failed

v0.1.2

full changelog

  • Bugfix: invalid query string

v0.1.1

full changelog

  • Extract to Sort enum

v0.1.0

  • First release