Skip to content

Releases: Dedac/RestDataMappingPicklist

0.4.0

22 Aug 16:26
a6be980
Compare
Choose a tag to compare

Fixes a bug sending non-string values to the Rest Service

0.3.7

01 Aug 19:59
Compare
Choose a tag to compare

Updated several packages and fixed an issue where the error icon might not show up.

0.3.3

19 Nov 05:52
cfaec9c
Compare
Choose a tag to compare
  • Updated some package dependencies to more recent versions
  • You can now use dynamic values from form field values when building the rest url
    • { "id":"$(Custom.YourField)" } will produce rest-service-url?id=38443279
    • { "id":"$(Custom.YourField)", "Title":"staticstring$(System.Title)" } will produce rest-service-url?id=384&Title=staticstringYourWorkItemTitle

v0.2.7

10 Aug 17:58
Compare
Choose a tag to compare

Adds additional error handling output to the console, and stops the loading spinner.
Removed the placeholder from the drop down that could cause some browsers to have display issues
Package security updates

0.1.1

28 Nov 05:51
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

First Release - needs more testing and a lot of documentation