Skip to content

Releases: KenEucker/biketag-api

v2.0.9

07 Mar 15:49
db48970
Compare
Choose a tag to compare

2.0.9 (2022-03-07)

Bug Fixes

  • imgur: resolves errors with the returning success of the deleteTag method for the imgur adapter (2926c73)

v2.0.8

06 Mar 23:24
db0479c
Compare
Choose a tag to compare

2.0.8 (2022-03-06)

Bug Fixes

  • imgur: reverses the logic of the sortTags method when sorting for 'relevance' (queue) (62e819d)

v2.0.7

05 Mar 23:48
16cc0ca
Compare
Choose a tag to compare

2.0.7 (2022-03-05)

Bug Fixes

  • auth: fixes/implements auth where it wasn't previously integrated (3773671)

v2.0.6

05 Mar 15:57
7db9ccd
Compare
Choose a tag to compare

2.0.6 (2022-03-05)

Bug Fixes

  • common: adds the user_metadata schema and other minor changes (fcab06f)
  • imgur: fixes a bug in the getTags method for the imgur adapter (8ca7ef3)

v2.0.5

22 Feb 07:04
4b8a4c5
Compare
Choose a tag to compare

2.0.5 (2022-02-22)

Bug Fixes

  • src: refactors the getTags and getQueue functionality into reusable method in imgur/helpers (42dc628)

v2.0.4

07 Feb 01:45
73839ea
Compare
Choose a tag to compare

2.0.4 (2022-02-07)

Bug Fixes

  • imgur: resolves issues with ordering the queue and with posting new tags (aced16b)

v2.0.3

05 Feb 13:57
c153771
Compare
Choose a tag to compare

2.0.3 (2022-02-05)

Bug Fixes

  • imgur: resolves issues with updating queued tags using the queueTag method (9a8e0d8)
  • src: renames proof to found and credit to player, removes 'proof' from the tag description (cc435fb)

v2.0.2

05 Feb 02:45
ffa10e1
Compare
Choose a tag to compare

2.0.2 (2022-02-05)

Bug Fixes

  • common: resolves bugs regarding the presence of the hint in the mystery tag (47f4db2)

v2.0.1

03 Feb 23:53
3540720
Compare
Choose a tag to compare

2.0.1 (2022-02-03)

Bug Fixes

  • common: resolves exports for the create methods for data, fixes the 'only' getters (fdbc548)
  • imgur: resolves minor issues within the getQueue functionality of the Imgur adapter (b031810)

v2.0.0

02 Feb 08:47
6e43485
Compare
Choose a tag to compare

2.0.0 (2022-02-02)

Bug Fixes

  • dependecies: dependencies update (3c05c66)
  • sanity: fixes the retrieval of ambassador data for the Sanity adapter (a619c44)

Features

  • imgur: adds the archiveTag method to the client and includes functionality for Imgur adapter (9e1ff6a)

BREAKING CHANGES

  • imgur: Some of the payloads have changed to not include a tag field, while the payload
    itself is a tag compatible type. This impacts the existing updateTagPayload and deleteTagPayload
    types.