smartsheet
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "smartsheet", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Smartsheet JavaScript client SDK", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -141,17 +141,2 @@ # Smartsheet SDK for JavaScript [![Build Status](https://travis-ci.org/smartsheet-platform/smartsheet-javascript-sdk.svg?branch=master)](https://travis-ci.org/smartsheet-platform/smartsheet-javascript-sdk) [![Coverage Status](https://coveralls.io/repos/github/smartsheet-platform/smartsheet-javascript-sdk/badge.svg?branch=master)](https://coveralls.io/github/smartsheet-platform/smartsheet-javascript-sdk?branch=master) [![npm version](https://badge.fury.io/js/smartsheet.svg)](https://badge.fury.io/js/smartsheet) | ||
Each specific release is available for download via [GitHub](https://github.com/smartsheet-platform/smartsheet-javascript-sdk/tags). | ||
**v1.0.0 (October 2017)** | ||
Full 1.0.0 release | ||
**v1.0.0-beta.0 (October 2017)** | ||
Beta release of the Smartsheet SDK for JavaScript | ||
* **Major Change**: The previous release supported attaching URLs to Smartsheet objects, but not files. This release allows the attachment of files through new methods. | ||
* `sheets.addFileAttachment`, `sheets.addCommentFileAttachment`, and `sheets.addRowFileAttachment` are new endpoints that allow for the attachment of files. | ||
* `sheets.addUrlAttachment`, `sheets.addCommentUrlAttachment`, and `sheets.addRowUrlAttachment` are the new, recommended methods for attaching URLs. | ||
* `sheets.addAttachment`, `sheets.addCommentAttachment`, and `sheets.addRowAttachment` still work as before, permitting URL attachments; these methods are not recommended, and may be deprecated in the future. | ||
**v0.0.1-beta (Aug 12, 2015)** | ||
Initial Release of the Smartsheet SDK for JavaScript | ||
*Note*: Minor changes that result in a patch version increment in NPM (such as updates to the README) will not be tagged as a Release in GitHub. | ||
Each specific release is available documented here: [GitHub](https://github.com/smartsheet-platform/smartsheet-javascript-sdk/tags) |
81388
142