All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.8.0 (2018-04-11)
- transducers: add run() for executing side effects only, update readme (52c7508)
1.7.5 (2018-04-08)
Note: Version bump only for package @thi.ng/transducers
1.7.4 (2018-04-04)
Note: Version bump only for package @thi.ng/transducers
1.7.3 (2018-04-01)
Note: Version bump only for package @thi.ng/transducers
1.7.2 (2018-03-28)
Note: Version bump only for package @thi.ng/transducers
1.7.1 (2018-03-21)
Note: Version bump only for package @thi.ng/transducers
1.7.0 (2018-03-19)
1.6.2 (2018-03-08)
Note: Version bump only for package @thi.ng/transducers
1.6.1 (2018-03-03)
Note: Version bump only for package @thi.ng/transducers
1.6.0 (2018-03-03)
- transducers: add permutations()/permutationsN() generators (91938ed)
1.5.1 (2018-03-02)
- transducers: flattenWith() (3d8aa32)
1.5.0 (2018-02-26)
- transducers: add keys()/vals() iterators, refactor pairs() (9824844)
1.4.0 (2018-02-23)
- transducers: add deepTransform & mapDeep xform (f0fdfa1)
1.3.0 (2018-02-19)
- transducers: add lookup1d/2d/3d helpers, update re-exports (193058d)
1.2.0 (2018-02-18)
- transducers: update imports
step()
(48f8bb8)
- transducers: add convolve2d xform & types (ab8a855)
- transducers: add movingMedian() xform (d7b1d0d)
- transducers: add range2d / range3d generators (722042b)
1.1.0 (2018-02-08)
- transducers: add page() xform, update readme (855d803)
1.0.7 (2018-02-02)
Note: Version bump only for package @thi.ng/transducers
1.0.6 (2018-02-01)
- transducers: update comp() for typescript 2.7.* (febe39f)
1.0.5 (2018-01-31)
Note: Version bump only for package @thi.ng/transducers
1.0.4 (2018-01-30)
Note: Version bump only for package @thi.ng/transducers
1.0.3 (2018-01-29)
Note: Version bump only for package @thi.ng/transducers
1.0.2 (2018-01-29)
- transducers: avoid result object cloning in struct() xform (d774e32)
1.0.1 (2018-01-29)
Note: Version bump only for package @thi.ng/transducers
1.0.0 (2018-01-28)
- transducers: add "complete" step handling in scan() (8e5204d)
- transducers: scan() complete handling (44db970)
- transducers: rename join() => str() rfn (e268e35)
- transducers: add every(), some() rfns (63344e4)
- transducers: add labeled() xform (0b3c786)
- transducers: add multiplex() xform & docs (beb2cee)
- transducers: add multiplexObj() (931b67f)
- transducers: add noop() xform, update readme (7b21aa6)
- transducers: add utf8Encode()/utf8Decode() xforms (e50fa26)
- transducers: update frequencies() & groupByMap() (4b8d037)
- transducers: update re-exports, extract throttleTime() into own file (45d6bc6)
- transducers: update re-exports, minor update reductions() (e555ff5)
- transducers: update step() to support multiple results (1f32fc0)
- transducers: update throttle(), refactor take/dropNth (e1a282c)
- transducers: throttle() requires stateful predicate now
- transducers: rename join() => str() reduer in prep for actual set join() op
- transducers: now possibly returns array instead of single value if wrapped transducer produced multiple results