Releases: grantila/already
Releases · grantila/already
v3.4.1
3.4.1 (2023-01-11)
Bug Fixes
- browser: fixed running under webpack 5 when 'process' isn't defined (c35d4c3)
- typescript: fixed compiling on TS 4.9 (c7f6a04)
v3.4.0
3.4.0 (2022-08-15)
Features
- timeout: Added 'timeout' functionality (4e9eba6)
v3.3.0
3.3.0 (2021-12-31)
Features
- each: added support for concurrency and time-chunking (96bc7e6)
v3.2.0
3.2.0 (2021-12-30)
Features
- chunk: added support for chunking (by time or idle) filter and map operations (0280855)
v3.1.1
3.1.1 (2021-12-18)
Bug Fixes
- reflection: unset value or error is 'undefined', not 'void' (e24316c)
v3.1.0
3.1.0 (2021-10-09)
Features
v3.0.0
3.0.0 (2021-09-11)
Features
- esm: is a pure ESM package now (b9320dc)
BREAKING CHANGES
- esm: CommonJS no longer exported/supported
v2.2.1
2.2.1 (2021-09-11)
Bug Fixes
v2.2.0
2.2.0 (2021-09-11)
Features
- esm: is a pure ESM package now (39e9622)
v2.1.0
2.1.0 (2021-06-20)
Bug Fixes
- try: fixed actually removing Try internally (a5e48be)
Features
- concurrent: added 'concurrent' function, hence removed dep on throat (0b2534f)