smol-request

Tiny http/https request wrapper for Node.js 10+

MIT License

Downloads
857
Stars
5
Committers
2
smol-request - v2.1.2 Latest Release

Published by ejnshtein over 2 years ago

smol-request - v2.1.1

Published by ejnshtein almost 4 years ago

Minor release.

smol-request - v2.1.0

Published by ejnshtein almost 4 years ago

  • Merge branch 'master' of github.com:ejnshtein/smol-request 07a45e8
  • fix exports 239c1a5
  • fix exports 3c209c2
  • delete ds store 903fa7d

https://github.com/ejnshtein/smol-request/compare/v2.0.2...v2.1.0

smol-request - v2.0.2

Published by ejnshtein almost 4 years ago

New stable release just rolled out!

What's new:

  • ๐Ÿ‘ Typescript ๐Ÿ‘
  • ๐Ÿ‘ Tests with Jest ๐Ÿ‘
  • ๐Ÿ‘ Same API as before ๐Ÿ‘
  • ๐Ÿ‘ New package name smol-request ๐Ÿ‘
smol-request - v1.1.1

Published by ejnshtein over 4 years ago

Nice version number ( อกยฐ อœส– อกยฐ)

Now to the changelog:
Moved fully to commonjs, so less code shipped since we use only default export anyway;

Next version should bring more control over the body, so stay tuned... Idk when it will happen actually...

smol-request - v1.0.12b

Published by ejnshtein over 4 years ago

This version can be installed via npm i @ejnshtein/smol-request@next.

Changelog:
New deepmerge implementation that uses less code;
Support for Node 10+

smol-request - v1.0.11

Published by ejnshtein over 4 years ago

Fixed possible errors when using responseType: 'headers'|'stream'

smol-request - v1.0.10

Published by ejnshtein over 4 years ago

Fixed key list for native http/https request method;
Fixed request processing events order;

This should be the first stable release ๐Ÿค”