Skip to content

v0.7.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 12:57
5235025

Changelog

Features

  • feat: add "All" field to game mode and roles (@stnokott)
  • feat: add bombsite stats (@stnokott)
  • feat: add season name getter for metadata (@stnokott)
  • feat: add version to user agent (@stnokott)
  • feat: expose EnsureAuth function (@stnokott)
  • feat: provide "all" type for named stats (@stnokott)

Bug Fixes

  • fix: API request and unmarshalling (@stnokott)
  • fix: actually load data for (un)ranked (@stnokott)
  • fix: capitalize "All" type (@stnokott)
  • fix: expose common structs (@stnokott)
  • fix: expose detailedStats struct (@stnokott)
  • fix: expose generic stats structs (@stnokott)
  • fix: fix match statistics availability (@stnokott)
  • fix: proper metadata retrieval (@stnokott)
  • fix: remove "done" logging after methods finish (@stnokott)
  • fix: retract v1.0.0 because of accidental release (@stnokott)
  • fix: return ranked history as pointer (@stnokott)

Documentation

  • docs: add documentation for methods (@stnokott)
  • docs: add license and maintainer disclaimer (@stnokott)
  • docs: fix README example (@stnokott)

Code refactor

  • refactor!: remove .SeasonSlug attribute (@stnokott)
  • refactor: clarify error on HTTP error code (@stnokott)
  • refactor: improve JSON unmarshalling (@stnokott)
  • refactor: invalidate ticket 5mins before actual expiration (@stnokott)
  • refactor: move match statistics out of role struct, add matches played stat (@stnokott)
  • refactor: move season slug up in struct hierarchy (@stnokott)
  • refactor: remove stats metadata (@stnokott)
  • refactor: simplify deferred error handling (@stnokott)

Pipeline

  • ci: add Codeball workflow (@stnokott)
  • ci: add github actions and dependabot files (@stnokott)
  • ci: change how releases are formatted (@stnokott)
  • ci: dont mark releases as drafts (@stnokott)
  • ci: fix goreleaser release (@stnokott)
  • ci: make gorelease release draft (@stnokott)

Others