Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 02:11

Added

  • schedulingService
  • submissionService
  • paymentService
  • fileUploadService
  • 'ELEMENT' based 'NUMERIC' conditional predicates to allow showing a form element based on the numeric value of another form element

Removed

  • [BREAKING] validatePaymentAmount() function. Replaced by paymentService.checkForPaymentEvent()
  • [BREAKING] getContentDisposition() function. Replaced by fileUploadService.getContentDisposition()
  • [BREAKING] replaceCustomValues() function. Moved into submissionService
  • [BREAKING] getElementSubmissionValue() function. Moved into submissionService
  • [BREAKING] conditionalLogicService.evaluateConditionalPredicate() function.
  • [BREAKING] conditionalLogicService.evaluateConditionalOptionsPredicate() function.