Skip to content

v8.34.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 09:44
· 33 commits to main since this release
e32ed35

Added

  • price: add new PricesByZone type (map-based structure) for easier access to prices without reflection
  • service: add new GetPricesByZone function for retrieving price information organized by zone and item name

Deprecated

  • price: deprecate PriceZone and PriceZones types in favor of PricesByZone
  • service: deprecate GetPriceZones function in favor of GetPricesByZone