Skip to content

Releases: seriaati/yatta

v1.2.0

25 Feb 07:46
Compare
Choose a tag to compare

1.2.0 - 2024-02-25

Bug Fixes

  • Handle null route in Message - (f5db564)

Features

  • Use new persistent caching method - (b1bf4b6)

Miscellaneous Chores

  • (deps) Update dependencies - (e795604)
  • Remove git-cliff config - (be95b2a)
  • Update pyproject.toml - (c2a70f4)

Refactoring

  • [breaking]Rename DataNotFound to DataNotFoundError - (5c33cb0)
  • Comply to PEP-585 typing annotation standards - (21facb3)
  • Remove unnecessary init file - (031446e)

Tests

v1.1.2

24 Feb 05:32
Compare
Choose a tag to compare

1.1.2 - 2024-02-24

Bug Fixes

  • Format ItemDetail description - (24ef7ee)
  • Replace \\n with \n - (c44c42b)
  • Remove html tags from book names - (537999b)
  • Remove html tags from BaseSkill description - (6721dc1)
  • Fix BaseSkill icon - (eb01f46)
  • Format character names - (9c7521d)

Continuous Integrations

Features

  • Add cache ttl param to API client - (7bfbaea)

Miscellaneous Chores

  • (deps) Add pre-commit - (247348d)
  • (deps) Update dependencies - (562e7ff)
  • (deps) Update dependencies - (437b0fd)
  • Add playground.py to gitignore - (bb9feca)
  • Add pre-commit config - (0e8359c)

Refactoring

  • [breaking]Rename fields in CharacterScript - (1e937b1)
  • Replace pronouns - (3c0cac3)
  • Add logger name - (8fc3df0)

v1.1.1

06 Jan 00:39
Compare
Choose a tag to compare

1.1.1 - 2024-01-06

Bug Fixes

  • Fix wrong field names in pydantic decorators - (7078008)
  • Fix conversion error in story field of ItemDetail - (11d3f17)
  • Fix missing alias in voice_actors field of CharacterInfo - (0449d62)

v1.1.0

05 Jan 14:27
Compare
Choose a tag to compare

1.1.0 - 2024-01-05

Bug Fixes

  • Fix icon url in Book and BookDetail - (c38e8be)

Features

  • Add fetch_manual_avatar - (9569986)
  • Add medium_icon and large_icon to CharacterDetail - (50fdc0e)
  • Add medium_icon and large_icon to Character - (40ab098)
  • Add medium_icon and large_icon to LightCone and LightConeDetail - (4ade147)
  • Add round_icon attribute to Character and CharacterDetail - (fb7e3aa)

Refactoring

  • [breaking]Rename CharacterCV to VoiceActor and cv to voice_actors in CharacterInfo - (e61abbe)
  • Rename Type to CharacterDetailType - (5177a9c)
  • [breaking]Rename fields and classes related to changelog - (4375b18)

v1.0.1

04 Dec 13:42
Compare
Choose a tag to compare

1.0.1 - 2023-12-03

Bug Fixes

  • move exceptions.py to package folder - (96d6cd1)
  • Update params data type to use List[float] instead of List[int] - (c3847c1)
  • Fix light cone model dictionary keys - (1f5a550)

Documentation

Refactoring

  • Refactor test function names and add new test case for invalid ID - (9232a8c)

v1.0.0

03 Dec 11:36
Compare
Choose a tag to compare

Initial release