Releases: readmeio/httpsnippet
Releases · readmeio/httpsnippet
8.1.4
Full Changelog: 8.1.3...8.1.4
8.1.3
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
Full Changelog: 8.1.1...8.1.2
8.1.1
Full Changelog: 8.1.0...8.1.1
8.1.0
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
Full Changelog: 8.0.0...8.0.1
8.0.0
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
- @AdrianMachado made their first contribution in #201
Full Changelog: 7.1.2...8.0.0
7.1.2
Full Changelog: 7.1.1...7.1.2
7.1.1
Full Changelog: 7.1.0...7.1.1
7.1.0
Full Changelog: 7.0.2...7.1.0