Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Releases: OpenFn/language-http

v4.0.0

15 Apr 10:55
Compare
Choose a tag to compare

5149780 major version bump
0aaf276 update mocha
650d3aa update deps
fbd9d92 bump deps, fix eaching http ops
dc4982b Merge pull request #33 from OpenFn/dependabot/npm_and_yarn/minimist-1.2.6
615a6c8 Bump minimist from 1.2.5 to 1.2.6

v3.2.0

05 Apr 06:41
Compare
Choose a tag to compare

ab3b4a8 minor version bump
f7b60a2 allow override of configuration.baseUrl by passing full URL with protocol
a1450a5 Merge pull request #30 from OpenFn/dependabot/npm_and_yarn/pathval-1.1.1
8203916 Merge pull request #29 from OpenFn/dependabot/npm_and_yarn/path-parse-1.0.7
0da6aa1 Bump pathval from 1.1.0 to 1.1.1
532e77e Bump path-parse from 1.0.6 to 1.0.7

v3.1.12

16 Feb 15:02
Compare
Choose a tag to compare

e693514 patch version bump
2bf7daf export dateFns
2e1f539 update to language-common@v1.6.2
b1c0af3 Merge pull request #28 from OpenFn/handle_slash
1badf6c added devcontainer
00d0204 added devcontainer, added tests, used regex to handle all 4 cases
bd8b686 handle / in setUrl, #27

v3.1.11

02 Jul 10:29
Compare
Choose a tag to compare

b1b4e6f patch version bump

v3.1.9

19 May 11:12
Compare
Choose a tag to compare

3e03cf3 e0e3d7d update xml parser docs
e0e3d7d update xml parser docs

v3.1.8

19 May 10:24
Compare
Choose a tag to compare

Commits on Mar 31, 2021
@dependabot
Bump y18n from 4.0.0 to 4.0.1 …
51cbaf4
Commits on May 05, 2021
@taylordowns2000
Merge pull request #25 from OpenFn/dependabot/npm_and_yarn/y18n-4.0.1 …
23e2b57
Commits on May 19, 2021
@taylordowns2000
update package.json and include 'combine' from common
5c16110
@taylordowns2000
Merge branch 'master' of github.com:OpenFn/language-http
31633e5

Update inline docs

15 Feb 10:20
Compare
Choose a tag to compare

No new functionality. Juste replacing @function with @constructor.

Update docs for common

11 Feb 08:40
Compare
Choose a tag to compare

Bumped the common version; no functionality changes but provides inline documentation for common helpers.

Array responses are not modified unless keepCookie is used

06 Feb 07:01
Compare
Choose a tag to compare

keepCookie guarantees an object as state.data for nextState... it normally spreads the response data and adds a __headers and __cookie key, but if the response data is an array it will be placed into the body key for state.data.

body is the place that all non-standard JSON get's put when composing next state.

state.data may be an object, and array, or a string (because it's using some non-supported language, usually) tucked into body: "<html>...

Selective expansion from new language-common

05 Feb 13:46
Compare
Choose a tag to compare

Smoothing out issues with non-expandable parameters