Releases: readmeio/httpsnippet
Releases · readmeio/httpsnippet
Release list
8.0.0
Note
BREAKING CHANGES: As of this release,@readme/httpsnippetnow 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
- @AdrianMachado made their first contribution in #201
Full Changelog: 7.1.2...8.0.0
7.1.2
7.1.1
7.1.0
7.0.2
7.0.1
7.0.0
What's Changed
- feat: added support for esm by @prisis in #194
- chore(deps): bumping out of date deps by @erunion in #196
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #197
New Contributors
Full Changelog: 6.2.1...7.0.0
6.2.1
6.2.0
6.1.0
What's Changed
- feat(rebase): updating our fork with the latest upstream by @erunion in #180
- chore(deps-dev): bumping out of date deps by @erunion in #181
- Support Restsharp 107 plus by @llimllib in #179
- Reënable integration tests by @llimllib in #184
- Use local httpbin for integration testing by @llimllib in #185
- C# integration tests by @llimllib in #182
- upgrade node image from 14 to 18 by @llimllib in #189
- add golang integration tests by @llimllib in #188
- Add C integration tests by @llimllib in #190
New Contributors
Full Changelog: 6.0.0...6.1.0