- Added implementation of OData::Model#update_attributes.
- Added OData::Model.find implementation.
- Added OData::Model::QueryProxy#empty?
- Updated implementation of OData::Model::QueryProxy#is.
- Fixed bug in OData::Model::Associations.create_association_accessors.
- Fixed issued in recording persistence in OData::Model::Persistence#save.
- Fixed issue in OData::Model::Persistence#save not calling underlying OData service correctly.
- Added support for declaring association class_name as a string.
- Updated to work with OData gem version 0.6.0
- Integrated support for OData gem's support for associations
- Lots of changes
- Added validation a property exists for an Entity when setting up its mapping.
- Removed strict dependency on ActiveModel.
- Added
limit_default_selectionsetting to limit default queries to only the supplied properties of a model.
- Added OData::Model::Railtie for Ruby on Rails integration.
- Added
odata_service_nameto private API methods - Added
for_entityas alternative touse_entity_set
- Added bin/odata-model
listcommand lists available EntitySets and their typegeneratecommand generates a boilerplate model class
- Basic model behavior via property mapping and query interface.