Skip to content

Releases: readmeio/httpsnippet

8.1.4

08 Nov 17:03
Compare
Choose a tag to compare

Full Changelog: 8.1.3...8.1.4

8.1.3

02 Nov 20:19
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-node from 3 to 4 by @dependabot in #208
  • chore(deps-dev): bump the minor-development-deps group with 2 updates by @dependabot in #209
  • fix: node axios installation instructions by @erunion in #210

Full Changelog: 8.1.2...8.1.3

8.1.2

25 Oct 22:39
Compare
Choose a tag to compare

Full Changelog: 8.1.1...8.1.2

8.1.1

25 Oct 22:35
Compare
Choose a tag to compare

Full Changelog: 8.1.0...8.1.1

8.1.0

25 Oct 22:29
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump undici from 5.24.0 to 5.26.3 by @dependabot in #204
  • chore(deps-dev): bump @babel/traverse from 7.21.5 to 7.23.2 by @dependabot in #205
  • feat: creation of a new interface for combined target + client installation by @erunion in #206
  • feat: client config for documenting installation instructions by @erunion in #207

Full Changelog: 8.0.1...8.1.0

8.0.1

09 Oct 17:58
Compare
Choose a tag to compare

Full Changelog: 8.0.0...8.0.1

8.0.0

07 Oct 18:42
Compare
Choose a tag to compare

Note
BREAKING CHANGES: As of this release, @readme/httpsnippet now requires Node 18 or greater.

Also note that this library is now async:

const snippet = new HTTPSnippet(harObject);
- snippet.convert('shell', 'curl');
+ await snippet.convert('shell', 'curl');

What's Changed

  • feat: dropping support for node 16 + esm compat by @erunion in #198
  • feat: dropping support for non-native FormData implementations by @erunion in #199
  • chore(deps-dev): bump the minor-development-deps group with 2 updates by @dependabot in #200
  • Fix default http client by @AdrianMachado in #201
  • chore(deps-dev): bump the minor-development-deps group with 7 updates by @dependabot in #202
  • chore(deps-dev): bump postcss from 8.4.29 to 8.4.31 by @dependabot in #203

New Contributors

Full Changelog: 7.1.2...8.0.0

7.1.2

11 Sep 16:40
Compare
Choose a tag to compare

Full Changelog: 7.1.1...7.1.2

7.1.1

08 Sep 23:13
Compare
Choose a tag to compare

Full Changelog: 7.1.0...7.1.1

7.1.0

08 Sep 21:36
Compare
Choose a tag to compare

Full Changelog: 7.0.2...7.1.0