History.txt in googleajax-0.2.0 vs History.txt in googleajax-1.0.0

- old
+ new

@@ -1,4 +1,15 @@ +=== 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) \ No newline at end of file