You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,32 @@ All notable changes to this project will be documented in this file.
4
4
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
5
5
6
6
## [Unreleased]
7
+
More information later on.
8
+
9
+
## [3.0.0] - 2017-03-10
10
+
### BREAKING
11
+
- The SDK now supports the**Full and latest DocuSign API support**(17.1.00.00). NO MORE OMITTED ENDPOINTS.
12
+
-**Getter and setter methods of all models' fields were removed.** Direct access to models' fields is now required. See the code snippet in README.md and test/SdkUnitTests.js for example.
13
+
- Added optional `opts` to several methods across different APIs. Old client code might need to be updated prior to using 3.0.0 and above.
14
+
- Methods that accept optional parameters, defined as `opts`, now accept plain javascript objects only. For instance AuthenticationApi.login({'api_password': true}) will return a fake password that can be used in subsequent API calls instead of the original password.
15
+
16
+
### Removed
17
+
- All Optional data structures that were used as optional parameters for some API methods (in the form of**Docusign.XxxApi.doSomethingOptions**). Use javascript plain objects instead.
18
+
7
19
### Added
8
-
- More test cases.
20
+
-**Complete and proper SDK [Documentation](http://docusign.github.io/docusign-node-client/module-index.html), including detailed information and links about all modules and methods of the SDK.**
21
+
- New test case: create a DocuSign template.
22
+
23
+
### Fixed
24
+
- Issue [`#52`](https://github.com/docusign/DocuSign-Node-Client/issues/52): TypeError: self.envelopeTemplateDefinition.constructFromObject is not a function.
9
25
10
26
### Changed
11
27
- Updated the package with the latest API release.
12
28
13
29
## [2.1.0] - 2017-01-24
14
30
### Added
15
31
- Documentation about several Authentication methods supported by DocuSign API.
16
-
32
+
- Changelog to keep track of release highlights.
17
33
### Changed
18
34
- Support for DocuSign Core release 16.1.00.00.
19
35
- Code snippet to use base URL from the login call. Required for integrations when they go live.
@@ -180,7 +289,12 @@ The url for the Userinfo method is account-d.docusign.com for the demo/developer
180
289
Testing
181
290
=======
182
291
183
-
Unit tests are available in the [Test](./test) folder.
292
+
Unit tests are available in the [Test](https://github.com/docusign/docusign-node-client/tree/master/test) folder.
293
+
294
+
Contributing
295
+
============
296
+
297
+
**This SDK is auto-generated from OpenAPI specification file. For that reason, we actually do NOT accept pull requests. If you find a bug or have an idea that you want to see in the SDK, please open a new [issue](https://github.com/docusign/docusign-node-client/issues/new).**
184
298
185
299
Support
186
300
=======
@@ -192,10 +306,6 @@ License
192
306
193
307
The DocuSign Node Client is licensed under the following [License](LICENSE).
194
308
195
-
Notes
196
-
=======
197
-
198
-
This version of the client library does not implement all of the DocuSign REST API methods. The current client omits methods in the Accounts, Billing, Cloud Storage, Connect, Groups (Branding), and Templates (Bulk Recipients) categories. The client's methods support the core set of use cases that most integrations will encounter. For a complete list of omitted endpoints, see [Omitted Endpoints](./omitted_endpoints.md).
0 commit comments