Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

Latest commit

 

History

History
98 lines (73 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

98 lines (73 loc) · 3.62 KB

Changelog

Not released

0.7.1

  • Allow sfdc_client to be set. (#92)

0.7.0

  • Rails4-style conditional has_many associations (Dan Olson)
  • Add #includes query method to eager load has_many association. (Dan Olson)
  • Add #includes query method to eager load belongs_to association. (#65)
  • SObject#destroy method.

0.6.1

  • Fix missing require of 'restforce'. Now clients don't need to add an initializer.

0.6.0

0.5.0

0.4.2

0.3.2

  • Fixed gemspec.

0.3.1

  • Create different classes for associations. (#4)
  • Big refactor on has_many association. (Armando Andini)
  • Add a lot of specs and refactors. (Armando Andini)
  • Add a Finders module. (Armando Andini)
  • Add fist and last method to SObject.

0.2.0

  • Add belogns_to and has_many associations.
  • Changed when the SOQL query is sent to the client.
  • Add join method to query to use associtations.

0.1.0

  • Add query builder object to chain conditions.
  • Update update and create methods.
  • Add Campaing standard table name.

0.0.6.alfa

  • ActiveForce::SObject#table_name is auto populated using the class name. It adds "__c" to all non standard types.