jsforce

Salesforce API Library for JavaScript applications (both on Node.js and web browser)

MIT License

Downloads
3.3M
Stars
1.3K
Committers
82

Bot releases are hidden (Show)

jsforce - 0.6.4 (Dec 5, 2013)

Published by stomita about 10 years ago

  • Add Topic#unsubscribe for unsubscribing from a topic in Streaming API.
jsforce - 0.7.0 (Dec 11, 2013)

Published by stomita about 10 years ago

  • Support Analytics API and Tooling API.
  • Add Connection#queryAll to include deleted/archived records in query.
  • Add Connection#recent to fetch recently viewed record information.
  • Add RecordReference#blob(fieldName) to access blob in a record field.
  • Fix installation issue in Windows environment.
jsforce - 0.7.1 (Dec 19, 2013)

Published by stomita about 10 years ago

  • Support SObject get updated/deleted.
jsforce - 0.7.2 (Jan 16, 2014)

Published by stomita about 10 years ago

  • Removed unneeded files in npm-published package.
jsforce - 0.8.0 (Jan 22, 2014)

Published by stomita about 10 years ago

  • Support Chatter API.
  • Support Metadata API.
jsforce - 1.0.0 (Jan 30, 2014)

Published by stomita about 10 years ago

  • Renamed the project from "Node-Salesforce" to "JSforce".
  • Support running web browser environment.
  • Enhanced CLI to allow OAuth2 authorization and keep connection info in local file registry.
  • Support retrieving user identity information by Connection#identity().
jsforce - 1.0.1 (Feb 13, 2014)

Published by stomita about 10 years ago

  • Enabled HTTP proxy when environment variable 'HTTP_PROXY' is available.
jsforce - 1.0.2 (Feb 17, 2014)

Published by stomita about 10 years ago

  • Added web browser client utility in jsforce.browser object.
  • Added SObject#recent() to get recent record items only in target SObject.
  • Moved examples, api docs from README to http://jsforce.github.io/
jsforce - 1.1.0 (Feb 19, 2014)

Published by stomita about 10 years ago

  • Added Salesforce Canvas environment support (requires canvas-all.js)
jsforce - 1.1.1 (Mar 10, 2014)

Published by stomita about 10 years ago

  • Fix web browser client login sequence to work in mobile safari
jsforce - 1.1.2 (Mar 17, 2014)

Published by stomita about 10 years ago

  • Check Metadata#deploy() zipInput argument type to raise error properly when unexpected input comes.
  • Enable switching default login server URL in REPL by ".use" command.
  • Enable option to delegate refresh token process to outer function (supposing Salesforce Hybrid SDK)
jsforce - 1.2.0 (May 15, 2014)

Published by stomita about 10 years ago

  • Add Metadata#read() method to read metadata info in CRUD method
  • Change existing asyncronous CRUD method names of Metadata API to Metadata#createAsync(), Metadata#updateAsync(), Metadata#deleteAsync(), as synchronous APIs are introduced in Metadata API in Spring'14
  • Change default API ver. to 30.0
  • Fix all errors in asynchronous callback function to raise up to top without being catched in promise chain.
jsforce - 1.2.1 (Sep 2, 2014)

Published by stomita about 10 years ago

  • Fix bug in response result format in Firefox browsers
  • Support new SOQL literals like LAST_N_WEEKS, NEXT_N_WEEKS, LAST_N_MONTHS, NEXT_N_MONTHS.
  • Add ability to specify custom headers in CRUD calls
Package Rankings
Top 0.88% on Npmjs.org
Top 24.05% on Repo1.maven.org
Top 5.0% on Bower.io
Related Projects