Skip to content

Latest commit

 

History

History
189 lines (99 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

189 lines (99 loc) · 10.3 KB

Changelog

0.8.2 (2024-04-05)

Bug Fixes

  • handle name in tft augment container (#63) (bf46732)

0.8.1 (2023-10-31)

Bug Fixes

  • deps: bump cacache to resolve reflink (#60) (edd0f10)

0.8.0 (2023-10-15)

⚠ BREAKING CHANGES

  • deps: bump msrv to 1.67.1 for time dependency (#57)
  • deps: upgrade deps, bump msrv to 1.66.1 (#55)

Bug Fixes

  • deps: bump msrv to 1.67.1 for time dependency (#57) (6623173)
  • deps: upgrade deps, bump msrv to 1.66.1 (#55) (b00b2ea)

0.7.4 (2023-07-28)

Bug Fixes

  • summoner spell cooldown should be f64 (#53) (7682032)

0.7.3 (2023-06-26)

Bug Fixes

  • deps: specify range on cacache dependency (#51) (bd8ee86)

0.7.2 (2023-05-02)

Features

  • support specifying specific API version (#49) (059bd9c)
  • support using rustls and targeting musl (#43) (61aa88b)

0.7.1 (2023-03-17)

Bug Fixes

  • deps: replace cacache-sync with cacache (#41) (3d1a37d)

0.7.0 (2023-02-07)

⚠ BREAKING CHANGES

  • rename DDragonClient to Client
  • rename AsyncDDragonClient to AsyncClient
  • rename DDragonClientError to ClientError
  • simpler client export names (#35)

Features

Bug Fixes

  • do not improperly cache ddragon versions (34012e5)

Code Refactoring

  • rename AsyncDDragonClient to AsyncClient (ab03f6a)
  • rename DDragonClient to Client (ab03f6a)
  • rename DDragonClientError to ClientError (ab03f6a)
  • simpler client export names (#35) (ab03f6a)

0.6.0 (2023-02-04)

⚠ BREAKING CHANGES

  • correctly name profile icon struct

Features

  • support fetching images and sprites (#32) (acc6b0f)

Bug Fixes

  • correctly name profile icon struct (60f3dd6)

0.5.0 (2023-02-02)

Features

  • derive partialeq and/or eq where applicable (#28) (de01faf)

0.4.0 (2023-02-02)

⚠ BREAKING CHANGES

  • simplify featureset (#24)

Features

Code Refactoring

0.3.1 (2023-01-24)

Bug Fixes

0.3.0 (2023-01-23)

⚠ BREAKING CHANGES

  • add single champion query (#18)
  • image sprite property should just be string (#13)
  • caching as default feature, as ureq middleware (#10)

Features

Bug Fixes

  • box ureq error to reduce enum size (#9) (0f48023)
  • image sprite property should just be string (#13) (141527e)

0.2.0 (2023-01-20)

Features

  • derive clone and copy where possible (#5) (e95395e)

0.1.0 (2023-01-19)

⚠ BREAKING CHANGES

  • change champion image sprite enum values

Features

  • data fetching, champion deserializing (0df2559)
  • start of client, fetch latest version (7eb9db7)
  • support caching, fix bad paths (8e9a531)
  • support challenges (7121963)
  • support language translation data (6e4fcab)
  • support retrieving items (820fb87)
  • support runes (8faaf87)
  • support summoner spells (a6f1b71)

Bug Fixes

  • change champion image sprite enum values (552c27d)
  • replace anyhow with thiserror (32d5120)