Releases: KenEucker/biketag-api
Releases · KenEucker/biketag-api
v2.0.9
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
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
2.0.7 (2022-03-05)
Bug Fixes
- auth: fixes/implements auth where it wasn't previously integrated (3773671)
v2.0.6
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
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
2.0.4 (2022-02-07)
Bug Fixes
- imgur: resolves issues with ordering the queue and with posting new tags (aced16b)
v2.0.3
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
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
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
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.