-
Notifications
You must be signed in to change notification settings - Fork 6
/
CHANGELOG
34 lines (28 loc) · 1.07 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
27
28
29
30
31
32
33
34
0.6.1 2008-11-10
* renamed to amazon_associate
0.6 2008-11-09
* separated the classes in ecs.rb
* filesystem caching available
* more test coverage
0.5.4 2008-10-21
* include Chris Martin's patches
* rename Gem to match Amazon's new name for ECS - Amazon Associates API
* update to git gemspec format
0.5.3 2007-09-12
----------------
* send_request to use default options.
0.5.2 2007-09-08
----------------
* Fixed AmazonAssociate::Element.get_unescaped error when result returned for given element path is nil
0.5.1 2007-02-08
----------------
* Fixed Amazon Japan and France URL error
* Removed opts.delete(:search_index) from item_lookup, SearchIndex param is allowed
when looking for a book with IdType other than the ASIN.
* Check for defined? RAILS_DEFAULT_LOGGER to avoid exception for non-rails ruby app
* Added check for LOGGER constant if RAILS_DEFAULT_LOGGER is not defined
* Added Ecs.configure(&proc) method for easier configuration of default options
* Added Element#search_and_convert method
0.5.0 2006-09-12
----------------
Initial Release