Sha256: 4987ef005e95f90da812d185dfa9aa150843a476da9bbf60af1b5d8a675c8801
Contents?: true
Size: 1.18 KB
Versions: 2
Compression:
Stored size: 1.18 KB
Contents
=== 1.0.0 / 2009-12-17 * Incompatible changes: * Returns Hashes instead of OpenStruct by default (require googleajax/as_open_struct if you need OpenStruct) * Indices are symbols with underscores instead of camelcased string, (e.g. :estimated_count instead of "estimatedCount") * Values are converted automatically for Floats, Integers and true and false. * translate accepts :english, :french, etc... as source or destination languages in addition to the language codes * Much more flexible structure. === 0.2.0 / 2009-11-17 * New features: * results can use [] and []= for lookup and seting * allows results to be open structs (default) or hash (by requiring 'googleajax/as_hash' instead) * bug fixes: * Search.web(...).count now returns an int, not a string * many calls were not passing the args argument to #get * Feed.load used to return an open struct with only one method called 'feed' that was a hash. It now returns the feed correctly. * Behind the scene changes: * specs * shorter, cleaner code * links to google api doc in rdoc * most classes are now modules * small optimizations * All #get now requires arg (see bug fix) === 0.1.0 / 2008-05-19 * Initial Release
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
googleajax-1.0.1 | History.txt |
googleajax-1.0.0 | History.txt |