Releases: second-ed/danom
Releases · second-ed/danom
v0.13.2
v0.13.1
v0.13.0
What's Changed
Breaking change
- feat: pass in args and kwargs into map, filter and tap by @second-ed in #33
- This means that multiple functions cannot be passed into a single
map,filterortapcall.
- This means that multiple functions cannot be passed into a single
Full Changelog: v0.12.1...v0.13.0
v0.12.1
v0.12.0
What's Changed
- feat: sequence method for Stream by @second-ed in #28
- feat: either by @second-ed in #29
- refactor: make _Tap take a single fn instead of a sequence by @second-ed in #30
- v0.12.0 by @second-ed in #31
Full Changelog: v0.11.3...v0.12.0
v0.11.3
What's Changed
- Add CodSpeed performance benchmarks by @codspeed-hq[bot] in #24
- Fix/minor changes by @second-ed in #25
- perf: run fn once in loop by @second-ed in #26
- v0.11.3 by @second-ed in #27
New Contributors
- @codspeed-hq[bot] made their first contribution in #24
Full Changelog: v0.11.2...v0.11.3
v0.11.2
v0.11.1
What's Changed
- perf: change Stream internals to use map and filter C optimised fns by @second-ed in #22
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- v0.10.3 by @second-ed in #19
- v0.11.0 staticmethods for result by @second-ed in #21
Full Changelog: v0.10.3...v0.11.0