forked from codyfauser/ebay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
26 lines (26 loc) · 1.47 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# * Fix the money node to add the item amount as a float in dollars
# * Update to eBay XML Schema Version 529
# * Update to eBay XML Schema Version 517
# * Update the end_item example to include the ending reason
# * Update the Rakefile to include the examples, set version 0.10.2
# * Update to eBay XML Schema Version 513
# * Ensure that nil values aren't used as headers in the HTTP request
# * Update to eBay XML Schema Version 511
# * Tweak modification to xsl stylesheets
# * Add an example for get_search_results with pagination
# * Release 0.10.0
# * Update the documentation for better navigation. Provide links to official documentation. Don't use method_missing anymore
# * Add eBay documentation from the schema into the RDoc. Generate method calls for all API calls so they are documented
# * Update to Schema version 503
# * Remove unused code. Remove dependency on Active Support for regular usage. Don't extend built in String and Hash types.
# * Update to schema version 501. Beware, all deprecated calls have been removed
# * Release 0.9.4
# * Fix get_product_finder_xsl. eBay returns the wrong case of XSL in the response element
# * Release 0.9.3
# * Actually use the auth_token, call super on method_missing when the API call isn't found
# * Fix overriding the default site_id and auth_token when constructing the Api
# * Make Gem work with edge Rails
# * Update to schema version 491
# * Improve RDoc documentation
# * Updated to eBay schema version 487
# * Updated the README