mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 15:14:52 +00:00
18 lines
433 B
Markdown
18 lines
433 B
Markdown
## 0.0.8
|
|
- Fix a bug when accessing an empty name via Item
|
|
|
|
## 0.0.7
|
|
- Rename Item#json to Item#hash for consistency
|
|
- Add offer / listing parsing
|
|
|
|
## 0.0.6
|
|
- Handle more date parsing failures.
|
|
- Get width, height, depth and weight from items
|
|
|
|
## 0.0.5
|
|
|
|
- Merged pull request #3 allowing options to be passed into the get_items and get_variations request
|
|
- Merged #4 a bug fix for image_url
|
|
- Added test cases for parsing response
|
|
|