Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

v4.2.2

Choose a tag to compare

@jspaetzel jspaetzel released this 21 Apr 01:21
· 36 commits to master since this release
ea92d0d

This release resolves #102 and adds support for missing FieldTypes.

New FieldType enums:

  • CHECKBOX_MERGED
  • DROPDOWN
  • RADIO
  • TEXT_MERGE

The existing FieldType enums have changed to uppercase as follows:

  • text is now TEXT
  • signature is now SIGNATURE
  • initials is now INITIALS
  • checkbox is now CHECKBOX
  • date_signed is now DATE_SIGNED