Skip to content

Releases: seriaati/ambr

v1.7.6

27 May 07:33
Compare
Choose a tag to compare

1.7.6 - 2024-05-27

Continuous Integrations

Features

  • Add a bunch of util functions - (0052be3)

Miscellaneous Chores

  • (deps) Update dependency pytest-asyncio to ^0.23.0 (#19) - (8688ac6)
  • (deps) update dependency ruff to ^0.4.0 (#20) - (586caa1)
  • Remove pre-commit config - (d4ee07c)
  • Ignore F401 in init files - (97a2f05)
  • Configure Renovate (#18) - (04037d6)
  • Seperate ruff config to a ruff.toml - (9d370a3)
  • Add python target version - (6ac2228)

v1.7.5

25 May 08:11
Compare
Choose a tag to compare

1.7.5 - 2024-05-25

Documentation

Features

  • Add favorite_npcs field to FurnitureSetDetail (#16) - (5b29ca0)
  • Allow passing in custom sessions - (8e099aa)

Miscellaneous Chores

  • (deps) Update dependencies (#15) - (f2343cb)
  • (ruff) Add RUF rule - (da6c867)
  • (ruff) Specify google docstring convention - (bd50a45)
  • Add project URLs to pyproject.toml - (b6c1e70)

Style

  • Format docstrings and dunder all - (98819a7)
  • Remove typing annotation - (2768a21)

v1.7.4

14 May 02:58
Compare
Choose a tag to compare

1.7.4 - 2024-05-14

Bug Fixes

  • [breaking]Change type of AbyssResponse.enemies to dict - (7b40d2f)

Documentation

Miscellaneous Chores

v1.7.3

27 Mar 06:09
Compare
Choose a tag to compare

1.7.3 - 2024-03-27

Bug Fixes

  • (abyss) Fix open_time attribute - (eccbcdd)
  • Fix error handler - (befe686)
  • Fix ConnectionTimeoutError code - (66548c9)
  • Also raise ConnectionTimeoutError when status code is 524 - (6ddb046)

Features

  • Add error handling for different API response codes - (ecfb8c9)

Miscellaneous Chores

  • (deps) Update dependencies - (f2db880)
  • (deps) Update dependencies - (811a80a)

v1.7.2

15 Mar 00:44
Compare
Choose a tag to compare

1.7.2 - 2024-03-15

Bug Fixes

  • Fix DomainReward icon - (a240906)
  • Fix mondstadt name in City - (6280339)

Features

  • (abyss) Add open_time attribute - (911d79a)

Miscellaneous Chores

  • (deps) Update dependencies - (42bed77)

Refactoring

  • [breaking]Change rewards in Domain to DomainReward objects - (a1610c8)

v1.7.1

05 Mar 23:29
Compare
Choose a tag to compare

1.7.1 - 2024-03-05

Features

  • Add fetch_monster_curve method - (dca5bfa)
  • Add new fields to Character and CharacterDetail - (55b1b88)

Miscellaneous Chores

  • (deps) Update dependencies - (224d8fd)

v1.7.0

26 Feb 07:23
Compare
Choose a tag to compare

1.7.0 - 2024-02-26

Bug Fixes

  • Fix blessing not being parsed correctly - (ec801c5)

Features

  • Add AbyssEnemyProperty model - (2f9fe18)
  • Add fetch_abyss_data function - (b4ae2aa)

Miscellaneous Chores

  • (deps) Update dependencies - (7349593)

Refactoring

  • Remove the temporary fixes - (0eb9b34)

Tests

v1.6.1

25 Feb 13:26
Compare
Choose a tag to compare

1.6.1 - 2024-02-25

Bug Fixes

  • Fix not calling start in aenter - (627ef3f)

Documentation

v1.6.0

25 Feb 09:05
Compare
Choose a tag to compare

1.6.0 - 2024-02-25

Documentation

Features

Refactoring

  • [breaking]Make client parameters keyword only - (ab273ee)

Tests

v1.5.0

25 Feb 01:49
Compare
Choose a tag to compare

1.5.0 - 2024-02-25

Continuous Integrations

Features

  • Add cache ttl param to API client - (ca4ad51)
  • Add abyss models - (5c3eac7)
  • Import abyss into model init - (9f13cf6)
  • Replace diskcache with aiohttp-client-cache - (0218fca)

Miscellaneous Chores

  • (deps) Update dependencies - (c44ba52)
  • (ruff) Update config - (7b76cfb)
  • (ruff) Update config - (36473b3)
  • Add pre-commit config - (d8afb2d)

Refactoring

  • Refactor icon url conversion method - (a561f14)
  • Remove unnecessary init file - (a11aec5)
  • [breaking]Rename DataNotFound to DataNotFoundError - (cc27b58)
  • Comply to PEP-585 typing annotation standards - (fcdae84)
  • [breaking]Rename changelog methods and classes - (a9f9ca3)