Skip to content

Releases: readmeio/httpsnippet

8.0.0

Choose a tag to compare

@erunion erunion released this 07 Oct 18:42

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

Choose a tag to compare

@erunion erunion released this 11 Sep 16:40

Full Changelog: 7.1.1...7.1.2

7.1.1

Choose a tag to compare

@erunion erunion released this 08 Sep 23:13

Full Changelog: 7.1.0...7.1.1

7.1.0

Choose a tag to compare

@erunion erunion released this 08 Sep 21:36

Full Changelog: 7.0.2...7.1.0

7.0.2

Choose a tag to compare

@erunion erunion released this 08 Sep 21:15

Full Changelog: 7.0.1...7.0.2

7.0.1

Choose a tag to compare

@erunion erunion released this 08 Sep 21:15

Full Changelog: 7.0.0...7.0.1

7.0.0

Choose a tag to compare

@erunion erunion released this 08 Sep 19:15

What's Changed

New Contributors

Full Changelog: 6.2.1...7.0.0

6.2.1

Choose a tag to compare

@erunion erunion released this 30 Jun 19:06

Full Changelog: 6.2.0...6.2.1

6.2.0

Choose a tag to compare

@erunion erunion released this 30 Jun 16:20

What's Changed

Full Changelog: 6.1.0...6.2.0

6.1.0

Choose a tag to compare

@erunion erunion released this 26 Jun 21:53

What's Changed

New Contributors

Full Changelog: 6.0.0...6.1.0