Skip to content

8.0.0

Compare
Choose a tag to compare
@erunion erunion released this 07 Oct 18:42
· 73 commits to main since this release

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