Skip to content

Releases: oneblink/sdk-node-js

v2.0.0

22 Feb 23:33
Compare
Choose a tag to compare

Added

  • disallowApprovingWhenAwaitingClarification to approvalConfiguration

Updated

v1.0.2

16 Feb 04:13
Compare
Choose a tag to compare

Removed

isInfoPage prop from Forms

Updated

  • Validation for TRIM to optionally require location and actionDefinition

v1.0.1

12 Dec 03:21
Compare
Choose a tag to compare

Added

  • timezone to Organisation

v1.0.0

14 Nov 21:55
Compare
Choose a tag to compare

Changed

  • BREAKING drop support for NodeJS 12
  • FormsApps.verifyJWT() to use cognito directly

Removed

  • (new FormsApps()).verifyJWT() instance function

Dependencies

v0.19.17

08 Nov 00:08
Compare
Choose a tag to compare

Changed

  • verifyJWT to call API instead of using cognito

Dependencies

v0.19.16

02 Nov 00:08
Compare
Choose a tag to compare

Added

  • getSubmissionAttachmentMeta to Forms class

v0.19.15

26 Oct 00:29
Compare
Choose a tag to compare

Changed

  • test environment domains to .test.

v0.19.14

19 Oct 04:44
Compare
Choose a tag to compare

Added

  • form events and post submission actions to exports

v0.19.13

27 Sep 00:11
Compare
Choose a tag to compare

Changed

  • Preset Response Keys to be unique

Added

  • autoDenyAfterClarificationRequest to approvalConfiguration on form validation

v0.19.12

13 Sep 03:09
Compare
Choose a tag to compare

Added

  • secret validation to serverValidation prop on form
  • isValid property to searchSubmissions params
  • approvalConfiguration property to Form
  • DataManager class

Dependencies