Skip to content

Releases: stnokott/r6api

v0.7.1

12 Sep 12:57
5235025
Compare
Choose a tag to compare

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

v0.7.0

08 Jan 01:27
Compare
Choose a tag to compare

Changelog

Features

Code refactor

  • refactor: improve JSON unmarshalling (@stnokott)

v0.6.0

05 Jan 18:21
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • fix: fix match statistics availability (@stnokott)

v0.5.1

04 Jan 00:49
Compare
Choose a tag to compare

Changelog

Bug Fixes

v0.5.0

04 Jan 00:25
Compare
Choose a tag to compare

Changelog

Features

  • feat: provide "all" type for named stats (@stnokott)

v0.4.2

01 Jan 23:21
Compare
Choose a tag to compare

Changelog

Features

  • feat: expose EnsureAuth function (@stnokott)

v0.4.1

29 Dec 16:14
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • fix: expose generic stats structs (@stnokott)

v0.4.0

28 Dec 23:22
Compare
Choose a tag to compare

Changelog

Features

  • feat: add "All" field to game mode and roles (@stnokott)

Code refactor

  • refactor: move match statistics out of role struct, add matches played stat (@stnokott)

v0.3.6

20 Dec 13:16
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • fix: return ranked history as pointer (@stnokott)

v0.3.5

20 Dec 09:52
Compare
Choose a tag to compare

Changelog

Bug Fixes

  • fix: expose detailedStats struct (@stnokott)

Code refactor

  • refactor: invalidate ticket 5mins before actual expiration (@stnokott)