Releases: amoutonbrady/tiny-http
Releases · amoutonbrady/tiny-http
Release list
Initial release
Changelog
0.3.0 (2020-09-22)
Added
- ✨ Adding real resolver & catcher + differenciate json from responseType [b87e01f]
- ✨ Add tests + improve API [72c96f7]
- 🎉 Initial commit [1acd24c]
Changed
- 🎨 ✨ Refactor code and adding missing HTTP methods [2ff4ae2]
- 🔧 Reworked rollup bundle [541b910]
- ⬆️ Update dependencies [7cc0327]
- 💄 Cleanup some test code [b47a406]
- ⬆️ Update dependencies [7970106]
- 🔧 Prepare for publishing [eafb369]
Removed
- 🔥 Droppping support for anything else than esm [588b398]
Fixed
- 🐛 Fix rollup input [31c475c]
- 🐛 Stringify body on POST & remove trailing '?' in no query params [90fe9ba]
- 🐛 Fix a bug where query parameters weren't properly cloned [4786535]