- 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) phoet#36
- configurable items are no longer supported, in favor of Hashie::Rash, see upgrading instructions
- Added more methods to simplify accessing certain nodes. (kyletcarlson) phoet#30
- compatibility update phoet#22
- fix handling of multiple BrowseNodes phoet#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 phoet#15
- jruby compatible
- loosen gem dependencies
- fix error when passing nil to config values
- change lookup method - pull request phoet#8
- fix for phoet#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