Skip to content

Releases: take-kun/mercapi

v0.4.1

16 Apr 19:20
2e613ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...0.4.1

v0.4.0

20 Dec 23:18
2a2ae3a
Compare
Choose a tag to compare

Release 0.4.0

BREAKING CHANGE Changed API of Mercapi.search function. All parameters except for query are now keyword-only.

Features

Fixes

Other

New Contributors

Full Changelog: v0.3.0...v0.4.0

0.3.0

31 Mar 00:09
42fc280
Compare
Choose a tag to compare

Release 0.3.0

BREAKING CHANGE Dropped support for mapping protocol, i.e. accessing response models properties with object['key'] will not work anymore. Migrate to dataclasses.asdict(object)['key'].

Features

  • dataclasses support implemented for response objects (#11)
  • search results (SearchResults) pagination methods (#14)
  • fetching full item details (Item) from seller profile listing (Items/SellerItem)

0.2.2

26 Jan 15:11
326b390
Compare
Choose a tag to compare

Release 0.2.2

Fixes

  • nested lists of ResponseModel objects not included in dictionary casting (#8)

0.2.1

08 Jan 02:13
6cb06fc
Compare
Choose a tag to compare

Release 0.2.1

Fixes

  • nested models not included in dictionary casting (#5)

0.2.0

23 Dec 15:05
v0.2.0
cf5055f
Compare
Choose a tag to compare

Release 0.2.0

Features

  • all data model classes (subclasses of ResponseModel) implement mapping protocol and can be used as dictionaries

Fixes

  • subclasses of ResponseModel properly use typed named tuples for lists of properties

0.1.1

24 Oct 18:26
7553465
Compare
Choose a tag to compare

Initial development release

https://pypi.org/project/mercapi/0.1.1/