- drop SCHash and convert keys using activesupport
- use the http.rb gem instead of HTTPI adapter
- changes from Hashie::Rash to Hashie::SCHash, because Hashie added its own Rash class that conflicted with the Rash gem.
- get rid of OpenSSL deprecation (davelacy) #36
- configurable items are no longer supported, in favor of Hashie::Rash, see upgrading instructions
- Added more methods to simplify accessing certain nodes. (kyletcarlson) #30
- compatibility update #22
- fix handling of multiple BrowseNodes #20
- remove built-in support for Hashie::Rash
- relax and update gem dependencies
- add requirement to associate_tag in configuration
- update to latest API changes
- use confiture for configuration
- implement SimilarityLookup #15
- jruby compatible
- loosen gem dependencies
- fix error when passing nil to config values
- change lookup method - pull request #8
- fix for #7
- move client to own file
- use autoload
- support for Hashie::Rash
- new method browse_node
- add configuration option for item/cart class
- add more functionality to item class
- added cart operations
- added yml configuration
- add search_keywords method
- open up search method to be more flexible
- rails initializer configuration
- rpsec for tests
- add logger
- use HTTPI as HTTP-adapter
- use bundler for dependencies