All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fix freeform invite in
document.invite
- Updated CHANGELOG.md
- Implemented Create embedded signing invites for a document without sending emails. feature. See gow to apply it in Documentation, Short example, Full example, CLI applet.
- Implemented Create a link for the embedded invite. feature. See gow to apply it in Documentation, Short example, Full example, CLI applet.
- Implemented Delete embedded invites for a document. feature. See gow to apply it in Documentation, Short example, Full example, CLI applet.
v1.7.0 - 2019-12-24
- Implemented Document Signers feature. See gow to apply it in Documentation, Short example, Full example, CLI applet.
- Implemented View Template Routing Details feature. See how to apply it in Documentation, Short example, Full example, CLI applet.
- Implemented Update Template Routing Details feature. See how to apply it in Documentation, Short example, Full example, CLI applet.
- Implemented Download Document Group feature. See how to apply it in Documentation, Short example, Full example of zipped download, Full example of merged download, CLI applet.
- Implemented Send Verification Email feature. See how to utilize it in README and CLI applet.
- Implemented Send Verification Email feature. See how to apply it in Documentation, Short example, Full example, CLI applet.
- Implemented Cancel Document Group Invite feature. See how to apply it in Documentation, Short example, Full example, CLI applet.
- Added optional abilities to send verification email or start 30 days free trial in Create User feature.
- Added ability to set phone number into Create User feature.
- Added for View Template Routing Details feature a CLI Applet.
- Added optional ability to download document archived in zip for Download Document feature. See how to apply it in Short example, Full example, CLI applet.
v1.6.0 - 2019-09-24
- Implemented Cancel Free Form Invite feature with documentation and example in README
- Created CLI Applet for Cancel Free Form Invite feature
- Implemented Cancel Field Invite feature with documentation and example in README
- Created CLI Applet for Cancel Field Invite feature
- Implemented View Document Group Template feature with documentation and example in README
- Created CLI Applet for View Document Group Template feature
- Implemented View Document Group feature with documentation and example in README
- Created CLI Applet for View Document Group feature
- Implemented Create Invite to Sign Document Group Template feature with documentation and example in README
- Created CLI Applet for Create Invite to Sign Document Group Template feature
- Documented Share Document feature in Document class
- Created Applet for testing of creation download link with Share Document method
- Added promisify utility to common utilities with usage example
role_id
parameter in signer configurations of Create Document Field Invite feature made optional for easier invite creation- Added optional ability to download document with history in Download Document feature
- Updated documentation of Download Document feature
- Updated example of Download Document feature utilization in README
- Added handling of specific 404 error response from API
- Removed validation for existing signatures and free from invites of documents intended for Document Group creation
- Changed internal implementation of
cancelInvite
method in Document class to use new Cancel Field Invite feature under the hood - Updated the example of Cancel Field Invite feature usage
- Added optional ability to cancel document invites during deletion in Remove Document feature
- Applied promisify utility to CLI applets
- Added links to CLI applets and full examples into README
- Moved CLI applets from
samples/applets
tobin
directory
cancelInvite
method in Document class is about to be replaced withcancelFieldInvite
to better fit its purpose
v1.5.0 - 2019-08-21
- Implemented Refresh Access Token method with documentation and example in README
- Implemented Remove Template method with documentation and example in README
- Updated documentation with Get Document History feature description
- Implemented Create Document Group Template feature with documentation and example in README
- Created Applet for testing creating of document group template with Create Document Group Template method
- Implemented Create Document Group Invite feature with documentation and example in README
- Created Applet for testing creating of document group invite with Create Document Group Invite method
- Added validation in Create Signing Link method: a document must have at least one role that does not have a fixed e-mail to create an invite link
- Added optional ability to remove original documents after merging documents in Merge Documents feature
- Updated example of merging documents in README
v1.4.0 - 2019-08-08
- Implemented Document Group Create method with ability to create document group
- Documented documentGroup methods
- Documented link methods
- Added example of Create Document Group into README
- Added example of Create Signing Link usage into README
- Created Applet for testing creating of document group with Create Document Group method
- Created Applet for testing creation of url signing link with Create Signing Link method
- Created Applet for verifying access token with Verify Access Token method
- Created Applet for testing getting a detailed information about user with Retrieve User Info method
- Created Applet for testing getting a document list of specific user with Retrieve User Document List method
v1.3.1 - 2019-08-01
- Updated README
v1.3.0 - 2019-08-01
- Implemented Remove Document method
- Added example how to utilize Remove Document method into README
- Implemented Template Invite method with ability to send field and freeform invites
- Added examples of Template Field Invite and Template Freeform Invite into README
- Documented template methods
- Extended the description of update method in document module
- Created Applet for testing Upload Document with Field Extraction method
- Created Applet for testing View Document method
- Created Applet for testing Download Document method
- Created Applet for testing Remove Document method
- Created Applet for testing Create Template method
- Created Applet for testing field invite with Template Invite method
- Created Applet for testing freeform invite with Template Invite method
- Added optional ability to remove original document after template creation in Create Template method
- Made fix of download document bug related to encoding of binary data
v1.2.0 - 2019-07-18
- Added
.odt
,.rtf
,.jpg
,.jpeg
,.gif
,.bmp
,.xml
,.xls
,.xlsx
,.ppt
,.pptx
to the list of acceptable file formats for document uploading - Generated and deployed API Reference for API Client
- Added example of Creating Field Invite in README
- Documented user methods
- Documented oauth2 methods
- Partially documented document methods
- Created Applet for testing Create User method
- Created Applet for testing Request Token method
- Created Applet for testing Create Document method
- Created Applet for testing Update Document method
- Created Applet for testing Creation of Field Invite with Document Invite method
- Created Applet for testing Creation of Freeform Invite with Document Invite method
- Added Change Log
- Added License
- Integrated code linter (ESLint)
- Integrated doc generator (ESDoc)
- Updated examples, links and contact information in README
- Created and applied common request options builder
- Created and applied common response handler builder
- Created and applied common error handler builder
- Made fix of feature bug related to
Content-Length
header in requests