Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 1.04 KB

0.3.3 / 2012-04-15

  • Correct license and copyright.
  • Update references for github.com/phonegap/
  • Test runner (jasmine-node) to 1.1.x for stability.
  • Remove unused dev dependency: express.
  • Provide default error message when server does not respond.

0.3.2 / 2012-01-25

  • Add proxy support.

0.3.1 / 2012-01-10

  • Add usage example for token authentication.
  • Rename project from 'phonegap-build-rest-js' to 'phonegap-build-api-js'.
  • Unpublish NPM modules 'phonegap-build-rest-js'.
  • Publish NPM module 'phonegap-build-api-js'.

0.3.0 / 2012-01-06

  • Fix issue where empty error would cause failure.
  • Add multipart/form-data support.
  • Add file upload support.
  • Support response codes 201 (created) and 202 (accepted).
  • Update README.md with usage examples.

0.2.0 / 2012-12-05

  • Expose API as a public object.
  • NPM no longer registers as a preferred global.

0.1.0 / 2012-11-06

  • Initial release