@thi.ng/transducers 7.9.2 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +346 -444
- package/README.md +238 -216
- package/{rfn/add.d.ts → add.d.ts} +1 -1
- package/{rfn/add.js → add.js} +1 -1
- package/{iter/as-iterable.d.ts → as-iterable.d.ts} +0 -0
- package/{iter/as-iterable.js → as-iterable.js} +0 -0
- package/{rfn/assoc-map.d.ts → assoc-map.d.ts} +1 -1
- package/{rfn/assoc-map.js → assoc-map.js} +1 -1
- package/{rfn/assoc-obj.d.ts → assoc-obj.d.ts} +1 -1
- package/{rfn/assoc-obj.js → assoc-obj.js} +1 -1
- package/{rfn/auto-obj.d.ts → auto-obj.d.ts} +1 -1
- package/{rfn/auto-obj.js → auto-obj.js} +1 -1
- package/{xform/benchmark.d.ts → benchmark.d.ts} +1 -1
- package/{xform/benchmark.js → benchmark.js} +3 -3
- package/{xform/cat.d.ts → cat.d.ts} +1 -1
- package/{xform/cat.js → cat.js} +2 -2
- package/{iter/choices.d.ts → choices.d.ts} +1 -1
- package/{iter/choices.js → choices.js} +3 -2
- package/{func/comp.d.ts → comp.d.ts} +1 -1
- package/{func/comp.js → comp.js} +2 -2
- package/{func/compr.d.ts → compr.d.ts} +1 -1
- package/{func/compr.js → compr.js} +0 -0
- package/{iter/concat.d.ts → concat.d.ts} +0 -0
- package/{iter/concat.js → concat.js} +1 -1
- package/{rfn/conj.d.ts → conj.d.ts} +1 -1
- package/{rfn/conj.js → conj.js} +1 -1
- package/{xform/converge.d.ts → converge.d.ts} +2 -2
- package/{xform/converge.js → converge.js} +5 -5
- package/{xform/convolve.d.ts → convolve.d.ts} +1 -1
- package/{xform/convolve.js → convolve.js} +7 -7
- package/{rfn/count.d.ts → count.d.ts} +1 -1
- package/{rfn/count.js → count.js} +1 -1
- package/{iter/curve.d.ts → curve.d.ts} +0 -0
- package/{iter/curve.js → curve.js} +0 -0
- package/{iter/cycle.d.ts → cycle.d.ts} +0 -0
- package/{iter/cycle.js → cycle.js} +0 -0
- package/{xform/dedupe.d.ts → dedupe.d.ts} +2 -2
- package/{xform/dedupe.js → dedupe.js} +4 -4
- package/{func/deep-transform.d.ts → deep-transform.d.ts} +2 -2
- package/{func/deep-transform.js → deep-transform.js} +3 -3
- package/{xform/delayed.d.ts → delayed.d.ts} +1 -1
- package/{xform/delayed.js → delayed.js} +1 -1
- package/{xform/distinct.d.ts → distinct.d.ts} +1 -1
- package/{xform/distinct.js → distinct.js} +3 -3
- package/{rfn/div.d.ts → div.d.ts} +1 -1
- package/{rfn/div.js → div.js} +1 -1
- package/{xform/drop-nth.d.ts → drop-nth.d.ts} +1 -1
- package/{xform/drop-nth.js → drop-nth.js} +3 -3
- package/{xform/drop-while.d.ts → drop-while.d.ts} +1 -1
- package/{xform/drop-while.js → drop-while.js} +3 -3
- package/{xform/drop.d.ts → drop.d.ts} +1 -1
- package/{xform/drop.js → drop.js} +3 -3
- package/{iter/dup.d.ts → dup.d.ts} +0 -0
- package/{iter/dup.js → dup.js} +3 -2
- package/{xform/duplicate.d.ts → duplicate.d.ts} +1 -1
- package/{xform/duplicate.js → duplicate.js} +4 -4
- package/ensure.d.ts +3 -0
- package/{internal/ensure.js → ensure.js} +1 -1
- package/{rfn/every.d.ts → every.d.ts} +1 -1
- package/{rfn/every.js → every.js} +2 -2
- package/{iter/extend-sides.d.ts → extend-sides.d.ts} +0 -0
- package/{iter/extend-sides.js → extend-sides.js} +1 -1
- package/{rfn/fill.d.ts → fill.d.ts} +1 -1
- package/{rfn/fill.js → fill.js} +1 -1
- package/{xform/filter-fuzzy.d.ts → filter-fuzzy.d.ts} +1 -1
- package/{xform/filter-fuzzy.js → filter-fuzzy.js} +3 -3
- package/{xform/filter.d.ts → filter.d.ts} +1 -1
- package/{xform/filter.js → filter.js} +3 -3
- package/{xform/flatten-with.d.ts → flatten-with.d.ts} +1 -1
- package/{xform/flatten-with.js → flatten-with.js} +5 -4
- package/{xform/flatten.d.ts → flatten.d.ts} +1 -1
- package/{xform/flatten.js → flatten.js} +1 -1
- package/{rfn/frequencies.d.ts → frequencies.d.ts} +1 -1
- package/{rfn/frequencies.js → frequencies.js} +2 -2
- package/{rfn/group-binary.d.ts → group-binary.d.ts} +1 -1
- package/{rfn/group-binary.js → group-binary.js} +1 -1
- package/{rfn/group-by-map.d.ts → group-by-map.d.ts} +1 -1
- package/{rfn/group-by-map.js → group-by-map.js} +2 -2
- package/{rfn/group-by-obj.d.ts → group-by-obj.d.ts} +1 -1
- package/{rfn/group-by-obj.js → group-by-obj.js} +2 -2
- package/index.d.ts +138 -137
- package/index.js +142 -137
- package/{xform/indexed.d.ts → indexed.d.ts} +1 -1
- package/{xform/indexed.js → indexed.js} +2 -2
- package/{xform/interleave.d.ts → interleave.d.ts} +1 -1
- package/{xform/interleave.js → interleave.js} +4 -4
- package/internal/group-opts.js +6 -3
- package/internal/sort-opts.js +6 -3
- package/{xform/interpolate-hermite.d.ts → interpolate-hermite.d.ts} +1 -1
- package/{xform/interpolate-hermite.js → interpolate-hermite.js} +1 -1
- package/{xform/interpolate-linear.d.ts → interpolate-linear.d.ts} +1 -1
- package/{xform/interpolate-linear.js → interpolate-linear.js} +1 -1
- package/{xform/interpolate.d.ts → interpolate.d.ts} +1 -1
- package/{xform/interpolate.js → interpolate.js} +4 -5
- package/{xform/interpose.d.ts → interpose.d.ts} +1 -1
- package/{xform/interpose.js → interpose.js} +4 -4
- package/{iter/iterate.d.ts → iterate.d.ts} +0 -0
- package/{iter/iterate.js → iterate.js} +0 -0
- package/iterator.d.ts +2 -2
- package/iterator.js +5 -5
- package/{func/juxtr.d.ts → juxtr.d.ts} +1 -1
- package/{func/juxtr.js → juxtr.js} +1 -1
- package/{xform/keep.d.ts → keep.d.ts} +7 -1
- package/{xform/keep.js → keep.js} +4 -4
- package/{iter/key-permutations.d.ts → key-permutations.d.ts} +0 -0
- package/{iter/key-permutations.js → key-permutations.js} +4 -4
- package/{func/key-selector.d.ts → key-selector.d.ts} +0 -0
- package/{func/key-selector.js → key-selector.js} +0 -0
- package/{iter/keys.d.ts → keys.d.ts} +0 -0
- package/{iter/keys.js → keys.js} +0 -0
- package/{xform/labeled.d.ts → labeled.d.ts} +1 -1
- package/{xform/labeled.js → labeled.js} +3 -2
- package/{rfn/last.d.ts → last.d.ts} +1 -1
- package/{rfn/last.js → last.js} +2 -2
- package/{iter/line.d.ts → line.d.ts} +0 -0
- package/{iter/line.js → line.js} +1 -1
- package/{func/lookup.d.ts → lookup.d.ts} +0 -0
- package/{func/lookup.js → lookup.js} +0 -0
- package/{xform/map-deep.d.ts → map-deep.d.ts} +1 -1
- package/{xform/map-deep.js → map-deep.js} +3 -3
- package/{xform/map-indexed.d.ts → map-indexed.d.ts} +1 -1
- package/{xform/map-indexed.js → map-indexed.js} +3 -3
- package/{xform/map-keys.d.ts → map-keys.d.ts} +1 -1
- package/{xform/map-keys.js → map-keys.js} +2 -2
- package/{xform/map-nth.d.ts → map-nth.d.ts} +1 -1
- package/{xform/map-nth.js → map-nth.js} +3 -3
- package/{xform/map-vals.d.ts → map-vals.d.ts} +1 -1
- package/{xform/map-vals.js → map-vals.js} +2 -2
- package/{xform/map.d.ts → map.d.ts} +1 -1
- package/{xform/map.js → map.js} +3 -3
- package/{xform/mapcat-indexed.d.ts → mapcat-indexed.d.ts} +1 -1
- package/{xform/mapcat-indexed.js → mapcat-indexed.js} +3 -3
- package/{xform/mapcat.d.ts → mapcat.d.ts} +1 -1
- package/{xform/mapcat.js → mapcat.js} +3 -3
- package/{xform/match-first.d.ts → match-first.d.ts} +1 -1
- package/{xform/match-first.js → match-first.js} +3 -3
- package/{xform/match-last.d.ts → match-last.d.ts} +1 -1
- package/{xform/match-last.js → match-last.js} +3 -3
- package/{rfn/max-compare.d.ts → max-compare.d.ts} +1 -1
- package/{rfn/max-compare.js → max-compare.js} +2 -2
- package/{rfn/max-mag.d.ts → max-mag.d.ts} +1 -1
- package/{rfn/max-mag.js → max-mag.js} +1 -1
- package/{rfn/max.d.ts → max.d.ts} +1 -1
- package/{rfn/max.js → max.js} +1 -1
- package/{rfn/mean.d.ts → mean.d.ts} +1 -1
- package/{rfn/mean.js → mean.js} +1 -1
- package/{rfn/min-compare.d.ts → min-compare.d.ts} +1 -1
- package/{rfn/min-compare.js → min-compare.js} +2 -2
- package/{rfn/min-mag.d.ts → min-mag.d.ts} +1 -1
- package/{rfn/min-mag.js → min-mag.js} +1 -1
- package/{rfn/min-max.d.ts → min-max.d.ts} +1 -1
- package/{rfn/min-max.js → min-max.js} +1 -1
- package/{rfn/min.d.ts → min.d.ts} +1 -1
- package/{rfn/min.js → min.js} +1 -1
- package/{xform/moving-average.d.ts → moving-average.d.ts} +1 -1
- package/{xform/moving-average.js → moving-average.js} +4 -4
- package/{xform/moving-median.d.ts → moving-median.d.ts} +1 -1
- package/{xform/moving-median.js → moving-median.js} +4 -4
- package/{rfn/mul.d.ts → mul.d.ts} +1 -1
- package/{rfn/mul.js → mul.js} +1 -1
- package/{xform/multiplex-obj.d.ts → multiplex-obj.d.ts} +1 -1
- package/{xform/multiplex-obj.js → multiplex-obj.js} +3 -3
- package/{xform/multiplex.d.ts → multiplex.d.ts} +1 -1
- package/{xform/multiplex.js → multiplex.js} +2 -2
- package/{xform/noop.d.ts → noop.d.ts} +1 -1
- package/{xform/noop.js → noop.js} +0 -0
- package/{rfn/norm-count.d.ts → norm-count.d.ts} +1 -1
- package/{rfn/norm-count.js → norm-count.js} +1 -1
- package/{rfn/norm-frequencies-auto.d.ts → norm-frequencies-auto.d.ts} +1 -1
- package/{rfn/norm-frequencies-auto.js → norm-frequencies-auto.js} +1 -1
- package/{rfn/norm-frequencies.d.ts → norm-frequencies.d.ts} +1 -1
- package/{rfn/norm-frequencies.js → norm-frequencies.js} +2 -2
- package/{iter/norm-range.d.ts → norm-range.d.ts} +0 -0
- package/{iter/norm-range.js → norm-range.js} +1 -1
- package/package.json +467 -34
- package/{xform/pad-last.d.ts → pad-last.d.ts} +1 -1
- package/{xform/pad-last.js → pad-last.js} +3 -3
- package/{iter/pad-sides.d.ts → pad-sides.d.ts} +0 -0
- package/{iter/pad-sides.js → pad-sides.js} +0 -0
- package/{xform/page.d.ts → page.d.ts} +1 -1
- package/{xform/page.js → page.js} +3 -3
- package/{iter/pairs.d.ts → pairs.d.ts} +0 -0
- package/{iter/pairs.js → pairs.js} +0 -0
- package/{iter/palindrome.d.ts → palindrome.d.ts} +0 -0
- package/{iter/palindrome.js → palindrome.js} +4 -3
- package/{xform/partition-by.d.ts → partition-by.d.ts} +2 -2
- package/{xform/partition-by.js → partition-by.js} +4 -4
- package/{xform/partition-of.d.ts → partition-of.d.ts} +1 -1
- package/{xform/partition-of.js → partition-of.js} +2 -2
- package/{xform/partition-sort.d.ts → partition-sort.d.ts} +1 -1
- package/{xform/partition-sort.js → partition-sort.js} +4 -4
- package/{xform/partition-sync.d.ts → partition-sync.d.ts} +1 -1
- package/{xform/partition-sync.js → partition-sync.js} +15 -8
- package/{xform/partition-time.d.ts → partition-time.d.ts} +1 -1
- package/{xform/partition-time.js → partition-time.js} +2 -2
- package/{xform/partition-when.d.ts → partition-when.d.ts} +1 -1
- package/{xform/partition-when.js → partition-when.js} +3 -3
- package/{xform/partition.d.ts → partition.d.ts} +1 -1
- package/{xform/partition.js → partition.js} +2 -2
- package/{xform/peek.d.ts → peek.d.ts} +1 -1
- package/{xform/peek.js → peek.js} +1 -1
- package/{iter/permutations.d.ts → permutations.d.ts} +0 -0
- package/{iter/permutations.js → permutations.js} +2 -2
- package/{xform/pluck.d.ts → pluck.d.ts} +1 -1
- package/{xform/pluck.js → pluck.js} +2 -2
- package/push-copy.d.ts +3 -0
- package/{rfn/push-copy.js → push-copy.js} +1 -1
- package/{rfn/push-sort.d.ts → push-sort.d.ts} +1 -1
- package/{rfn/push-sort.js → push-sort.js} +1 -1
- package/{rfn/push.d.ts → push.d.ts} +1 -1
- package/{rfn/push.js → push.js} +1 -1
- package/{iter/range-nd.d.ts → range-nd.d.ts} +0 -0
- package/{iter/range-nd.js → range-nd.js} +1 -1
- package/{iter/range.d.ts → range.d.ts} +2 -2
- package/{iter/range.js → range.js} +4 -1
- package/{iter/range2d.d.ts → range2d.d.ts} +0 -0
- package/{iter/range2d.js → range2d.js} +1 -1
- package/{iter/range3d.d.ts → range3d.d.ts} +0 -0
- package/{iter/range3d.js → range3d.js} +1 -1
- package/reduce.js +4 -2
- package/reduced.js +1 -0
- package/{rfn/reductions.d.ts → reductions.d.ts} +1 -1
- package/{rfn/reductions.js → reductions.js} +2 -2
- package/{xform/rename.d.ts → rename.d.ts} +1 -1
- package/{xform/rename.js → rename.js} +6 -6
- package/renamer.d.ts +9 -0
- package/{func/renamer.js → renamer.js} +6 -0
- package/{iter/repeat.d.ts → repeat.d.ts} +0 -0
- package/{iter/repeat.js → repeat.js} +0 -0
- package/{iter/repeatedly.d.ts → repeatedly.d.ts} +0 -0
- package/{iter/repeatedly.js → repeatedly.js} +0 -0
- package/{iter/reverse.d.ts → reverse.d.ts} +0 -0
- package/{iter/reverse.js → reverse.js} +1 -1
- package/run.d.ts +1 -1
- package/run.js +1 -1
- package/{xform/sample.d.ts → sample.d.ts} +2 -2
- package/{xform/sample.js → sample.js} +4 -4
- package/{xform/scan.d.ts → scan.d.ts} +1 -1
- package/{xform/scan.js → scan.js} +3 -3
- package/{xform/select-keys.d.ts → select-keys.d.ts} +1 -1
- package/{xform/select-keys.js → select-keys.js} +3 -3
- package/{xform/side-effect.d.ts → side-effect.d.ts} +1 -1
- package/{xform/side-effect.js → side-effect.js} +0 -0
- package/{xform/sliding-window.d.ts → sliding-window.d.ts} +2 -2
- package/{xform/sliding-window.js → sliding-window.js} +4 -4
- package/{rfn/some.d.ts → some.d.ts} +1 -1
- package/{rfn/some.js → some.js} +2 -2
- package/{iter/sorted-keys.d.ts → sorted-keys.d.ts} +0 -0
- package/{iter/sorted-keys.js → sorted-keys.js} +1 -1
- package/step.js +2 -2
- package/{rfn/str.d.ts → str.d.ts} +1 -1
- package/{rfn/str.js → str.js} +1 -1
- package/{xform/stream-shuffle.d.ts → stream-shuffle.d.ts} +1 -1
- package/{xform/stream-shuffle.js → stream-shuffle.js} +4 -4
- package/{xform/stream-sort.d.ts → stream-sort.d.ts} +1 -1
- package/{xform/stream-sort.js → stream-sort.js} +5 -5
- package/{xform/struct.d.ts → struct.d.ts} +1 -1
- package/{xform/struct.js → struct.js} +3 -3
- package/{rfn/sub.d.ts → sub.d.ts} +1 -1
- package/{rfn/sub.js → sub.js} +1 -1
- package/{xform/swizzle.d.ts → swizzle.d.ts} +1 -1
- package/{xform/swizzle.js → swizzle.js} +3 -3
- package/{iter/symmetric.d.ts → symmetric.d.ts} +0 -0
- package/{iter/symmetric.js → symmetric.js} +0 -0
- package/{xform/take-last.d.ts → take-last.d.ts} +1 -1
- package/{xform/take-last.js → take-last.js} +3 -3
- package/{xform/take-nth.d.ts → take-nth.d.ts} +1 -1
- package/{xform/take-nth.js → take-nth.js} +3 -3
- package/{xform/take-while.d.ts → take-while.d.ts} +1 -1
- package/{xform/take-while.js → take-while.js} +4 -4
- package/{xform/take.d.ts → take.d.ts} +1 -1
- package/{xform/take.js → take.js} +4 -4
- package/{xform/throttle-time.d.ts → throttle-time.d.ts} +1 -1
- package/{xform/throttle-time.js → throttle-time.js} +2 -2
- package/{xform/throttle.d.ts → throttle.d.ts} +1 -1
- package/{xform/throttle.js → throttle.js} +3 -3
- package/{xform/toggle.d.ts → toggle.d.ts} +1 -1
- package/{xform/toggle.js → toggle.js} +2 -2
- package/trace.d.ts +3 -0
- package/{xform/trace.js → trace.js} +0 -0
- package/transduce.js +3 -3
- package/{iter/tween.d.ts → tween.d.ts} +0 -0
- package/{iter/tween.js → tween.js} +0 -0
- package/{iter/vals.d.ts → vals.d.ts} +0 -0
- package/{iter/vals.js → vals.js} +0 -0
- package/{xform/word-wrap.d.ts → word-wrap.d.ts} +1 -1
- package/{xform/word-wrap.js → word-wrap.js} +7 -3
- package/{iter/wrap-sides.d.ts → wrap-sides.d.ts} +0 -0
- package/{iter/wrap-sides.js → wrap-sides.js} +3 -3
- package/{iter/zip.d.ts → zip.d.ts} +0 -0
- package/{iter/zip.js → zip.js} +0 -0
- package/func/renamer.d.ts +0 -3
- package/internal/ensure.d.ts +0 -3
- package/lib/index.js +0 -2228
- package/lib/index.js.map +0 -1
- package/lib/index.umd.js +0 -1
- package/lib/index.umd.js.map +0 -1
- package/rfn/push-copy.d.ts +0 -3
- package/xform/trace.d.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,708 +3,610 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Bug Fixes
|
|
10
|
-
|
|
11
|
-
* **transducers:** fix [#310](https://github.com/thi-ng/umbrella/issues/310), update flatten/flattenWith ([bfbd726](https://github.com/thi-ng/umbrella/commit/bfbd7269fe506c0f40c109f1701a1ea50dc944e9))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [7.9.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.9.0...@thi.ng/transducers@7.9.1) (2021-08-19)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### Bug Fixes
|
|
21
|
-
|
|
22
|
-
* **transducers:** update normFrequenciesAuto() ([5b5200b](https://github.com/thi-ng/umbrella/commit/5b5200b6d4e61df6c2e6458b99b8b10ea9f3bb65))
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
# [7.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.8.4...@thi.ng/transducers@7.9.0) (2021-08-19)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Features
|
|
32
|
-
|
|
33
|
-
* **transducers:** add normalized frequencies() reducers ([d09db8d](https://github.com/thi-ng/umbrella/commit/d09db8d47be81e78dea1f4e16917249924b65e35))
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
# [7.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.7.5...@thi.ng/transducers@7.8.0) (2021-08-04)
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Features
|
|
43
|
-
|
|
44
|
-
* **transducers:** add minMax() reducer ([5f8a722](https://github.com/thi-ng/umbrella/commit/5f8a72215010645cce039cedab3313fae722e363))
|
|
45
|
-
* **transducers:** update repeatedly(), iterate() ([b7d9ba4](https://github.com/thi-ng/umbrella/commit/b7d9ba42b812c3b39909e86be5eebfa4e235f535))
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
# [7.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.6.10...@thi.ng/transducers@7.7.0) (2021-04-07)
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
### Features
|
|
55
|
-
|
|
56
|
-
* **transducers:** add partitionWhen() xform ([d2dd4d9](https://github.com/thi-ng/umbrella/commit/d2dd4d92895622bfa38d8458472d86f9e89e8952))
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
## [7.6.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.6.1...@thi.ng/transducers@7.6.2) (2021-03-03)
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
### Bug Fixes
|
|
66
|
-
|
|
67
|
-
* **transducers:** add missing type anno (TS4.2) ([7ced9be](https://github.com/thi-ng/umbrella/commit/7ced9be6b0dc41567c4b65517e8caba1d0bfffe2))
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
# [7.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.5.8...@thi.ng/transducers@7.6.0) (2021-02-20)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Features
|
|
77
|
-
|
|
78
|
-
* **transducers:** add TweenOpts.easing, update tween() ([f3a50f4](https://github.com/thi-ng/umbrella/commit/f3a50f46c800c23e8aa3e42ebd90e6b028c6a0db))
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
# [7.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.4.0...@thi.ng/transducers@7.5.0) (2020-11-24)
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
### Features
|
|
88
|
-
|
|
89
|
-
* **transducers:** add minMag/maxMag() reducers ([f7496b3](https://github.com/thi-ng/umbrella/commit/f7496b3989c0209f51c561cdba9b50d19f976357))
|
|
90
|
-
* **transducers:** add reduceRight/transduceRight() ([b71ff9c](https://github.com/thi-ng/umbrella/commit/b71ff9c63ea158d44187b1ab5b25d1833eebde3c))
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
# [7.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.3.1...@thi.ng/transducers@7.4.0) (2020-09-22)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Features
|
|
100
|
-
|
|
101
|
-
* **transducers:** add mapcatIndexed() xform ([4f3d6e0](https://github.com/thi-ng/umbrella/commit/4f3d6e02a0ff3fe7307cd03404277c03123f83e9))
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
# [7.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.2.2...@thi.ng/transducers@7.3.0) (2020-08-28)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
### Bug Fixes
|
|
111
|
-
|
|
112
|
-
* **transducers:** type ([dedce3f](https://github.com/thi-ng/umbrella/commit/dedce3fe874960769c4f6e178fd591bfd6eef263))
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Features
|
|
116
|
-
|
|
117
|
-
* **tranducers:** fix normRange2d, add normRange3d ([db75605](https://github.com/thi-ng/umbrella/commit/db75605a65a7ca47fae146935b78d20ec3569d11))
|
|
118
|
-
* **transducers:** add normRange2 ([1125930](https://github.com/thi-ng/umbrella/commit/1125930e3ea32d80793876daa98729e7ee51fe76))
|
|
119
|
-
|
|
120
|
-
|
|
6
|
+
# [8.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.9.2...@thi.ng/transducers@8.0.0) (2021-10-12)
|
|
121
7
|
|
|
122
8
|
|
|
9
|
+
### Build System
|
|
123
10
|
|
|
124
|
-
|
|
11
|
+
* major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
|
|
125
12
|
|
|
126
13
|
|
|
127
|
-
###
|
|
14
|
+
### Code Refactoring
|
|
128
15
|
|
|
129
|
-
* **transducers:**
|
|
16
|
+
* **transducers:** restructure package ([4d643f5](https://github.com/thi-ng/umbrella/commit/4d643f57a276ddd73e6214f9ea78d3302076d466))
|
|
130
17
|
|
|
131
18
|
|
|
19
|
+
### BREAKING CHANGES
|
|
132
20
|
|
|
21
|
+
* **transducers:** restructure/flatten pkg, remove sub folders
|
|
133
22
|
|
|
23
|
+
- migrate all /func, /iter, /rfn, /xform files to main /src folder
|
|
24
|
+
* discontinue CommonJS & UMD versions
|
|
134
25
|
|
|
135
|
-
|
|
26
|
+
- only ESM modules will be published from now on
|
|
27
|
+
- CJS obsolete due to ESM support in recent versions of node:
|
|
28
|
+
- i.e. launch NodeJS via:
|
|
29
|
+
- `node --experimental-specifier-resolution=node --experimental-repl-await`
|
|
30
|
+
- in the node REPL use `await import(...)` instead of `require()`
|
|
31
|
+
- UMD obsolete due to widespread browser support for ESM
|
|
136
32
|
|
|
33
|
+
Also:
|
|
34
|
+
- normalize/restructure/reorg all package.json files
|
|
35
|
+
- cleanup all build scripts, remove obsolete
|
|
36
|
+
- switch from mocha to @thi.ng/testament for all tests
|
|
137
37
|
|
|
138
|
-
### Features
|
|
139
38
|
|
|
140
|
-
* **transducers:** add keyPermutations, tests, update readme ([5110d50](https://github.com/thi-ng/umbrella/commit/5110d50ba0c499c48c288820b9fb73ee42f9142f))
|
|
141
39
|
|
|
142
40
|
|
|
143
41
|
|
|
144
42
|
|
|
43
|
+
## [7.9.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.9.1...@thi.ng/transducers@7.9.2) (2021-09-03)
|
|
145
44
|
|
|
146
|
-
|
|
45
|
+
### Bug Fixes
|
|
147
46
|
|
|
47
|
+
- **transducers:** fix [#310](https://github.com/thi-ng/umbrella/issues/310), update flatten/flattenWith ([bfbd726](https://github.com/thi-ng/umbrella/commit/bfbd7269fe506c0f40c109f1701a1ea50dc944e9))
|
|
148
48
|
|
|
149
|
-
|
|
49
|
+
## [7.9.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.9.0...@thi.ng/transducers@7.9.1) (2021-08-19)
|
|
150
50
|
|
|
151
|
-
|
|
51
|
+
### Bug Fixes
|
|
152
52
|
|
|
53
|
+
- **transducers:** update normFrequenciesAuto() ([5b5200b](https://github.com/thi-ng/umbrella/commit/5b5200b6d4e61df6c2e6458b99b8b10ea9f3bb65))
|
|
153
54
|
|
|
154
|
-
|
|
55
|
+
# [7.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.8.4...@thi.ng/transducers@7.9.0) (2021-08-19)
|
|
155
56
|
|
|
156
|
-
|
|
57
|
+
### Features
|
|
157
58
|
|
|
59
|
+
- **transducers:** add normalized frequencies() reducers ([d09db8d](https://github.com/thi-ng/umbrella/commit/d09db8d47be81e78dea1f4e16917249924b65e35))
|
|
158
60
|
|
|
159
|
-
|
|
61
|
+
# [7.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.7.5...@thi.ng/transducers@7.8.0) (2021-08-04)
|
|
160
62
|
|
|
161
|
-
|
|
63
|
+
### Features
|
|
162
64
|
|
|
65
|
+
- **transducers:** add minMax() reducer ([5f8a722](https://github.com/thi-ng/umbrella/commit/5f8a72215010645cce039cedab3313fae722e363))
|
|
66
|
+
- **transducers:** update repeatedly(), iterate() ([b7d9ba4](https://github.com/thi-ng/umbrella/commit/b7d9ba42b812c3b39909e86be5eebfa4e235f535))
|
|
163
67
|
|
|
68
|
+
# [7.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.6.10...@thi.ng/transducers@7.7.0) (2021-04-07)
|
|
164
69
|
|
|
70
|
+
### Features
|
|
165
71
|
|
|
72
|
+
- **transducers:** add partitionWhen() xform ([d2dd4d9](https://github.com/thi-ng/umbrella/commit/d2dd4d92895622bfa38d8458472d86f9e89e8952))
|
|
166
73
|
|
|
167
|
-
|
|
74
|
+
## [7.6.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.6.1...@thi.ng/transducers@7.6.2) (2021-03-03)
|
|
168
75
|
|
|
76
|
+
### Bug Fixes
|
|
169
77
|
|
|
170
|
-
|
|
78
|
+
- **transducers:** add missing type anno (TS4.2) ([7ced9be](https://github.com/thi-ng/umbrella/commit/7ced9be6b0dc41567c4b65517e8caba1d0bfffe2))
|
|
171
79
|
|
|
172
|
-
|
|
80
|
+
# [7.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.5.8...@thi.ng/transducers@7.6.0) (2021-02-20)
|
|
173
81
|
|
|
82
|
+
### Features
|
|
174
83
|
|
|
84
|
+
- **transducers:** add TweenOpts.easing, update tween() ([f3a50f4](https://github.com/thi-ng/umbrella/commit/f3a50f46c800c23e8aa3e42ebd90e6b028c6a0db))
|
|
175
85
|
|
|
86
|
+
# [7.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.4.0...@thi.ng/transducers@7.5.0) (2020-11-24)
|
|
176
87
|
|
|
88
|
+
### Features
|
|
177
89
|
|
|
178
|
-
|
|
90
|
+
- **transducers:** add minMag/maxMag() reducers ([f7496b3](https://github.com/thi-ng/umbrella/commit/f7496b3989c0209f51c561cdba9b50d19f976357))
|
|
91
|
+
- **transducers:** add reduceRight/transduceRight() ([b71ff9c](https://github.com/thi-ng/umbrella/commit/b71ff9c63ea158d44187b1ab5b25d1833eebde3c))
|
|
179
92
|
|
|
93
|
+
# [7.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.3.1...@thi.ng/transducers@7.4.0) (2020-09-22)
|
|
180
94
|
|
|
181
|
-
###
|
|
95
|
+
### Features
|
|
182
96
|
|
|
183
|
-
|
|
97
|
+
- **transducers:** add mapcatIndexed() xform ([4f3d6e0](https://github.com/thi-ng/umbrella/commit/4f3d6e02a0ff3fe7307cd03404277c03123f83e9))
|
|
184
98
|
|
|
99
|
+
# [7.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.2.2...@thi.ng/transducers@7.3.0) (2020-08-28)
|
|
185
100
|
|
|
101
|
+
### Bug Fixes
|
|
186
102
|
|
|
103
|
+
- **transducers:** type ([dedce3f](https://github.com/thi-ng/umbrella/commit/dedce3fe874960769c4f6e178fd591bfd6eef263))
|
|
187
104
|
|
|
105
|
+
### Features
|
|
188
106
|
|
|
189
|
-
|
|
107
|
+
- **tranducers:** fix normRange2d, add normRange3d ([db75605](https://github.com/thi-ng/umbrella/commit/db75605a65a7ca47fae146935b78d20ec3569d11))
|
|
108
|
+
- **transducers:** add normRange2 ([1125930](https://github.com/thi-ng/umbrella/commit/1125930e3ea32d80793876daa98729e7ee51fe76))
|
|
190
109
|
|
|
110
|
+
# [7.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.1.6...@thi.ng/transducers@7.2.0) (2020-07-28)
|
|
191
111
|
|
|
192
|
-
###
|
|
112
|
+
### Features
|
|
193
113
|
|
|
194
|
-
|
|
114
|
+
- **transducers:** add autoObj() reducer ([26ad12a](https://github.com/thi-ng/umbrella/commit/26ad12a1ae73c563a944baf1db643930bba3fdb0))
|
|
195
115
|
|
|
116
|
+
# [7.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.0.0...@thi.ng/transducers@7.1.0) (2020-06-14)
|
|
196
117
|
|
|
118
|
+
### Features
|
|
197
119
|
|
|
120
|
+
- **transducers:** add keyPermutations, tests, update readme ([5110d50](https://github.com/thi-ng/umbrella/commit/5110d50ba0c499c48c288820b9fb73ee42f9142f))
|
|
198
121
|
|
|
122
|
+
# [7.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@6.7.0...@thi.ng/transducers@7.0.0) (2020-06-01)
|
|
199
123
|
|
|
200
|
-
|
|
124
|
+
### Bug Fixes
|
|
201
125
|
|
|
126
|
+
- **transducers:** [#186](https://github.com/thi-ng/umbrella/issues/186), Fix crash when using empty string as source for several transducers. ([ef7a798](https://github.com/thi-ng/umbrella/commit/ef7a798d35c172d50b2f4453f4522260d0fe81e4))
|
|
202
127
|
|
|
203
|
-
###
|
|
128
|
+
### Documentation
|
|
204
129
|
|
|
205
|
-
|
|
206
|
-
* **transducers:** update mapKeys() key fns to accept 2nd arg ([749d2cd](https://github.com/thi-ng/umbrella/commit/749d2cd2fef29f6991bde75a775d6715600c3b34))
|
|
130
|
+
- **transducers:** update readme ([47b6cef](https://github.com/thi-ng/umbrella/commit/47b6cefe2344d0e33a9d597b4bb758f2a2f7512e))
|
|
207
131
|
|
|
132
|
+
### BREAKING CHANGES
|
|
208
133
|
|
|
134
|
+
- **transducers:** `flatten` string handling now *always* atomic
|
|
209
135
|
|
|
136
|
+
# [6.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@6.6.0...@thi.ng/transducers@6.7.0) (2020-06-01)
|
|
210
137
|
|
|
138
|
+
### Features
|
|
211
139
|
|
|
212
|
-
|
|
140
|
+
- **transducers:** add IDeref support slidingWindow() ([13f4184](https://github.com/thi-ng/umbrella/commit/13f4184f755fadb0a585b7e443c1218a7e2df5db))
|
|
213
141
|
|
|
142
|
+
# [6.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@6.5.0...@thi.ng/transducers@6.6.0) (2020-05-29)
|
|
214
143
|
|
|
215
|
-
###
|
|
144
|
+
### Features
|
|
216
145
|
|
|
217
|
-
|
|
146
|
+
- **transducers:** add rangeNd(), add/update tests ([9239d6f](https://github.com/thi-ng/umbrella/commit/9239d6fbf4de66300ed924b9de9a0fa67df0235c))
|
|
218
147
|
|
|
148
|
+
# [6.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@6.4.9...@thi.ng/transducers@6.5.0) (2020-05-14)
|
|
219
149
|
|
|
150
|
+
### Features
|
|
220
151
|
|
|
152
|
+
- **transducers:** [#221](https://github.com/thi-ng/umbrella/issues/221), add partitionSync() key add/removal ops ([2ab4bf5](https://github.com/thi-ng/umbrella/commit/2ab4bf5858b1c0162f8adb8780507a05cf16a831))
|
|
221
153
|
|
|
154
|
+
# [6.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@6.3.2...@thi.ng/transducers@6.4.0) (2020-03-01)
|
|
222
155
|
|
|
223
|
-
|
|
156
|
+
### Features
|
|
224
157
|
|
|
225
|
-
|
|
158
|
+
- **transducers:** add partitionTime() transducer ([efafd0b](https://github.com/thi-ng/umbrella/commit/efafd0ba3f5cfc52a42bb39819caadf35d6b2f42))
|
|
159
|
+
- **transducers:** update mapKeys() key fns to accept 2nd arg ([749d2cd](https://github.com/thi-ng/umbrella/commit/749d2cd2fef29f6991bde75a775d6715600c3b34))
|
|
226
160
|
|
|
227
|
-
|
|
228
|
-
* **transducers:** use child reducer completion step in groupByMap/Obj() ([ff44fcb](https://github.com/thi-ng/umbrella/commit/ff44fcbc877d75a5d7458459656f3b86ab6a0399))
|
|
161
|
+
# [6.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@6.2.1...@thi.ng/transducers@6.3.0) (2020-02-25)
|
|
229
162
|
|
|
230
|
-
###
|
|
163
|
+
### Features
|
|
231
164
|
|
|
232
|
-
|
|
233
|
-
* **transducers:** add IXform interface & TxLike type alias, update related functions ([49c62b7](https://github.com/thi-ng/umbrella/commit/49c62b7932eb943a8db472c3e1de0f18a35c43c6))
|
|
234
|
-
* **transducers:** add line(), curve() ([31bd5b9](https://github.com/thi-ng/umbrella/commit/31bd5b9758a8da828cb9cc79820333279f810345))
|
|
235
|
-
* **transducers:** add opt limit for cycle() ([186daff](https://github.com/thi-ng/umbrella/commit/186daff00edeb9b3a7e1475e3f903f3b1f0b75c2))
|
|
236
|
-
* **transducers:** add pushSort() reducer ([444d2ee](https://github.com/thi-ng/umbrella/commit/444d2ee6b5111e4855b8cb3f2417738ccd934861))
|
|
237
|
-
* **transducers:** add sortedKeys() iterator ([fa9343c](https://github.com/thi-ng/umbrella/commit/fa9343c8028c3f02e0322362db97a126f5c8a564))
|
|
238
|
-
* **transducers:** update curve(), line(), iterate() ([3581a9d](https://github.com/thi-ng/umbrella/commit/3581a9d7c9eba9e3fa6cf8ec6a0a63e662157e83))
|
|
165
|
+
- **transducers:** add peek() xform, update readme ([26aa228](https://github.com/thi-ng/umbrella/commit/26aa2284309dcf07cca3714dec23a799efd44f30))
|
|
239
166
|
|
|
240
|
-
|
|
167
|
+
# [6.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@6.1.0...@thi.ng/transducers@6.2.0) (2020-01-24)
|
|
241
168
|
|
|
242
|
-
|
|
169
|
+
### Bug Fixes
|
|
243
170
|
|
|
244
|
-
|
|
171
|
+
- **transducers:** update keep() xform to accept nullable ([1bc561b](https://github.com/thi-ng/umbrella/commit/1bc561bde02f116a5b1e2aff7a3d432d737fc4ae))
|
|
172
|
+
- **transducers:** use child reducer completion step in groupByMap/Obj() ([ff44fcb](https://github.com/thi-ng/umbrella/commit/ff44fcbc877d75a5d7458459656f3b86ab6a0399))
|
|
245
173
|
|
|
246
|
-
###
|
|
174
|
+
### Features
|
|
247
175
|
|
|
248
|
-
|
|
176
|
+
- **transducers:** add dup() & palindrome(), update readme ([546bf9f](https://github.com/thi-ng/umbrella/commit/546bf9ffaa25c926f3e8af365049723bc9fe5877))
|
|
177
|
+
- **transducers:** add IXform interface & TxLike type alias, update related functions ([49c62b7](https://github.com/thi-ng/umbrella/commit/49c62b7932eb943a8db472c3e1de0f18a35c43c6))
|
|
178
|
+
- **transducers:** add line(), curve() ([31bd5b9](https://github.com/thi-ng/umbrella/commit/31bd5b9758a8da828cb9cc79820333279f810345))
|
|
179
|
+
- **transducers:** add opt limit for cycle() ([186daff](https://github.com/thi-ng/umbrella/commit/186daff00edeb9b3a7e1475e3f903f3b1f0b75c2))
|
|
180
|
+
- **transducers:** add pushSort() reducer ([444d2ee](https://github.com/thi-ng/umbrella/commit/444d2ee6b5111e4855b8cb3f2417738ccd934861))
|
|
181
|
+
- **transducers:** add sortedKeys() iterator ([fa9343c](https://github.com/thi-ng/umbrella/commit/fa9343c8028c3f02e0322362db97a126f5c8a564))
|
|
182
|
+
- **transducers:** update curve(), line(), iterate() ([3581a9d](https://github.com/thi-ng/umbrella/commit/3581a9d7c9eba9e3fa6cf8ec6a0a63e662157e83))
|
|
249
183
|
|
|
250
|
-
###
|
|
184
|
+
### Performance Improvements
|
|
251
185
|
|
|
252
|
-
|
|
186
|
+
- **transducers:** update string version of palindrome() ([315cbf8](https://github.com/thi-ng/umbrella/commit/315cbf80b577966e19f6a135d2c4256205c4a251))
|
|
253
187
|
|
|
254
|
-
#
|
|
188
|
+
# [6.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@6.0.0...@thi.ng/transducers@6.1.0) (2019-11-30)
|
|
255
189
|
|
|
256
|
-
###
|
|
190
|
+
### Bug Fixes
|
|
257
191
|
|
|
258
|
-
|
|
259
|
-
* **transducers:** simplify args for extendSides, padSides, wrapSides ([a36651a](https://github.com/thi-ng/umbrella/commit/a36651a3aadb951a3d8bd117ddfa0dddf48d36ac))
|
|
260
|
-
* **transducers:** update tween() args ([5523582](https://github.com/thi-ng/umbrella/commit/552358207cdf1dfdcb2ca78deac326ecad895fa9))
|
|
192
|
+
- **transducers:** add type hints ([651e281](https://github.com/thi-ng/umbrella/commit/651e281df6ca7f713e78d17c656bb59bea52f877))
|
|
261
193
|
|
|
262
|
-
###
|
|
194
|
+
### Features
|
|
263
195
|
|
|
264
|
-
|
|
265
|
-
* **transducers:** add new transducers: interpolate, interpolateHermite/Linear ([c3fa9ab](https://github.com/thi-ng/umbrella/commit/c3fa9ab90797af1d89e05f1c3821a87f9aa8a543))
|
|
196
|
+
- **transducers:** add back pressure support for partitionSync() ([6e14952](https://github.com/thi-ng/umbrella/commit/6e1495229c3e9527c168ffe573533124088c3006))
|
|
266
197
|
|
|
267
|
-
|
|
198
|
+
# [6.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.4.5...@thi.ng/transducers@6.0.0) (2019-11-09)
|
|
268
199
|
|
|
269
|
-
|
|
270
|
-
* **transducers:** rename `interpolate` iterator => `tween`
|
|
271
|
-
* **transducers:** Rename wrap() => wrapSides(), update signature to be
|
|
272
|
-
aligned w/ related iterators
|
|
200
|
+
### Code Refactoring
|
|
273
201
|
|
|
274
|
-
|
|
202
|
+
- **transducers:** rename old `interpolate` => `tween` ([918721d](https://github.com/thi-ng/umbrella/commit/918721dada9bab8045e397f13a2f77290eea2c88))
|
|
203
|
+
- **transducers:** simplify args for extendSides, padSides, wrapSides ([a36651a](https://github.com/thi-ng/umbrella/commit/a36651a3aadb951a3d8bd117ddfa0dddf48d36ac))
|
|
204
|
+
- **transducers:** update tween() args ([5523582](https://github.com/thi-ng/umbrella/commit/552358207cdf1dfdcb2ca78deac326ecad895fa9))
|
|
275
205
|
|
|
276
|
-
###
|
|
206
|
+
### Features
|
|
277
207
|
|
|
278
|
-
|
|
208
|
+
- **transducers:** add new iterators: extendSides/padSides/symmetric() ([47001fc](https://github.com/thi-ng/umbrella/commit/47001fc9c16f53af427e872b04929113d69463aa))
|
|
209
|
+
- **transducers:** add new transducers: interpolate, interpolateHermite/Linear ([c3fa9ab](https://github.com/thi-ng/umbrella/commit/c3fa9ab90797af1d89e05f1c3821a87f9aa8a543))
|
|
279
210
|
|
|
280
|
-
|
|
211
|
+
### BREAKING CHANGES
|
|
281
212
|
|
|
282
|
-
|
|
213
|
+
- **transducers:** replace tween() args w/ `TweenOpts` config object
|
|
214
|
+
- **transducers:** rename `interpolate` iterator => `tween`
|
|
215
|
+
- **transducers:** Rename wrap() => wrapSides(), update signature to be aligned w/ related iterators
|
|
283
216
|
|
|
284
|
-
|
|
217
|
+
## [5.4.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.4.4...@thi.ng/transducers@5.4.5) (2019-09-21)
|
|
285
218
|
|
|
286
|
-
###
|
|
219
|
+
### Bug Fixes
|
|
287
220
|
|
|
288
|
-
|
|
221
|
+
- **transducers:** fix mean() for reduce w/ init value ([d993bf2](https://github.com/thi-ng/umbrella/commit/d993bf2))
|
|
289
222
|
|
|
290
|
-
|
|
223
|
+
# [5.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.3.7...@thi.ng/transducers@5.4.0) (2019-07-07)
|
|
291
224
|
|
|
292
|
-
###
|
|
225
|
+
### Bug Fixes
|
|
293
226
|
|
|
294
|
-
|
|
227
|
+
- **transducers:** fix cat/mapcat arg types ([0d9b7cb](https://github.com/thi-ng/umbrella/commit/0d9b7cb))
|
|
295
228
|
|
|
296
|
-
|
|
229
|
+
### Features
|
|
297
230
|
|
|
298
|
-
|
|
231
|
+
- **transducers:** enable TS strict compiler flags (refactor) ([2f8ec89](https://github.com/thi-ng/umbrella/commit/2f8ec89))
|
|
299
232
|
|
|
300
|
-
|
|
233
|
+
## [5.3.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.3.2...@thi.ng/transducers@5.3.3) (2019-04-03)
|
|
301
234
|
|
|
302
|
-
###
|
|
235
|
+
### Bug Fixes
|
|
303
236
|
|
|
304
|
-
|
|
237
|
+
- **transducers:** fix [#82](https://github.com/thi-ng/umbrella/issues/82), update partitionSync required key checks, add tests ([8b2f3fe](https://github.com/thi-ng/umbrella/commit/8b2f3fe))
|
|
305
238
|
|
|
306
|
-
#
|
|
239
|
+
# [5.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.2.2...@thi.ng/transducers@5.3.0) (2019-03-21)
|
|
307
240
|
|
|
308
|
-
###
|
|
241
|
+
### Bug Fixes
|
|
309
242
|
|
|
310
|
-
|
|
243
|
+
- **transducers:** update mean() completion step to avoid div by zero ([f644ecd](https://github.com/thi-ng/umbrella/commit/f644ecd))
|
|
311
244
|
|
|
312
|
-
|
|
245
|
+
### Features
|
|
313
246
|
|
|
314
|
-
|
|
247
|
+
- **transducers:** add toggle() xform ([b5c744e](https://github.com/thi-ng/umbrella/commit/b5c744e))
|
|
315
248
|
|
|
316
|
-
|
|
249
|
+
# [5.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.1.2...@thi.ng/transducers@5.2.0) (2019-03-10)
|
|
317
250
|
|
|
318
|
-
|
|
251
|
+
### Features
|
|
319
252
|
|
|
320
|
-
|
|
253
|
+
- **transducers:** add / update convolution fns ([31e594b](https://github.com/thi-ng/umbrella/commit/31e594b))
|
|
321
254
|
|
|
322
|
-
|
|
255
|
+
## [5.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.1.1...@thi.ng/transducers@5.1.2) (2019-03-03)
|
|
323
256
|
|
|
324
|
-
###
|
|
257
|
+
### Bug Fixes
|
|
325
258
|
|
|
326
|
-
|
|
259
|
+
- **transducers:** update dedupe() w/ predicate arg ([c414423](https://github.com/thi-ng/umbrella/commit/c414423))
|
|
327
260
|
|
|
328
|
-
#
|
|
261
|
+
# [5.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@5.0.0...@thi.ng/transducers@5.1.0) (2019-02-26)
|
|
329
262
|
|
|
330
|
-
###
|
|
263
|
+
### Bug Fixes
|
|
331
264
|
|
|
332
|
-
|
|
333
|
-
* **transducers:** remove obsolete randomID() & weightedRandom() ([4b0eec6](https://github.com/thi-ng/umbrella/commit/4b0eec6))
|
|
334
|
-
* **transducers:** restructure, migrate / remove various functions ([05bf213](https://github.com/thi-ng/umbrella/commit/05bf213))
|
|
265
|
+
- **transducers:** update converge() & update readme ([9aca912](https://github.com/thi-ng/umbrella/commit/9aca912))
|
|
335
266
|
|
|
336
|
-
###
|
|
267
|
+
### Features
|
|
337
268
|
|
|
338
|
-
|
|
269
|
+
- **transducers:** add converge() xform, add iter arg to iterate() ([8393a95](https://github.com/thi-ng/umbrella/commit/8393a95))
|
|
339
270
|
|
|
340
|
-
-
|
|
341
|
-
- randomID(), weightedRandom() => @thi.ng/random
|
|
342
|
-
- remove re-exports:
|
|
343
|
-
- even(), odd() (from @thi.ng/checks)
|
|
344
|
-
- juxt() (from @thi.ng/compose)
|
|
345
|
-
- remove obsolete hex() fn (use @thi.ng/strings fns instead)
|
|
346
|
-
* **transducers:** migrate randomID() & weightedRandom() to @thi.ng/random
|
|
271
|
+
# [5.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@4.0.1...@thi.ng/transducers@5.0.0) (2019-02-15)
|
|
347
272
|
|
|
348
|
-
|
|
349
|
-
* **transducers:** migrate various support fns to @thi.ng/arrays
|
|
273
|
+
### Code Refactoring
|
|
350
274
|
|
|
351
|
-
- remove/
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
- fuzzyMatch()
|
|
355
|
-
- peek()
|
|
356
|
-
- shuffleN()
|
|
357
|
-
- swizzler()
|
|
358
|
-
- add support for IRandom in:
|
|
359
|
-
- randomID()
|
|
360
|
-
- choices()
|
|
361
|
-
- weightedRandom()
|
|
362
|
-
- sample()
|
|
363
|
-
- update deps / readme
|
|
275
|
+
- **transducers:** remove obsolete fns, update to use [@thi](https://github.com/thi).ng/arrays ([83cb816](https://github.com/thi-ng/umbrella/commit/83cb816))
|
|
276
|
+
- **transducers:** remove obsolete randomID() & weightedRandom() ([4b0eec6](https://github.com/thi-ng/umbrella/commit/4b0eec6))
|
|
277
|
+
- **transducers:** restructure, migrate / remove various functions ([05bf213](https://github.com/thi-ng/umbrella/commit/05bf213))
|
|
364
278
|
|
|
365
|
-
|
|
279
|
+
### BREAKING CHANGES
|
|
366
280
|
|
|
367
|
-
|
|
281
|
+
- **transducers:** migrate / remove various functions to other packages
|
|
282
|
+
- constantly(), delay(), identity() => @thi.ng/compose
|
|
283
|
+
- randomID(), weightedRandom() => @thi.ng/random
|
|
284
|
+
- remove re-exports:
|
|
285
|
+
- even(), odd() (from @thi.ng/checks)
|
|
286
|
+
- juxt() (from @thi.ng/compose)
|
|
287
|
+
- remove obsolete hex() fn (use @thi.ng/strings fns instead)
|
|
288
|
+
- **transducers:** migrate randomID() & weightedRandom() to @thi.ng/random
|
|
289
|
+
- update choices() iterator
|
|
290
|
+
- **transducers:** migrate various support fns to @thi.ng/arrays
|
|
291
|
+
- remove/migrate functions:
|
|
292
|
+
- binarySearch()
|
|
293
|
+
- ensureArray() / ensureIterable()
|
|
294
|
+
- fuzzyMatch()
|
|
295
|
+
- peek()
|
|
296
|
+
- shuffleN()
|
|
297
|
+
- swizzler()
|
|
298
|
+
- add support for IRandom in:
|
|
299
|
+
- randomID()
|
|
300
|
+
- choices()
|
|
301
|
+
- weightedRandom()
|
|
302
|
+
- sample()
|
|
303
|
+
- update deps / readme
|
|
368
304
|
|
|
369
|
-
|
|
305
|
+
# [4.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@3.0.2...@thi.ng/transducers@4.0.0) (2019-02-05)
|
|
370
306
|
|
|
371
|
-
###
|
|
307
|
+
### Bug Fixes
|
|
372
308
|
|
|
373
|
-
|
|
309
|
+
- **transducers:** ensure all vals in hexDump iterator version ([ae83bb2](https://github.com/thi-ng/umbrella/commit/ae83bb2))
|
|
374
310
|
|
|
375
|
-
###
|
|
311
|
+
### Code Refactoring
|
|
376
312
|
|
|
377
|
-
|
|
313
|
+
- **transducers:** migrate binary related ops to new package ([a7c1ef7](https://github.com/thi-ng/umbrella/commit/a7c1ef7))
|
|
378
314
|
|
|
379
|
-
|
|
380
|
-
- bits
|
|
381
|
-
- base64Encode/Decode
|
|
382
|
-
- hexDump
|
|
383
|
-
- partitionBits
|
|
384
|
-
- utf8Encode/Decode
|
|
315
|
+
### BREAKING CHANGES
|
|
385
316
|
|
|
386
|
-
|
|
317
|
+
- **transducers:** migrate all binary data related ops to new package @thi.ng/transducers-binary
|
|
387
318
|
|
|
388
|
-
|
|
319
|
+
Removed: - bits - base64Encode/Decode - hexDump - partitionBits - utf8Encode/Decode
|
|
389
320
|
|
|
390
|
-
|
|
321
|
+
# [3.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.3.2...@thi.ng/transducers@3.0.0) (2019-01-21)
|
|
391
322
|
|
|
392
|
-
###
|
|
323
|
+
### Bug Fixes
|
|
393
324
|
|
|
394
|
-
|
|
325
|
+
- **transducers:** update juxt re-export ([a894a24](https://github.com/thi-ng/umbrella/commit/a894a24))
|
|
395
326
|
|
|
396
|
-
###
|
|
327
|
+
### Build System
|
|
397
328
|
|
|
398
|
-
|
|
329
|
+
- update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
|
|
399
330
|
|
|
400
|
-
|
|
401
|
-
`scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
402
|
-
- all imports MUST be updated to only refer to package level
|
|
403
|
-
(not individual files anymore). tree shaking in user land will get rid of
|
|
404
|
-
all unused imported symbols.
|
|
331
|
+
### BREAKING CHANGES
|
|
405
332
|
|
|
406
|
-
|
|
333
|
+
- enabled multi-outputs (ES6 modules, CJS, UMD)
|
|
334
|
+
- build scripts now first build ES6 modules in package root, then call `scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
335
|
+
- all imports MUST be updated to only refer to package level (not individual files anymore). tree shaking in user land will get rid of all unused imported symbols.
|
|
407
336
|
|
|
408
|
-
|
|
337
|
+
## [2.3.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.3.1...@thi.ng/transducers@2.3.2) (2019-01-02)
|
|
409
338
|
|
|
410
|
-
|
|
339
|
+
### Bug Fixes
|
|
411
340
|
|
|
412
|
-
|
|
341
|
+
- **transducers:** add reduced() handling for cat() ([cd17586](https://github.com/thi-ng/umbrella/commit/cd17586))
|
|
413
342
|
|
|
414
|
-
|
|
343
|
+
## [2.3.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.3.0...@thi.ng/transducers@2.3.1) (2018-12-29)
|
|
415
344
|
|
|
416
|
-
|
|
345
|
+
### Bug Fixes
|
|
417
346
|
|
|
418
|
-
|
|
347
|
+
- **transducers:** interpolate() interval selection, add minPos/maxPos ([a90a712](https://github.com/thi-ng/umbrella/commit/a90a712))
|
|
419
348
|
|
|
420
|
-
|
|
349
|
+
# [2.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.2.8...@thi.ng/transducers@2.3.0) (2018-12-28)
|
|
421
350
|
|
|
422
|
-
|
|
351
|
+
### Features
|
|
423
352
|
|
|
424
|
-
|
|
353
|
+
- **transducers:** add interpolate() iterator, update readme ([846ab5c](https://github.com/thi-ng/umbrella/commit/846ab5c))
|
|
425
354
|
|
|
426
|
-
|
|
355
|
+
## [2.2.7](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.2.6...@thi.ng/transducers@2.2.7) (2018-12-17)
|
|
427
356
|
|
|
428
|
-
|
|
357
|
+
### Bug Fixes
|
|
429
358
|
|
|
430
|
-
|
|
359
|
+
- **transducers:** add return type for range() ([0470505](https://github.com/thi-ng/umbrella/commit/0470505))
|
|
431
360
|
|
|
432
|
-
|
|
361
|
+
# [2.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.1.6...@thi.ng/transducers@2.2.0) (2018-10-17)
|
|
433
362
|
|
|
434
|
-
|
|
363
|
+
### Bug Fixes
|
|
435
364
|
|
|
436
|
-
|
|
365
|
+
- **transducers:** minor TS3.1 fixes ([1ef2361](https://github.com/thi-ng/umbrella/commit/1ef2361))
|
|
437
366
|
|
|
438
|
-
|
|
367
|
+
### Features
|
|
439
368
|
|
|
440
|
-
|
|
441
|
-
## [2.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.1.5...@thi.ng/transducers@2.1.6) (2018-09-26)
|
|
369
|
+
- **transducers:** update wrap*() fns to accept iterables ([515e5ba](https://github.com/thi-ng/umbrella/commit/515e5ba))
|
|
442
370
|
|
|
443
|
-
|
|
371
|
+
## [2.1.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.1.5...@thi.ng/transducers@2.1.6) (2018-09-26)
|
|
444
372
|
|
|
445
|
-
|
|
373
|
+
### Bug Fixes
|
|
446
374
|
|
|
447
|
-
|
|
448
|
-
## [2.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.1.2-alpha.1...@thi.ng/transducers@2.1.2) (2018-09-22)
|
|
375
|
+
- **transducers:** fix matchLast(), fix & update return match*() types ([823d828](https://github.com/thi-ng/umbrella/commit/823d828))
|
|
449
376
|
|
|
450
|
-
|
|
377
|
+
## [2.1.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.1.2-alpha.1...@thi.ng/transducers@2.1.2) (2018-09-22)
|
|
451
378
|
|
|
452
|
-
|
|
379
|
+
### Bug Fixes
|
|
453
380
|
|
|
454
|
-
|
|
455
|
-
## [2.1.2-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.1.2-alpha.0...@thi.ng/transducers@2.1.2-alpha.1) (2018-09-17)
|
|
381
|
+
- **transducers:** add missing type annotation ([022101f](https://github.com/thi-ng/umbrella/commit/022101f))
|
|
456
382
|
|
|
457
|
-
|
|
383
|
+
## [2.1.2-alpha.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.1.2-alpha.0...@thi.ng/transducers@2.1.2-alpha.1) (2018-09-17)
|
|
458
384
|
|
|
459
|
-
|
|
460
|
-
* **transducers:** update arg types for choices() & weightedRandom() ([eb67426](https://github.com/thi-ng/umbrella/commit/eb67426))
|
|
385
|
+
### Bug Fixes
|
|
461
386
|
|
|
462
|
-
|
|
387
|
+
- **transducers:** str() initial result handling ([f001314](https://github.com/thi-ng/umbrella/commit/f001314))
|
|
388
|
+
- **transducers:** update arg types for choices() & weightedRandom() ([eb67426](https://github.com/thi-ng/umbrella/commit/eb67426))
|
|
463
389
|
|
|
464
|
-
|
|
390
|
+
### Features
|
|
465
391
|
|
|
466
|
-
|
|
467
|
-
# [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.0.4...@thi.ng/transducers@2.1.0) (2018-09-08)
|
|
392
|
+
- **transducers:** add randomID() ([b488d2b](https://github.com/thi-ng/umbrella/commit/b488d2b))
|
|
468
393
|
|
|
469
|
-
|
|
394
|
+
# [2.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@2.0.4...@thi.ng/transducers@2.1.0) (2018-09-08)
|
|
470
395
|
|
|
471
|
-
|
|
472
|
-
* **transducers:** rename window() => slidingWindow(), update readme ([1f22867](https://github.com/thi-ng/umbrella/commit/1f22867))
|
|
473
|
-
* **transducers:** update partitionSync() xform & PartitionSyncOpts ([d8fdc01](https://github.com/thi-ng/umbrella/commit/d8fdc01))
|
|
396
|
+
### Features
|
|
474
397
|
|
|
475
|
-
|
|
476
|
-
|
|
398
|
+
- **transducers:** add window() xform ([2f0f3d4](https://github.com/thi-ng/umbrella/commit/2f0f3d4))
|
|
399
|
+
- **transducers:** rename window() => slidingWindow(), update readme ([1f22867](https://github.com/thi-ng/umbrella/commit/1f22867))
|
|
400
|
+
- **transducers:** update partitionSync() xform & PartitionSyncOpts ([d8fdc01](https://github.com/thi-ng/umbrella/commit/d8fdc01))
|
|
477
401
|
|
|
478
|
-
|
|
402
|
+
# [2.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.16.0...@thi.ng/transducers@2.0.0) (2018-08-24)
|
|
479
403
|
|
|
480
|
-
|
|
481
|
-
* **transducers:** copy&paste error (push) ([832e57f](https://github.com/thi-ng/umbrella/commit/832e57f))
|
|
482
|
-
* **transducers:** hex type decl ([723da5b](https://github.com/thi-ng/umbrella/commit/723da5b))
|
|
483
|
-
* **transducers:** iterator1() final reduced value handling ([d861bdd](https://github.com/thi-ng/umbrella/commit/d861bdd))
|
|
404
|
+
### Bug Fixes
|
|
484
405
|
|
|
485
|
-
|
|
406
|
+
- **transducers:** arg handling in rename() ([7a5be21](https://github.com/thi-ng/umbrella/commit/7a5be21))
|
|
407
|
+
- **transducers:** copy&paste error (push) ([832e57f](https://github.com/thi-ng/umbrella/commit/832e57f))
|
|
408
|
+
- **transducers:** hex type decl ([723da5b](https://github.com/thi-ng/umbrella/commit/723da5b))
|
|
409
|
+
- **transducers:** iterator1() final reduced value handling ([d861bdd](https://github.com/thi-ng/umbrella/commit/d861bdd))
|
|
486
410
|
|
|
487
|
-
|
|
411
|
+
### Code Refactoring
|
|
488
412
|
|
|
489
|
-
|
|
413
|
+
- **transducers:** rename inspect() => trace() ([e713704](https://github.com/thi-ng/umbrella/commit/e713704))
|
|
490
414
|
|
|
491
|
-
|
|
492
|
-
* **transducers:** add GroupByOpts interface, update groupBy* reducers ([2c3a114](https://github.com/thi-ng/umbrella/commit/2c3a114))
|
|
493
|
-
* **transducers:** update all reducers to accept opt iterables ([89b4ad5](https://github.com/thi-ng/umbrella/commit/89b4ad5))
|
|
494
|
-
* **transducers:** update all xforms to also work as iterator ([bae8a1d](https://github.com/thi-ng/umbrella/commit/bae8a1d))
|
|
495
|
-
* **transducers:** update base64Encode() to return string if input given ([599f2b6](https://github.com/thi-ng/umbrella/commit/599f2b6))
|
|
415
|
+
### Features
|
|
496
416
|
|
|
497
|
-
|
|
417
|
+
- **transducers:** add fill() & fillN() reducers ([0bd860e](https://github.com/thi-ng/umbrella/commit/0bd860e))
|
|
418
|
+
- **transducers:** add GroupByOpts interface, update groupBy* reducers ([2c3a114](https://github.com/thi-ng/umbrella/commit/2c3a114))
|
|
419
|
+
- **transducers:** update all reducers to accept opt iterables ([89b4ad5](https://github.com/thi-ng/umbrella/commit/89b4ad5))
|
|
420
|
+
- **transducers:** update all xforms to also work as iterator ([bae8a1d](https://github.com/thi-ng/umbrella/commit/bae8a1d))
|
|
421
|
+
- **transducers:** update base64Encode() to return string if input given ([599f2b6](https://github.com/thi-ng/umbrella/commit/599f2b6))
|
|
498
422
|
|
|
499
|
-
|
|
500
|
-
* **transducers:** add iterator1(), update various xforms ([ab662d8](https://github.com/thi-ng/umbrella/commit/ab662d8))
|
|
423
|
+
### Performance Improvements
|
|
501
424
|
|
|
502
|
-
|
|
425
|
+
- **transducers:** add IReducible, update reduce() ([9d83255](https://github.com/thi-ng/umbrella/commit/9d83255))
|
|
426
|
+
- **transducers:** add iterator1(), update various xforms ([ab662d8](https://github.com/thi-ng/umbrella/commit/ab662d8))
|
|
503
427
|
|
|
504
|
-
|
|
505
|
-
options object
|
|
506
|
-
* **transducers:** replace some xform args with options objects, impacted are:
|
|
428
|
+
### BREAKING CHANGES
|
|
507
429
|
|
|
508
|
-
-
|
|
509
|
-
-
|
|
510
|
-
-
|
|
511
|
-
-
|
|
512
|
-
-
|
|
513
|
-
-
|
|
514
|
-
-
|
|
515
|
-
-
|
|
516
|
-
|
|
430
|
+
- **transducers:** groupByMap() & groupByObj() args now given as options object
|
|
431
|
+
- **transducers:** replace some xform args with options objects, impacted are:
|
|
432
|
+
- convolve2d()
|
|
433
|
+
- filterFuzzy()
|
|
434
|
+
- hexDump()
|
|
435
|
+
- movingMedian()
|
|
436
|
+
- partitionSort()
|
|
437
|
+
- partitionSync()
|
|
438
|
+
- streamSort()
|
|
439
|
+
- wordWrap()
|
|
440
|
+
- **transducers:** rename inspect() => trace()
|
|
517
441
|
|
|
518
|
-
|
|
519
|
-
# [1.16.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.15.0...@thi.ng/transducers@1.16.0) (2018-08-08)
|
|
442
|
+
# [1.16.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.15.0...@thi.ng/transducers@1.16.0) (2018-08-08)
|
|
520
443
|
|
|
521
|
-
###
|
|
444
|
+
### Features
|
|
522
445
|
|
|
523
|
-
|
|
446
|
+
- **transducers:** add partitionBits() xform & tests ([a5e2c28](https://github.com/thi-ng/umbrella/commit/a5e2c28))
|
|
524
447
|
|
|
525
|
-
|
|
526
|
-
# [1.15.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.14.3...@thi.ng/transducers@1.15.0) (2018-08-02)
|
|
448
|
+
# [1.15.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.14.3...@thi.ng/transducers@1.15.0) (2018-08-02)
|
|
527
449
|
|
|
528
|
-
###
|
|
450
|
+
### Features
|
|
529
451
|
|
|
530
|
-
|
|
452
|
+
- **transducers:** add peek() helper fn ([e50fd10](https://github.com/thi-ng/umbrella/commit/e50fd10))
|
|
531
453
|
|
|
532
|
-
|
|
533
|
-
# [1.14.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.13.0...@thi.ng/transducers@1.14.0) (2018-07-19)
|
|
454
|
+
# [1.14.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.13.0...@thi.ng/transducers@1.14.0) (2018-07-19)
|
|
534
455
|
|
|
535
|
-
###
|
|
456
|
+
### Features
|
|
536
457
|
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
458
|
+
- **transducer:** add asIterable() helper ([ccc37c6](https://github.com/thi-ng/umbrella/commit/ccc37c6))
|
|
459
|
+
- **transducers:** add juxtR() for multiplexed reductions from same src ([9b07d12](https://github.com/thi-ng/umbrella/commit/9b07d12))
|
|
460
|
+
- **transducers:** allow key arrays for rename(), simplify call sites ([092154c](https://github.com/thi-ng/umbrella/commit/092154c))
|
|
540
461
|
|
|
541
|
-
###
|
|
462
|
+
### Performance Improvements
|
|
542
463
|
|
|
543
|
-
|
|
464
|
+
- **transducers:** update movingAverage() xform, add docs ([9874ace](https://github.com/thi-ng/umbrella/commit/9874ace))
|
|
544
465
|
|
|
545
|
-
|
|
546
|
-
# [1.13.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.12.2...@thi.ng/transducers@1.13.0) (2018-07-13)
|
|
466
|
+
# [1.13.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.12.2...@thi.ng/transducers@1.13.0) (2018-07-13)
|
|
547
467
|
|
|
548
|
-
###
|
|
468
|
+
### Features
|
|
549
469
|
|
|
550
|
-
|
|
470
|
+
- **transducers:** add wordWrap() xform ([81223dc](https://github.com/thi-ng/umbrella/commit/81223dc))
|
|
551
471
|
|
|
552
|
-
|
|
553
|
-
## [1.12.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.12.1...@thi.ng/transducers@1.12.2) (2018-07-09)
|
|
472
|
+
## [1.12.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.12.1...@thi.ng/transducers@1.12.2) (2018-07-09)
|
|
554
473
|
|
|
555
|
-
###
|
|
474
|
+
### Bug Fixes
|
|
556
475
|
|
|
557
|
-
|
|
476
|
+
- **transducers:** revert mean() from regression introduced in 095e6ef ([03543ee](https://github.com/thi-ng/umbrella/commit/03543ee))
|
|
558
477
|
|
|
559
|
-
|
|
560
|
-
# [1.12.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.11.1...@thi.ng/transducers@1.12.0) (2018-07-03)
|
|
478
|
+
# [1.12.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.11.1...@thi.ng/transducers@1.12.0) (2018-07-03)
|
|
561
479
|
|
|
562
|
-
###
|
|
480
|
+
### Features
|
|
563
481
|
|
|
564
|
-
|
|
482
|
+
- **transducers:** add ensureArray(), refactor reverse() ([677c7cc](https://github.com/thi-ng/umbrella/commit/677c7cc))
|
|
565
483
|
|
|
566
|
-
|
|
567
|
-
# [1.11.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.10.3...@thi.ng/transducers@1.11.0) (2018-06-19)
|
|
484
|
+
# [1.11.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.10.3...@thi.ng/transducers@1.11.0) (2018-06-19)
|
|
568
485
|
|
|
569
|
-
###
|
|
486
|
+
### Features
|
|
570
487
|
|
|
571
|
-
|
|
488
|
+
- **transducers:** add matchFirst()/matchLast() xforms, update readme ([bc261e5](https://github.com/thi-ng/umbrella/commit/bc261e5))
|
|
572
489
|
|
|
573
|
-
|
|
574
|
-
# [1.10.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.9.4...@thi.ng/transducers@1.10.0) (2018-05-14)
|
|
490
|
+
# [1.10.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.9.4...@thi.ng/transducers@1.10.0) (2018-05-14)
|
|
575
491
|
|
|
576
|
-
###
|
|
492
|
+
### Features
|
|
577
493
|
|
|
578
|
-
|
|
579
|
-
|
|
494
|
+
- **transducers:** add filterFuzzy() xform ([2bebba2](https://github.com/thi-ng/umbrella/commit/2bebba2))
|
|
495
|
+
- **transducers:** add wrap*() iterators ([306625d](https://github.com/thi-ng/umbrella/commit/306625d))
|
|
580
496
|
|
|
581
|
-
|
|
582
|
-
# [1.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.8.6...@thi.ng/transducers@1.9.0) (2018-05-10)
|
|
497
|
+
# [1.9.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.8.6...@thi.ng/transducers@1.9.0) (2018-05-10)
|
|
583
498
|
|
|
584
|
-
###
|
|
499
|
+
### Features
|
|
585
500
|
|
|
586
|
-
|
|
501
|
+
- **transducers:** add normRange() iterator ([55f29b8](https://github.com/thi-ng/umbrella/commit/55f29b8))
|
|
587
502
|
|
|
588
|
-
|
|
589
|
-
## [1.8.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.8.0...@thi.ng/transducers@1.8.1) (2018-04-18)
|
|
503
|
+
## [1.8.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.8.0...@thi.ng/transducers@1.8.1) (2018-04-18)
|
|
590
504
|
|
|
591
|
-
###
|
|
505
|
+
### Bug Fixes
|
|
592
506
|
|
|
593
|
-
|
|
594
|
-
|
|
507
|
+
- **transducers:** add generics for compR(), fix types in mapNth() ([3b7c9d9](https://github.com/thi-ng/umbrella/commit/3b7c9d9))
|
|
508
|
+
- **transducers:** Provide argument types for compR() and deepTransform() ([de89f00](https://github.com/thi-ng/umbrella/commit/de89f00))
|
|
595
509
|
|
|
596
|
-
|
|
597
|
-
# [1.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.7.5...@thi.ng/transducers@1.8.0) (2018-04-11)
|
|
510
|
+
# [1.8.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.7.5...@thi.ng/transducers@1.8.0) (2018-04-11)
|
|
598
511
|
|
|
599
|
-
###
|
|
512
|
+
### Features
|
|
600
513
|
|
|
601
|
-
|
|
514
|
+
- **transducers:** add run() for executing side effects only, update readme ([52c7508](https://github.com/thi-ng/umbrella/commit/52c7508))
|
|
602
515
|
|
|
603
|
-
|
|
604
|
-
# [1.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.6.2...@thi.ng/transducers@1.7.0) (2018-03-19)
|
|
516
|
+
# [1.7.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.6.2...@thi.ng/transducers@1.7.0) (2018-03-19)
|
|
605
517
|
|
|
606
|
-
###
|
|
518
|
+
### Features
|
|
607
519
|
|
|
608
|
-
|
|
609
|
-
|
|
520
|
+
- **transducers:** add mapVals() xform ([abc195a](https://github.com/thi-ng/umbrella/commit/abc195a))
|
|
521
|
+
- **transducers:** add partitionSync() xform ([bebd118](https://github.com/thi-ng/umbrella/commit/bebd118))
|
|
610
522
|
|
|
611
|
-
|
|
612
|
-
# [1.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.5.1...@thi.ng/transducers@1.6.0) (2018-03-03)
|
|
523
|
+
# [1.6.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.5.1...@thi.ng/transducers@1.6.0) (2018-03-03)
|
|
613
524
|
|
|
614
|
-
###
|
|
525
|
+
### Features
|
|
615
526
|
|
|
616
|
-
|
|
527
|
+
- **transducers:** add permutations()/permutationsN() generators ([91938ed](https://github.com/thi-ng/umbrella/commit/91938ed))
|
|
617
528
|
|
|
618
|
-
|
|
619
|
-
## [1.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.5.0...@thi.ng/transducers@1.5.1) (2018-03-02)
|
|
529
|
+
## [1.5.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.5.0...@thi.ng/transducers@1.5.1) (2018-03-02)
|
|
620
530
|
|
|
621
|
-
###
|
|
531
|
+
### Bug Fixes
|
|
622
532
|
|
|
623
|
-
|
|
533
|
+
- **transducers:** flattenWith() ([3d8aa32](https://github.com/thi-ng/umbrella/commit/3d8aa32))
|
|
624
534
|
|
|
625
|
-
|
|
626
|
-
# [1.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.4.0...@thi.ng/transducers@1.5.0) (2018-02-26)
|
|
535
|
+
# [1.5.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.4.0...@thi.ng/transducers@1.5.0) (2018-02-26)
|
|
627
536
|
|
|
628
|
-
###
|
|
537
|
+
### Features
|
|
629
538
|
|
|
630
|
-
|
|
539
|
+
- **transducers:** add keys()/vals() iterators, refactor pairs() ([9824844](https://github.com/thi-ng/umbrella/commit/9824844))
|
|
631
540
|
|
|
632
|
-
|
|
633
|
-
# [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.3.0...@thi.ng/transducers@1.4.0) (2018-02-23)
|
|
541
|
+
# [1.4.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.3.0...@thi.ng/transducers@1.4.0) (2018-02-23)
|
|
634
542
|
|
|
635
|
-
###
|
|
543
|
+
### Features
|
|
636
544
|
|
|
637
|
-
|
|
545
|
+
- **transducers:** add deepTransform & mapDeep xform ([f0fdfa1](https://github.com/thi-ng/umbrella/commit/f0fdfa1))
|
|
638
546
|
|
|
639
|
-
|
|
640
|
-
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.2.0...@thi.ng/transducers@1.3.0) (2018-02-19)
|
|
547
|
+
# [1.3.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.2.0...@thi.ng/transducers@1.3.0) (2018-02-19)
|
|
641
548
|
|
|
642
|
-
###
|
|
549
|
+
### Features
|
|
643
550
|
|
|
644
|
-
|
|
551
|
+
- **transducers:** add lookup1d/2d/3d helpers, update re-exports ([193058d](https://github.com/thi-ng/umbrella/commit/193058d))
|
|
645
552
|
|
|
646
|
-
|
|
647
|
-
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.1.0...@thi.ng/transducers@1.2.0) (2018-02-18)
|
|
553
|
+
# [1.2.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.1.0...@thi.ng/transducers@1.2.0) (2018-02-18)
|
|
648
554
|
|
|
649
|
-
###
|
|
555
|
+
### Bug Fixes
|
|
650
556
|
|
|
651
|
-
|
|
557
|
+
- **transducers:** update imports `step()` ([48f8bb8](https://github.com/thi-ng/umbrella/commit/48f8bb8))
|
|
652
558
|
|
|
653
|
-
###
|
|
559
|
+
### Features
|
|
654
560
|
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
561
|
+
- **transducers:** add convolve2d xform & types ([ab8a855](https://github.com/thi-ng/umbrella/commit/ab8a855))
|
|
562
|
+
- **transducers:** add movingMedian() xform ([d7b1d0d](https://github.com/thi-ng/umbrella/commit/d7b1d0d))
|
|
563
|
+
- **transducers:** add range2d / range3d generators ([722042b](https://github.com/thi-ng/umbrella/commit/722042b))
|
|
658
564
|
|
|
659
|
-
|
|
660
|
-
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.0.7...@thi.ng/transducers@1.1.0) (2018-02-08)
|
|
565
|
+
# [1.1.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.0.7...@thi.ng/transducers@1.1.0) (2018-02-08)
|
|
661
566
|
|
|
662
|
-
###
|
|
567
|
+
### Features
|
|
663
568
|
|
|
664
|
-
|
|
569
|
+
- **transducers:** add page() xform, update readme ([855d803](https://github.com/thi-ng/umbrella/commit/855d803))
|
|
665
570
|
|
|
666
|
-
|
|
667
|
-
## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.0.5...@thi.ng/transducers@1.0.6) (2018-02-01)
|
|
571
|
+
## [1.0.6](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.0.5...@thi.ng/transducers@1.0.6) (2018-02-01)
|
|
668
572
|
|
|
669
|
-
###
|
|
573
|
+
### Bug Fixes
|
|
670
574
|
|
|
671
|
-
|
|
575
|
+
- **transducers:** update comp() for typescript 2.7.* ([febe39f](https://github.com/thi-ng/umbrella/commit/febe39f))
|
|
672
576
|
|
|
673
|
-
|
|
674
|
-
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.0.1...@thi.ng/transducers@1.0.2) (2018-01-29)
|
|
577
|
+
## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@1.0.1...@thi.ng/transducers@1.0.2) (2018-01-29)
|
|
675
578
|
|
|
676
|
-
###
|
|
579
|
+
### Performance Improvements
|
|
677
580
|
|
|
678
|
-
|
|
581
|
+
- **transducers:** avoid result object cloning in struct() xform ([d774e32](https://github.com/thi-ng/umbrella/commit/d774e32))
|
|
679
582
|
|
|
680
|
-
|
|
681
|
-
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@0.11.2...@thi.ng/transducers@1.0.0) (2018-01-28)
|
|
583
|
+
# [1.0.0](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@0.11.2...@thi.ng/transducers@1.0.0) (2018-01-28)
|
|
682
584
|
|
|
683
|
-
###
|
|
585
|
+
### Bug Fixes
|
|
684
586
|
|
|
685
|
-
|
|
686
|
-
|
|
587
|
+
- **transducers:** add "complete" step handling in scan() ([8e5204d](https://github.com/thi-ng/umbrella/commit/8e5204d))
|
|
588
|
+
- **transducers:** scan() complete handling ([44db970](https://github.com/thi-ng/umbrella/commit/44db970))
|
|
687
589
|
|
|
688
|
-
###
|
|
590
|
+
### Code Refactoring
|
|
689
591
|
|
|
690
|
-
|
|
592
|
+
- **transducers:** rename join() => str() rfn ([e268e35](https://github.com/thi-ng/umbrella/commit/e268e35))
|
|
691
593
|
|
|
692
|
-
###
|
|
594
|
+
### Features
|
|
693
595
|
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
596
|
+
- **transducers:** add every(), some() rfns ([63344e4](https://github.com/thi-ng/umbrella/commit/63344e4))
|
|
597
|
+
- **transducers:** add labeled() xform ([0b3c786](https://github.com/thi-ng/umbrella/commit/0b3c786))
|
|
598
|
+
- **transducers:** add multiplex() xform & docs ([beb2cee](https://github.com/thi-ng/umbrella/commit/beb2cee))
|
|
599
|
+
- **transducers:** add multiplexObj() ([931b67f](https://github.com/thi-ng/umbrella/commit/931b67f))
|
|
600
|
+
- **transducers:** add noop() xform, update readme ([7b21aa6](https://github.com/thi-ng/umbrella/commit/7b21aa6))
|
|
601
|
+
- **transducers:** add utf8Encode()/utf8Decode() xforms ([e50fa26](https://github.com/thi-ng/umbrella/commit/e50fa26))
|
|
602
|
+
- **transducers:** update frequencies() & groupByMap() ([4b8d037](https://github.com/thi-ng/umbrella/commit/4b8d037))
|
|
603
|
+
- **transducers:** update re-exports, extract throttleTime() into own file ([45d6bc6](https://github.com/thi-ng/umbrella/commit/45d6bc6))
|
|
604
|
+
- **transducers:** update re-exports, minor update reductions() ([e555ff5](https://github.com/thi-ng/umbrella/commit/e555ff5))
|
|
605
|
+
- **transducers:** update step() to support multiple results ([1f32fc0](https://github.com/thi-ng/umbrella/commit/1f32fc0))
|
|
606
|
+
- **transducers:** update throttle(), refactor take/dropNth ([e1a282c](https://github.com/thi-ng/umbrella/commit/e1a282c))
|
|
705
607
|
|
|
706
|
-
###
|
|
608
|
+
### BREAKING CHANGES
|
|
707
609
|
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
610
|
+
- **transducers:** throttle() requires stateful predicate now
|
|
611
|
+
- **transducers:** rename join() => str() reduer in prep for actual set join() op
|
|
612
|
+
- **transducers:** now possibly returns array instead of single value if wrapped transducer produced multiple results
|