Releases: MyUnisoft/httpie
Releases · MyUnisoft/httpie
v1.5.0
What's Changed
- Use
@nodesecure/eslint-config
instead of@myunisoft/eslint-config
because the package is stored in a private registry (so only available and working for myunisoft employees). - Update dependencies (one major release on LRU-cache and few minor for undici).
- Export more of the Undici types and class (like FormData, Headers etc). Could be useful to use fetch for example.
- Complete CustomHttpieAgent with
MockAgent
andProxyAgent
type. - Fixing a regression with one of the test (the endpoint response has changed).
Full Changelog: v1.4.1...v1.5.0