Skip to content

Releases: ejnshtein/smol-request

v2.1.2

03 Jun 14:56
Compare
Choose a tag to compare

v2.1.1

15 Dec 17:49
Compare
Choose a tag to compare

Minor release.

v2.1.0

11 Nov 21:21
Compare
Choose a tag to compare

v2.0.2...v2.1.0

v2.0.2

08 Nov 16:41
Compare
Choose a tag to compare

New stable release just rolled out!

What's new:

  • πŸ‘ Typescript πŸ‘
  • πŸ‘ Tests with Jest πŸ‘
  • πŸ‘ Same API as before πŸ‘
  • πŸ‘ New package name smol-request πŸ‘

v1.1.1

10 May 18:27
Compare
Choose a tag to compare

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...

v1.0.12b

04 May 17:53
Compare
Choose a tag to compare

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

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

v1.0.11

18 Apr 22:47
Compare
Choose a tag to compare

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

v1.0.10

18 Apr 22:41
Compare
Choose a tag to compare

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

This should be the first stable release πŸ€”