@oneblink/sdk
Advanced tools
Comparing version 0.2.8-beta.6 to 0.2.8
@@ -5,7 +5,9 @@ # Changelog | ||
## 0.2.8 (2019-05-23) | ||
### Added | ||
- ON-4090 # added `form` and `infoPage` element types | ||
- ON-4098 # Strip out unwanted properties from form elements | ||
- [`FormsApps`](./docs/forms-apps.md) class | ||
- ON-4090 # added `form` and `infoPage` element types | ||
- ON-4098 # Strip out unwanted properties from form elements | ||
- [`FormsApps`](./docs/forms-apps.md) class | ||
@@ -16,4 +18,4 @@ ## 0.2.7 (2019-05-06) | ||
- ON-4044 # added `validateForm()` function for validating a form schema | ||
- ON-4039 # added `generateFormElement()` function for generating & validating a form element | ||
- ON-4044 # added `validateForm()` function for validating a form schema | ||
- ON-4039 # added `generateFormElement()` function for generating & validating a form element | ||
@@ -24,11 +26,11 @@ ## 0.2.6 (2019-03-14) | ||
- `Jobs` class with `createJob()` and `deleteJob()` functions | ||
- `Jobs` class with `createJob()` and `deleteJob()` functions | ||
### Dependencies | ||
- update [aws-sdk](https://www.npmjs.com/package/aws-sdk) to [2.400.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.400.0) (from [2.336.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.336.0)) | ||
- update [aws-sdk](https://www.npmjs.com/package/aws-sdk) to [2.400.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.400.0) (from [2.336.0](https://github.com/aws/aws-sdk-js/releases/tag/v2.336.0)) | ||
- update [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) to [8.4.0](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) (from [8.3.0](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)) | ||
- update [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) to [8.4.0](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) (from [8.3.0](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)) | ||
- depend upon [joi](https://www.npmjs.com/package/joi) [14.3.1](https://github.com/hapijs/joi/blob/master/CHANGELOG.md) | ||
- depend upon [joi](https://www.npmjs.com/package/joi) [14.3.1](https://github.com/hapijs/joi/blob/master/CHANGELOG.md) | ||
@@ -39,3 +41,3 @@ ## 0.2.5 (2018-01-14) | ||
- Changed `generateFormUrl()` function to get hostname via `appId` | ||
- Changed `generateFormUrl()` function to get hostname via `appId` | ||
@@ -46,3 +48,3 @@ ## 0.2.4 (2018-10-24) | ||
- `forms.generateSubmissionDataUrl()` function | ||
- `forms.generateSubmissionDataUrl()` function | ||
@@ -53,3 +55,3 @@ ## 0.2.3 (2018-10-17) | ||
- `forms.getForm()` function | ||
- `forms.getForm()` function | ||
@@ -60,4 +62,4 @@ ## 0.2.2 (2018-09-25) | ||
- `Organisations` classes | ||
- `Keys` class | ||
- `Organisations` classes | ||
- `Keys` class | ||
@@ -68,7 +70,7 @@ ## 0.2.1 (2018-09-04) | ||
- Pre filled data argument to `forms.generateFormUrl()` function | ||
- Pre filled data argument to `forms.generateFormUrl()` function | ||
### Fixed | ||
- Path of forms renderer URL to match `/forms/{formId}` | ||
- Path of forms renderer URL to match `/forms/{formId}` | ||
@@ -79,3 +81,3 @@ ## 0.2.0 (2018-08-07) | ||
- `forms.generateFormUrl(formId, externalId)` to return a promise that will resolve with the same value as before | ||
- `forms.generateFormUrl(formId, externalId)` to return a promise that will resolve with the same value as before | ||
@@ -86,14 +88,14 @@ ## 0.1.0 (2018-07-11) | ||
- `isAuthenticated` search parameter to Forms `search()` function | ||
- `name` search parameter to Forms `search()` function | ||
- `isAuthenticated` search parameter to Forms `search()` function | ||
- `name` search parameter to Forms `search()` function | ||
### Removed | ||
- `organisationId` search parameter from Forms `search()` function | ||
- `organisationId` search parameter from Forms `search()` function | ||
### Dependencies | ||
- update [aws-sdk](https://www.npmjs.com/package/aws-sdk) to [2.272.1](https://github.com/aws/aws-sdk-js/releases/tag/v2.272.1) (from [2.251.1](https://github.com/aws/aws-sdk-js/releases/tag/v2.251.1)) | ||
- update [aws-sdk](https://www.npmjs.com/package/aws-sdk) to [2.272.1](https://github.com/aws/aws-sdk-js/releases/tag/v2.272.1) (from [2.251.1](https://github.com/aws/aws-sdk-js/releases/tag/v2.251.1)) | ||
- update [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) to [8.3.0](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) (from [8.2.2](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)) | ||
- update [jsonwebtoken](https://www.npmjs.com/package/jsonwebtoken) to [8.3.0](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) (from [8.2.2](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)) | ||
@@ -100,0 +102,0 @@ ## 0.0.1 (2018-06-13) |
{ | ||
"name": "@oneblink/sdk", | ||
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS", | ||
"version": "0.2.8-beta.6", | ||
"version": "0.2.8", | ||
"bugs": { | ||
@@ -6,0 +6,0 @@ "url": "https://github.com/blinkmobile/oneblink-sdk-js/issues" |
88564