Releases: barelyhuman/conch
Releases · barelyhuman/conch
v1.2.0
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
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
Breaking Changes
- Change in import nature (
import {conch}
instead of ofimport conch
)
Changes
- Improved ESM support