Skip to content

Releases: josephyi/taric

Champion Rotations

09 Oct 06:10
Compare
Choose a tag to compare
Champion Rotations Pre-release
Pre-release
  • Implemented champion rotations endpoint
  • Removed deprecated champions endpoints
  • Update docs

Remove static-v3

02 Oct 06:57
a50fb6c
Compare
Choose a tag to compare
Remove static v3 (#35)

* remove api_key from uri templates, add key as req header

* league-v3

* version bump

* STATIC-V3 gone
Feels good to delete old code
Feels bad for delay

* Updating version
There's still much more to update
Hope to finish soon

V3 Support

09 May 22:57
Compare
Choose a tag to compare
  • V3 Parity
  • api_key moved from query param to request header

Remove Old/Unused/Deprecated Endpoints

30 Apr 22:13
Compare
Choose a tag to compare
cleanup (#32)

* cleanup

* version bump

V3 Parity!

30 Apr 21:34
Compare
Choose a tag to compare

This is the first release that is in full parity with V3 (except the Tournament endpoints, which for now will no longer be supported by this library). There is still much cleanup to do (removing endpoints no longer available, updated docs, etc.), but it should be quite useable otherwise.

match-v3

30 Apr 05:03
Compare
Choose a tag to compare
match-v3 Pre-release
Pre-release
v1.0.0-alpha.6

version bump

lol-status-v3 and masteries-v3

29 Apr 20:02
Compare
Choose a tag to compare
Pre-release
Masteries v3 (#22)

* LOL-STATUS-V3

* MASTERIES-V3

champion and champion mastery v3

28 Apr 21:44
Compare
Choose a tag to compare
Pre-release
v1.0.0-alpha.2

champion-v3 (#18)

V3 Summoner

28 Apr 06:12
Compare
Choose a tag to compare
V3 Summoner Pre-release
Pre-release

-updated shared constants for endpoints
-updated endpoints for summoner

Operations return Faraday::Response

15 Nov 07:13
Compare
Choose a tag to compare

Having the response body returned on success or middleware throwing on errors was convenient, but not good for debugging. This version is completely incompatible with prior versions!