mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
24 lines
568 B
Markdown
24 lines
568 B
Markdown
## 0.1.0
|
|
- Remove Nameable dependancy and return the data as the API returns it.
|
|
|
|
## 0.0.9
|
|
- Fix bug with no contributors in response
|
|
|
|
## 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
|
|
|