Skip to content

Releases: barelyhuman/conch

v1.2.0

10 Jun 01:51
Compare
Choose a tag to compare

Performance

77fc7e0 - improve perf and memory usage

Changes

  • Uses recursive resolving instead of creating a big promise chain
  • Slightly increased memory footprint
  • Added benchmarks for comparison with p-map and bluebird for both size and perf

Other Changes

e691774 - sizeup
cd189f9 - release v1.2.0
e975c92 - fix batching logic and also tests for the same
8484ba9 - release v1.2.0-beta.1
a25c549 - bump packages for code style
3be6a68 - Update README.md

generated by commitlog

v1.1.0

07 Jun 00:27
Compare
Choose a tag to compare

Changes

  • The duplicated array has been removed to make the memory footprint even smaller
  • Added benchmarks for the same so you can see where conch is more useful vs other libraries, read more about it

Performance

0c3b9cf - make mem footprint even smaller

Docs

f0a6529 - add in more about the lib

Other Changes

512e376 - release v1.1.0

generated by commitlog

v1.0.0

08 Apr 06:01
Compare
Choose a tag to compare

Breaking Changes

  • Change in import nature ( import {conch} instead of of import conch)

Changes

  • Improved ESM support