Skip to content

Latest commit

 

History

History
187 lines (138 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

187 lines (138 loc) · 17.6 KB

Changelog

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.

[v1.8.2] - 2021-04-29

Fixed

  • Fix freeform invite in document.invite

[v1.8.1] - 2021-04-27

Changed

[v1.8.0] - 2021-04-26

Added

v1.7.0 - 2019-12-24

Added

Changed

  • 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

Added

  • 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

Changed

  • 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 to bin directory

Deprecated

  • cancelInvite method in Document class is about to be replaced with cancelFieldInvite to better fit its purpose

v1.5.0 - 2019-08-21

Added

  • 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

Changed

  • 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

Added

  • 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

Changed

v1.3.0 - 2019-08-01

Added

  • 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

Changed

  • Added optional ability to remove original document after template creation in Create Template method

Fixed

  • Made fix of download document bug related to encoding of binary data

v1.2.0 - 2019-07-18

Added

  • 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)

Changed

  • 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

Fixed

  • Made fix of feature bug related to Content-Length header in requests