Releases: josephyi/taric
Releases · josephyi/taric
Champion Rotations
- Implemented champion rotations endpoint
- Removed deprecated champions endpoints
- Update docs
Remove static-v3
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
- V3 Parity
- api_key moved from query param to request header
Remove Old/Unused/Deprecated Endpoints
cleanup (#32) * cleanup * version bump
V3 Parity!
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
v1.0.0-alpha.6 version bump
lol-status-v3 and masteries-v3
Masteries v3 (#22) * LOL-STATUS-V3 * MASTERIES-V3
champion and champion mastery v3
v1.0.0-alpha.2 champion-v3 (#18)
V3 Summoner
-updated shared constants for endpoints
-updated endpoints for summoner
Operations return Faraday::Response
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!