CHANGELOG.rdoc in ruby_odata-0.0.7 vs CHANGELOG.rdoc in ruby_odata-0.0.8

- old
+ new

@@ -1,38 +1,46 @@ -= ruby_odata Change Log - -=== 0.0.1 -* New Features - * Basic CRUD Operations - * Query Enhancement: Filters - * Query Enhancement: Expands - -=== 0.0.2 -* New Features - * Query Enhancement: Order By (both desc and asc) - -=== 0.0.3 -* Bug Fixes - * Rearranged code to match the gem name. Things were mismatched between odata_ruby and ruby_odata. - -=== 0.0.4 -* New Features - * Query Enhancement: skip - * Query Enhancement: top - * Ability to perform paging using skip and top together - * Updated README with examples for order_by, skip, and top - -=== 0.0.5 -* Bug Fixes - * Works with Ruby 1.9.1 - * Works with ActiveSupport 3.0.0.beta4 - -=== 0.0.6 -* New Features - * Ability to batch saves (Adds, Updates, Deletes); this will help save on network chatter - -=== 0.0.7 -* New Features - * Complex Types are now supported - * Support for Edm.Int16, Edm.Int32, Edm.Int64 - * Support for Edm.Decimal - * Support for Edm.DateTime \ No newline at end of file += ruby_odata Change Log + +=== 0.0.1 +* New Features + * Basic CRUD Operations + * Query Enhancement: Filters + * Query Enhancement: Expands + +=== 0.0.2 +* New Features + * Query Enhancement: Order By (both desc and asc) + +=== 0.0.3 +* Bug Fixes + * Rearranged code to match the gem name. Things were mismatched between odata_ruby and ruby_odata. + +=== 0.0.4 +* New Features + * Query Enhancement: skip + * Query Enhancement: top + * Ability to perform paging using skip and top together + * Updated README with examples for order_by, skip, and top + +=== 0.0.5 +* Bug Fixes + * Works with Ruby 1.9.1 + * Works with ActiveSupport 3.0.0.beta4 + +=== 0.0.6 +* New Features + * Ability to batch saves (Adds, Updates, Deletes); this will help save on network chatter + +=== 0.0.7 +* New Features + * Complex Types are now supported + * Support for Edm.Int16, Edm.Int32, Edm.Int64 + * Support for Edm.Decimal + * Support for Edm.DateTime + +=== 0.0.8 +* New Features + * Basic HTTP Authentication (thanks J.D. Mullin)\ + * Modified cucumber tests to setup the test database so you no longer need to copy them yourself +* Bug Fixes + * ActiveSupport 2.3.x (tested 2.3.11) and 3.0.x (tested 3.0.4) are now supported + * Works with Ruby 1.9.2