@thi.ng/transducers 7.8.4 → 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 -467
- package/README.md +239 -214
- 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} +4 -4
- package/{xform/flatten-with.js → flatten-with.js} +5 -4
- package/{xform/flatten.d.ts → flatten.d.ts} +4 -3
- 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 -134
- package/index.js +142 -134
- 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/norm-count.d.ts +24 -0
- package/norm-count.js +9 -0
- package/norm-frequencies-auto.d.ts +23 -0
- package/norm-frequencies-auto.js +21 -0
- package/norm-frequencies.d.ts +21 -0
- package/norm-frequencies.js +11 -0
- 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 -2188
- 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,731 +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
|
-
**Note:** Version bump only for package @thi.ng/transducers
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [7.8.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.8.2...@thi.ng/transducers@7.8.3) (2021-08-08)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @thi.ng/transducers
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [7.8.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.8.1...@thi.ng/transducers@7.8.2) (2021-08-08)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @thi.ng/transducers
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## [7.8.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.8.0...@thi.ng/transducers@7.8.1) (2021-08-04)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @thi.ng/transducers
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
# [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)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Features
|
|
42
|
-
|
|
43
|
-
* **transducers:** add minMax() reducer ([5f8a722](https://github.com/thi-ng/umbrella/commit/5f8a72215010645cce039cedab3313fae722e363))
|
|
44
|
-
* **transducers:** update repeatedly(), iterate() ([b7d9ba4](https://github.com/thi-ng/umbrella/commit/b7d9ba42b812c3b39909e86be5eebfa4e235f535))
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
## [7.7.5](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.7.4...@thi.ng/transducers@7.7.5) (2021-07-27)
|
|
51
|
-
|
|
52
|
-
**Note:** Version bump only for package @thi.ng/transducers
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
## [7.7.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.7.3...@thi.ng/transducers@7.7.4) (2021-07-01)
|
|
59
|
-
|
|
60
|
-
**Note:** Version bump only for package @thi.ng/transducers
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## [7.7.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.7.2...@thi.ng/transducers@7.7.3) (2021-06-08)
|
|
67
|
-
|
|
68
|
-
**Note:** Version bump only for package @thi.ng/transducers
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
# [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)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Features
|
|
78
|
-
|
|
79
|
-
* **transducers:** add partitionWhen() xform ([d2dd4d9](https://github.com/thi-ng/umbrella/commit/d2dd4d92895622bfa38d8458472d86f9e89e8952))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## [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)
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
### Bug Fixes
|
|
89
|
-
|
|
90
|
-
* **transducers:** add missing type anno (TS4.2) ([7ced9be](https://github.com/thi-ng/umbrella/commit/7ced9be6b0dc41567c4b65517e8caba1d0bfffe2))
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
# [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)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### Features
|
|
100
|
-
|
|
101
|
-
* **transducers:** add TweenOpts.easing, update tween() ([f3a50f4](https://github.com/thi-ng/umbrella/commit/f3a50f46c800c23e8aa3e42ebd90e6b028c6a0db))
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
# [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)
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
### Features
|
|
111
|
-
|
|
112
|
-
* **transducers:** add minMag/maxMag() reducers ([f7496b3](https://github.com/thi-ng/umbrella/commit/f7496b3989c0209f51c561cdba9b50d19f976357))
|
|
113
|
-
* **transducers:** add reduceRight/transduceRight() ([b71ff9c](https://github.com/thi-ng/umbrella/commit/b71ff9c63ea158d44187b1ab5b25d1833eebde3c))
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
# [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)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### Features
|
|
123
|
-
|
|
124
|
-
* **transducers:** add mapcatIndexed() xform ([4f3d6e0](https://github.com/thi-ng/umbrella/commit/4f3d6e02a0ff3fe7307cd03404277c03123f83e9))
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
# [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)
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
### Bug Fixes
|
|
134
|
-
|
|
135
|
-
* **transducers:** type ([dedce3f](https://github.com/thi-ng/umbrella/commit/dedce3fe874960769c4f6e178fd591bfd6eef263))
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Features
|
|
139
|
-
|
|
140
|
-
* **tranducers:** fix normRange2d, add normRange3d ([db75605](https://github.com/thi-ng/umbrella/commit/db75605a65a7ca47fae146935b78d20ec3569d11))
|
|
141
|
-
* **transducers:** add normRange2 ([1125930](https://github.com/thi-ng/umbrella/commit/1125930e3ea32d80793876daa98729e7ee51fe76))
|
|
142
|
-
|
|
143
|
-
|
|
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)
|
|
144
7
|
|
|
145
8
|
|
|
9
|
+
### Build System
|
|
146
10
|
|
|
147
|
-
|
|
11
|
+
* major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
|
|
148
12
|
|
|
149
13
|
|
|
150
|
-
###
|
|
14
|
+
### Code Refactoring
|
|
151
15
|
|
|
152
|
-
* **transducers:**
|
|
16
|
+
* **transducers:** restructure package ([4d643f5](https://github.com/thi-ng/umbrella/commit/4d643f57a276ddd73e6214f9ea78d3302076d466))
|
|
153
17
|
|
|
154
18
|
|
|
19
|
+
### BREAKING CHANGES
|
|
155
20
|
|
|
21
|
+
* **transducers:** restructure/flatten pkg, remove sub folders
|
|
156
22
|
|
|
23
|
+
- migrate all /func, /iter, /rfn, /xform files to main /src folder
|
|
24
|
+
* discontinue CommonJS & UMD versions
|
|
157
25
|
|
|
158
|
-
|
|
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
|
|
159
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
|
|
160
37
|
|
|
161
|
-
### Features
|
|
162
38
|
|
|
163
|
-
* **transducers:** add keyPermutations, tests, update readme ([5110d50](https://github.com/thi-ng/umbrella/commit/5110d50ba0c499c48c288820b9fb73ee42f9142f))
|
|
164
39
|
|
|
165
40
|
|
|
166
41
|
|
|
167
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)
|
|
168
44
|
|
|
169
|
-
|
|
45
|
+
### Bug Fixes
|
|
170
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))
|
|
171
48
|
|
|
172
|
-
|
|
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)
|
|
173
50
|
|
|
174
|
-
|
|
51
|
+
### Bug Fixes
|
|
175
52
|
|
|
53
|
+
- **transducers:** update normFrequenciesAuto() ([5b5200b](https://github.com/thi-ng/umbrella/commit/5b5200b6d4e61df6c2e6458b99b8b10ea9f3bb65))
|
|
176
54
|
|
|
177
|
-
|
|
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)
|
|
178
56
|
|
|
179
|
-
|
|
57
|
+
### Features
|
|
180
58
|
|
|
59
|
+
- **transducers:** add normalized frequencies() reducers ([d09db8d](https://github.com/thi-ng/umbrella/commit/d09db8d47be81e78dea1f4e16917249924b65e35))
|
|
181
60
|
|
|
182
|
-
|
|
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)
|
|
183
62
|
|
|
184
|
-
|
|
63
|
+
### Features
|
|
185
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))
|
|
186
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)
|
|
187
69
|
|
|
70
|
+
### Features
|
|
188
71
|
|
|
72
|
+
- **transducers:** add partitionWhen() xform ([d2dd4d9](https://github.com/thi-ng/umbrella/commit/d2dd4d92895622bfa38d8458472d86f9e89e8952))
|
|
189
73
|
|
|
190
|
-
|
|
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)
|
|
191
75
|
|
|
76
|
+
### Bug Fixes
|
|
192
77
|
|
|
193
|
-
|
|
78
|
+
- **transducers:** add missing type anno (TS4.2) ([7ced9be](https://github.com/thi-ng/umbrella/commit/7ced9be6b0dc41567c4b65517e8caba1d0bfffe2))
|
|
194
79
|
|
|
195
|
-
|
|
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)
|
|
196
81
|
|
|
82
|
+
### Features
|
|
197
83
|
|
|
84
|
+
- **transducers:** add TweenOpts.easing, update tween() ([f3a50f4](https://github.com/thi-ng/umbrella/commit/f3a50f46c800c23e8aa3e42ebd90e6b028c6a0db))
|
|
198
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)
|
|
199
87
|
|
|
88
|
+
### Features
|
|
200
89
|
|
|
201
|
-
|
|
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))
|
|
202
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)
|
|
203
94
|
|
|
204
|
-
###
|
|
95
|
+
### Features
|
|
205
96
|
|
|
206
|
-
|
|
97
|
+
- **transducers:** add mapcatIndexed() xform ([4f3d6e0](https://github.com/thi-ng/umbrella/commit/4f3d6e02a0ff3fe7307cd03404277c03123f83e9))
|
|
207
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)
|
|
208
100
|
|
|
101
|
+
### Bug Fixes
|
|
209
102
|
|
|
103
|
+
- **transducers:** type ([dedce3f](https://github.com/thi-ng/umbrella/commit/dedce3fe874960769c4f6e178fd591bfd6eef263))
|
|
210
104
|
|
|
105
|
+
### Features
|
|
211
106
|
|
|
212
|
-
|
|
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))
|
|
213
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)
|
|
214
111
|
|
|
215
|
-
###
|
|
112
|
+
### Features
|
|
216
113
|
|
|
217
|
-
|
|
114
|
+
- **transducers:** add autoObj() reducer ([26ad12a](https://github.com/thi-ng/umbrella/commit/26ad12a1ae73c563a944baf1db643930bba3fdb0))
|
|
218
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)
|
|
219
117
|
|
|
118
|
+
### Features
|
|
220
119
|
|
|
120
|
+
- **transducers:** add keyPermutations, tests, update readme ([5110d50](https://github.com/thi-ng/umbrella/commit/5110d50ba0c499c48c288820b9fb73ee42f9142f))
|
|
221
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)
|
|
222
123
|
|
|
223
|
-
|
|
124
|
+
### Bug Fixes
|
|
224
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))
|
|
225
127
|
|
|
226
|
-
###
|
|
128
|
+
### Documentation
|
|
227
129
|
|
|
228
|
-
|
|
229
|
-
* **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))
|
|
230
131
|
|
|
132
|
+
### BREAKING CHANGES
|
|
231
133
|
|
|
134
|
+
- **transducers:** `flatten` string handling now *always* atomic
|
|
232
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)
|
|
233
137
|
|
|
138
|
+
### Features
|
|
234
139
|
|
|
235
|
-
|
|
140
|
+
- **transducers:** add IDeref support slidingWindow() ([13f4184](https://github.com/thi-ng/umbrella/commit/13f4184f755fadb0a585b7e443c1218a7e2df5db))
|
|
236
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)
|
|
237
143
|
|
|
238
|
-
###
|
|
144
|
+
### Features
|
|
239
145
|
|
|
240
|
-
|
|
146
|
+
- **transducers:** add rangeNd(), add/update tests ([9239d6f](https://github.com/thi-ng/umbrella/commit/9239d6fbf4de66300ed924b9de9a0fa67df0235c))
|
|
241
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)
|
|
242
149
|
|
|
150
|
+
### Features
|
|
243
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))
|
|
244
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)
|
|
245
155
|
|
|
246
|
-
|
|
156
|
+
### Features
|
|
247
157
|
|
|
248
|
-
|
|
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))
|
|
249
160
|
|
|
250
|
-
|
|
251
|
-
* **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)
|
|
252
162
|
|
|
253
|
-
###
|
|
163
|
+
### Features
|
|
254
164
|
|
|
255
|
-
|
|
256
|
-
* **transducers:** add IXform interface & TxLike type alias, update related functions ([49c62b7](https://github.com/thi-ng/umbrella/commit/49c62b7932eb943a8db472c3e1de0f18a35c43c6))
|
|
257
|
-
* **transducers:** add line(), curve() ([31bd5b9](https://github.com/thi-ng/umbrella/commit/31bd5b9758a8da828cb9cc79820333279f810345))
|
|
258
|
-
* **transducers:** add opt limit for cycle() ([186daff](https://github.com/thi-ng/umbrella/commit/186daff00edeb9b3a7e1475e3f903f3b1f0b75c2))
|
|
259
|
-
* **transducers:** add pushSort() reducer ([444d2ee](https://github.com/thi-ng/umbrella/commit/444d2ee6b5111e4855b8cb3f2417738ccd934861))
|
|
260
|
-
* **transducers:** add sortedKeys() iterator ([fa9343c](https://github.com/thi-ng/umbrella/commit/fa9343c8028c3f02e0322362db97a126f5c8a564))
|
|
261
|
-
* **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))
|
|
262
166
|
|
|
263
|
-
|
|
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)
|
|
264
168
|
|
|
265
|
-
|
|
169
|
+
### Bug Fixes
|
|
266
170
|
|
|
267
|
-
|
|
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))
|
|
268
173
|
|
|
269
|
-
###
|
|
174
|
+
### Features
|
|
270
175
|
|
|
271
|
-
|
|
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))
|
|
272
183
|
|
|
273
|
-
###
|
|
184
|
+
### Performance Improvements
|
|
274
185
|
|
|
275
|
-
|
|
186
|
+
- **transducers:** update string version of palindrome() ([315cbf8](https://github.com/thi-ng/umbrella/commit/315cbf80b577966e19f6a135d2c4256205c4a251))
|
|
276
187
|
|
|
277
|
-
#
|
|
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)
|
|
278
189
|
|
|
279
|
-
###
|
|
190
|
+
### Bug Fixes
|
|
280
191
|
|
|
281
|
-
|
|
282
|
-
* **transducers:** simplify args for extendSides, padSides, wrapSides ([a36651a](https://github.com/thi-ng/umbrella/commit/a36651a3aadb951a3d8bd117ddfa0dddf48d36ac))
|
|
283
|
-
* **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))
|
|
284
193
|
|
|
285
|
-
###
|
|
194
|
+
### Features
|
|
286
195
|
|
|
287
|
-
|
|
288
|
-
* **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))
|
|
289
197
|
|
|
290
|
-
|
|
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)
|
|
291
199
|
|
|
292
|
-
|
|
293
|
-
* **transducers:** rename `interpolate` iterator => `tween`
|
|
294
|
-
* **transducers:** Rename wrap() => wrapSides(), update signature to be
|
|
295
|
-
aligned w/ related iterators
|
|
200
|
+
### Code Refactoring
|
|
296
201
|
|
|
297
|
-
|
|
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))
|
|
298
205
|
|
|
299
|
-
###
|
|
206
|
+
### Features
|
|
300
207
|
|
|
301
|
-
|
|
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))
|
|
302
210
|
|
|
303
|
-
|
|
211
|
+
### BREAKING CHANGES
|
|
304
212
|
|
|
305
|
-
|
|
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
|
|
306
216
|
|
|
307
|
-
|
|
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)
|
|
308
218
|
|
|
309
|
-
###
|
|
219
|
+
### Bug Fixes
|
|
310
220
|
|
|
311
|
-
|
|
221
|
+
- **transducers:** fix mean() for reduce w/ init value ([d993bf2](https://github.com/thi-ng/umbrella/commit/d993bf2))
|
|
312
222
|
|
|
313
|
-
|
|
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)
|
|
314
224
|
|
|
315
|
-
###
|
|
225
|
+
### Bug Fixes
|
|
316
226
|
|
|
317
|
-
|
|
227
|
+
- **transducers:** fix cat/mapcat arg types ([0d9b7cb](https://github.com/thi-ng/umbrella/commit/0d9b7cb))
|
|
318
228
|
|
|
319
|
-
|
|
229
|
+
### Features
|
|
320
230
|
|
|
321
|
-
|
|
231
|
+
- **transducers:** enable TS strict compiler flags (refactor) ([2f8ec89](https://github.com/thi-ng/umbrella/commit/2f8ec89))
|
|
322
232
|
|
|
323
|
-
|
|
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)
|
|
324
234
|
|
|
325
|
-
###
|
|
235
|
+
### Bug Fixes
|
|
326
236
|
|
|
327
|
-
|
|
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))
|
|
328
238
|
|
|
329
|
-
#
|
|
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)
|
|
330
240
|
|
|
331
|
-
###
|
|
241
|
+
### Bug Fixes
|
|
332
242
|
|
|
333
|
-
|
|
243
|
+
- **transducers:** update mean() completion step to avoid div by zero ([f644ecd](https://github.com/thi-ng/umbrella/commit/f644ecd))
|
|
334
244
|
|
|
335
|
-
|
|
245
|
+
### Features
|
|
336
246
|
|
|
337
|
-
|
|
247
|
+
- **transducers:** add toggle() xform ([b5c744e](https://github.com/thi-ng/umbrella/commit/b5c744e))
|
|
338
248
|
|
|
339
|
-
|
|
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)
|
|
340
250
|
|
|
341
|
-
|
|
251
|
+
### Features
|
|
342
252
|
|
|
343
|
-
|
|
253
|
+
- **transducers:** add / update convolution fns ([31e594b](https://github.com/thi-ng/umbrella/commit/31e594b))
|
|
344
254
|
|
|
345
|
-
|
|
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)
|
|
346
256
|
|
|
347
|
-
###
|
|
257
|
+
### Bug Fixes
|
|
348
258
|
|
|
349
|
-
|
|
259
|
+
- **transducers:** update dedupe() w/ predicate arg ([c414423](https://github.com/thi-ng/umbrella/commit/c414423))
|
|
350
260
|
|
|
351
|
-
#
|
|
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)
|
|
352
262
|
|
|
353
|
-
###
|
|
263
|
+
### Bug Fixes
|
|
354
264
|
|
|
355
|
-
|
|
356
|
-
* **transducers:** remove obsolete randomID() & weightedRandom() ([4b0eec6](https://github.com/thi-ng/umbrella/commit/4b0eec6))
|
|
357
|
-
* **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))
|
|
358
266
|
|
|
359
|
-
###
|
|
267
|
+
### Features
|
|
360
268
|
|
|
361
|
-
|
|
269
|
+
- **transducers:** add converge() xform, add iter arg to iterate() ([8393a95](https://github.com/thi-ng/umbrella/commit/8393a95))
|
|
362
270
|
|
|
363
|
-
-
|
|
364
|
-
- randomID(), weightedRandom() => @thi.ng/random
|
|
365
|
-
- remove re-exports:
|
|
366
|
-
- even(), odd() (from @thi.ng/checks)
|
|
367
|
-
- juxt() (from @thi.ng/compose)
|
|
368
|
-
- remove obsolete hex() fn (use @thi.ng/strings fns instead)
|
|
369
|
-
* **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)
|
|
370
272
|
|
|
371
|
-
|
|
372
|
-
* **transducers:** migrate various support fns to @thi.ng/arrays
|
|
273
|
+
### Code Refactoring
|
|
373
274
|
|
|
374
|
-
- remove/
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
- fuzzyMatch()
|
|
378
|
-
- peek()
|
|
379
|
-
- shuffleN()
|
|
380
|
-
- swizzler()
|
|
381
|
-
- add support for IRandom in:
|
|
382
|
-
- randomID()
|
|
383
|
-
- choices()
|
|
384
|
-
- weightedRandom()
|
|
385
|
-
- sample()
|
|
386
|
-
- 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))
|
|
387
278
|
|
|
388
|
-
|
|
279
|
+
### BREAKING CHANGES
|
|
389
280
|
|
|
390
|
-
|
|
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
|
|
391
304
|
|
|
392
|
-
|
|
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)
|
|
393
306
|
|
|
394
|
-
###
|
|
307
|
+
### Bug Fixes
|
|
395
308
|
|
|
396
|
-
|
|
309
|
+
- **transducers:** ensure all vals in hexDump iterator version ([ae83bb2](https://github.com/thi-ng/umbrella/commit/ae83bb2))
|
|
397
310
|
|
|
398
|
-
###
|
|
311
|
+
### Code Refactoring
|
|
399
312
|
|
|
400
|
-
|
|
313
|
+
- **transducers:** migrate binary related ops to new package ([a7c1ef7](https://github.com/thi-ng/umbrella/commit/a7c1ef7))
|
|
401
314
|
|
|
402
|
-
|
|
403
|
-
- bits
|
|
404
|
-
- base64Encode/Decode
|
|
405
|
-
- hexDump
|
|
406
|
-
- partitionBits
|
|
407
|
-
- utf8Encode/Decode
|
|
315
|
+
### BREAKING CHANGES
|
|
408
316
|
|
|
409
|
-
|
|
317
|
+
- **transducers:** migrate all binary data related ops to new package @thi.ng/transducers-binary
|
|
410
318
|
|
|
411
|
-
|
|
319
|
+
Removed: - bits - base64Encode/Decode - hexDump - partitionBits - utf8Encode/Decode
|
|
412
320
|
|
|
413
|
-
|
|
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)
|
|
414
322
|
|
|
415
|
-
###
|
|
323
|
+
### Bug Fixes
|
|
416
324
|
|
|
417
|
-
|
|
325
|
+
- **transducers:** update juxt re-export ([a894a24](https://github.com/thi-ng/umbrella/commit/a894a24))
|
|
418
326
|
|
|
419
|
-
###
|
|
327
|
+
### Build System
|
|
420
328
|
|
|
421
|
-
|
|
329
|
+
- update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
|
|
422
330
|
|
|
423
|
-
|
|
424
|
-
`scripts/bundle-module` to build minified CJS & UMD bundles in `/lib`
|
|
425
|
-
- all imports MUST be updated to only refer to package level
|
|
426
|
-
(not individual files anymore). tree shaking in user land will get rid of
|
|
427
|
-
all unused imported symbols.
|
|
331
|
+
### BREAKING CHANGES
|
|
428
332
|
|
|
429
|
-
|
|
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.
|
|
430
336
|
|
|
431
|
-
|
|
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)
|
|
432
338
|
|
|
433
|
-
|
|
339
|
+
### Bug Fixes
|
|
434
340
|
|
|
435
|
-
|
|
341
|
+
- **transducers:** add reduced() handling for cat() ([cd17586](https://github.com/thi-ng/umbrella/commit/cd17586))
|
|
436
342
|
|
|
437
|
-
|
|
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)
|
|
438
344
|
|
|
439
|
-
|
|
345
|
+
### Bug Fixes
|
|
440
346
|
|
|
441
|
-
|
|
347
|
+
- **transducers:** interpolate() interval selection, add minPos/maxPos ([a90a712](https://github.com/thi-ng/umbrella/commit/a90a712))
|
|
442
348
|
|
|
443
|
-
|
|
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)
|
|
444
350
|
|
|
445
|
-
|
|
351
|
+
### Features
|
|
446
352
|
|
|
447
|
-
|
|
353
|
+
- **transducers:** add interpolate() iterator, update readme ([846ab5c](https://github.com/thi-ng/umbrella/commit/846ab5c))
|
|
448
354
|
|
|
449
|
-
|
|
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)
|
|
450
356
|
|
|
451
|
-
|
|
357
|
+
### Bug Fixes
|
|
452
358
|
|
|
453
|
-
|
|
359
|
+
- **transducers:** add return type for range() ([0470505](https://github.com/thi-ng/umbrella/commit/0470505))
|
|
454
360
|
|
|
455
|
-
|
|
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)
|
|
456
362
|
|
|
457
|
-
|
|
363
|
+
### Bug Fixes
|
|
458
364
|
|
|
459
|
-
|
|
365
|
+
- **transducers:** minor TS3.1 fixes ([1ef2361](https://github.com/thi-ng/umbrella/commit/1ef2361))
|
|
460
366
|
|
|
461
|
-
|
|
367
|
+
### Features
|
|
462
368
|
|
|
463
|
-
|
|
464
|
-
## [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))
|
|
465
370
|
|
|
466
|
-
|
|
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)
|
|
467
372
|
|
|
468
|
-
|
|
373
|
+
### Bug Fixes
|
|
469
374
|
|
|
470
|
-
|
|
471
|
-
## [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))
|
|
472
376
|
|
|
473
|
-
|
|
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)
|
|
474
378
|
|
|
475
|
-
|
|
379
|
+
### Bug Fixes
|
|
476
380
|
|
|
477
|
-
|
|
478
|
-
## [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))
|
|
479
382
|
|
|
480
|
-
|
|
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)
|
|
481
384
|
|
|
482
|
-
|
|
483
|
-
* **transducers:** update arg types for choices() & weightedRandom() ([eb67426](https://github.com/thi-ng/umbrella/commit/eb67426))
|
|
385
|
+
### Bug Fixes
|
|
484
386
|
|
|
485
|
-
|
|
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))
|
|
486
389
|
|
|
487
|
-
|
|
390
|
+
### Features
|
|
488
391
|
|
|
489
|
-
|
|
490
|
-
# [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))
|
|
491
393
|
|
|
492
|
-
|
|
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)
|
|
493
395
|
|
|
494
|
-
|
|
495
|
-
* **transducers:** rename window() => slidingWindow(), update readme ([1f22867](https://github.com/thi-ng/umbrella/commit/1f22867))
|
|
496
|
-
* **transducers:** update partitionSync() xform & PartitionSyncOpts ([d8fdc01](https://github.com/thi-ng/umbrella/commit/d8fdc01))
|
|
396
|
+
### Features
|
|
497
397
|
|
|
498
|
-
|
|
499
|
-
|
|
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))
|
|
500
401
|
|
|
501
|
-
|
|
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)
|
|
502
403
|
|
|
503
|
-
|
|
504
|
-
* **transducers:** copy&paste error (push) ([832e57f](https://github.com/thi-ng/umbrella/commit/832e57f))
|
|
505
|
-
* **transducers:** hex type decl ([723da5b](https://github.com/thi-ng/umbrella/commit/723da5b))
|
|
506
|
-
* **transducers:** iterator1() final reduced value handling ([d861bdd](https://github.com/thi-ng/umbrella/commit/d861bdd))
|
|
404
|
+
### Bug Fixes
|
|
507
405
|
|
|
508
|
-
|
|
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))
|
|
509
410
|
|
|
510
|
-
|
|
411
|
+
### Code Refactoring
|
|
511
412
|
|
|
512
|
-
|
|
413
|
+
- **transducers:** rename inspect() => trace() ([e713704](https://github.com/thi-ng/umbrella/commit/e713704))
|
|
513
414
|
|
|
514
|
-
|
|
515
|
-
* **transducers:** add GroupByOpts interface, update groupBy* reducers ([2c3a114](https://github.com/thi-ng/umbrella/commit/2c3a114))
|
|
516
|
-
* **transducers:** update all reducers to accept opt iterables ([89b4ad5](https://github.com/thi-ng/umbrella/commit/89b4ad5))
|
|
517
|
-
* **transducers:** update all xforms to also work as iterator ([bae8a1d](https://github.com/thi-ng/umbrella/commit/bae8a1d))
|
|
518
|
-
* **transducers:** update base64Encode() to return string if input given ([599f2b6](https://github.com/thi-ng/umbrella/commit/599f2b6))
|
|
415
|
+
### Features
|
|
519
416
|
|
|
520
|
-
|
|
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))
|
|
521
422
|
|
|
522
|
-
|
|
523
|
-
* **transducers:** add iterator1(), update various xforms ([ab662d8](https://github.com/thi-ng/umbrella/commit/ab662d8))
|
|
423
|
+
### Performance Improvements
|
|
524
424
|
|
|
525
|
-
|
|
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))
|
|
526
427
|
|
|
527
|
-
|
|
528
|
-
options object
|
|
529
|
-
* **transducers:** replace some xform args with options objects, impacted are:
|
|
428
|
+
### BREAKING CHANGES
|
|
530
429
|
|
|
531
|
-
-
|
|
532
|
-
-
|
|
533
|
-
-
|
|
534
|
-
-
|
|
535
|
-
-
|
|
536
|
-
-
|
|
537
|
-
-
|
|
538
|
-
-
|
|
539
|
-
|
|
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()
|
|
540
441
|
|
|
541
|
-
|
|
542
|
-
# [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)
|
|
543
443
|
|
|
544
|
-
###
|
|
444
|
+
### Features
|
|
545
445
|
|
|
546
|
-
|
|
446
|
+
- **transducers:** add partitionBits() xform & tests ([a5e2c28](https://github.com/thi-ng/umbrella/commit/a5e2c28))
|
|
547
447
|
|
|
548
|
-
|
|
549
|
-
# [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)
|
|
550
449
|
|
|
551
|
-
###
|
|
450
|
+
### Features
|
|
552
451
|
|
|
553
|
-
|
|
452
|
+
- **transducers:** add peek() helper fn ([e50fd10](https://github.com/thi-ng/umbrella/commit/e50fd10))
|
|
554
453
|
|
|
555
|
-
|
|
556
|
-
# [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)
|
|
557
455
|
|
|
558
|
-
###
|
|
456
|
+
### Features
|
|
559
457
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
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))
|
|
563
461
|
|
|
564
|
-
###
|
|
462
|
+
### Performance Improvements
|
|
565
463
|
|
|
566
|
-
|
|
464
|
+
- **transducers:** update movingAverage() xform, add docs ([9874ace](https://github.com/thi-ng/umbrella/commit/9874ace))
|
|
567
465
|
|
|
568
|
-
|
|
569
|
-
# [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)
|
|
570
467
|
|
|
571
|
-
###
|
|
468
|
+
### Features
|
|
572
469
|
|
|
573
|
-
|
|
470
|
+
- **transducers:** add wordWrap() xform ([81223dc](https://github.com/thi-ng/umbrella/commit/81223dc))
|
|
574
471
|
|
|
575
|
-
|
|
576
|
-
## [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)
|
|
577
473
|
|
|
578
|
-
###
|
|
474
|
+
### Bug Fixes
|
|
579
475
|
|
|
580
|
-
|
|
476
|
+
- **transducers:** revert mean() from regression introduced in 095e6ef ([03543ee](https://github.com/thi-ng/umbrella/commit/03543ee))
|
|
581
477
|
|
|
582
|
-
|
|
583
|
-
# [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)
|
|
584
479
|
|
|
585
|
-
###
|
|
480
|
+
### Features
|
|
586
481
|
|
|
587
|
-
|
|
482
|
+
- **transducers:** add ensureArray(), refactor reverse() ([677c7cc](https://github.com/thi-ng/umbrella/commit/677c7cc))
|
|
588
483
|
|
|
589
|
-
|
|
590
|
-
# [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)
|
|
591
485
|
|
|
592
|
-
###
|
|
486
|
+
### Features
|
|
593
487
|
|
|
594
|
-
|
|
488
|
+
- **transducers:** add matchFirst()/matchLast() xforms, update readme ([bc261e5](https://github.com/thi-ng/umbrella/commit/bc261e5))
|
|
595
489
|
|
|
596
|
-
|
|
597
|
-
# [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)
|
|
598
491
|
|
|
599
|
-
###
|
|
492
|
+
### Features
|
|
600
493
|
|
|
601
|
-
|
|
602
|
-
|
|
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))
|
|
603
496
|
|
|
604
|
-
|
|
605
|
-
# [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)
|
|
606
498
|
|
|
607
|
-
###
|
|
499
|
+
### Features
|
|
608
500
|
|
|
609
|
-
|
|
501
|
+
- **transducers:** add normRange() iterator ([55f29b8](https://github.com/thi-ng/umbrella/commit/55f29b8))
|
|
610
502
|
|
|
611
|
-
|
|
612
|
-
## [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)
|
|
613
504
|
|
|
614
|
-
###
|
|
505
|
+
### Bug Fixes
|
|
615
506
|
|
|
616
|
-
|
|
617
|
-
|
|
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))
|
|
618
509
|
|
|
619
|
-
|
|
620
|
-
# [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)
|
|
621
511
|
|
|
622
|
-
###
|
|
512
|
+
### Features
|
|
623
513
|
|
|
624
|
-
|
|
514
|
+
- **transducers:** add run() for executing side effects only, update readme ([52c7508](https://github.com/thi-ng/umbrella/commit/52c7508))
|
|
625
515
|
|
|
626
|
-
|
|
627
|
-
# [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)
|
|
628
517
|
|
|
629
|
-
###
|
|
518
|
+
### Features
|
|
630
519
|
|
|
631
|
-
|
|
632
|
-
|
|
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))
|
|
633
522
|
|
|
634
|
-
|
|
635
|
-
# [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)
|
|
636
524
|
|
|
637
|
-
###
|
|
525
|
+
### Features
|
|
638
526
|
|
|
639
|
-
|
|
527
|
+
- **transducers:** add permutations()/permutationsN() generators ([91938ed](https://github.com/thi-ng/umbrella/commit/91938ed))
|
|
640
528
|
|
|
641
|
-
|
|
642
|
-
## [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)
|
|
643
530
|
|
|
644
|
-
###
|
|
531
|
+
### Bug Fixes
|
|
645
532
|
|
|
646
|
-
|
|
533
|
+
- **transducers:** flattenWith() ([3d8aa32](https://github.com/thi-ng/umbrella/commit/3d8aa32))
|
|
647
534
|
|
|
648
|
-
|
|
649
|
-
# [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)
|
|
650
536
|
|
|
651
|
-
###
|
|
537
|
+
### Features
|
|
652
538
|
|
|
653
|
-
|
|
539
|
+
- **transducers:** add keys()/vals() iterators, refactor pairs() ([9824844](https://github.com/thi-ng/umbrella/commit/9824844))
|
|
654
540
|
|
|
655
|
-
|
|
656
|
-
# [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)
|
|
657
542
|
|
|
658
|
-
###
|
|
543
|
+
### Features
|
|
659
544
|
|
|
660
|
-
|
|
545
|
+
- **transducers:** add deepTransform & mapDeep xform ([f0fdfa1](https://github.com/thi-ng/umbrella/commit/f0fdfa1))
|
|
661
546
|
|
|
662
|
-
|
|
663
|
-
# [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)
|
|
664
548
|
|
|
665
|
-
###
|
|
549
|
+
### Features
|
|
666
550
|
|
|
667
|
-
|
|
551
|
+
- **transducers:** add lookup1d/2d/3d helpers, update re-exports ([193058d](https://github.com/thi-ng/umbrella/commit/193058d))
|
|
668
552
|
|
|
669
|
-
|
|
670
|
-
# [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)
|
|
671
554
|
|
|
672
|
-
###
|
|
555
|
+
### Bug Fixes
|
|
673
556
|
|
|
674
|
-
|
|
557
|
+
- **transducers:** update imports `step()` ([48f8bb8](https://github.com/thi-ng/umbrella/commit/48f8bb8))
|
|
675
558
|
|
|
676
|
-
###
|
|
559
|
+
### Features
|
|
677
560
|
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
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))
|
|
681
564
|
|
|
682
|
-
|
|
683
|
-
# [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)
|
|
684
566
|
|
|
685
|
-
###
|
|
567
|
+
### Features
|
|
686
568
|
|
|
687
|
-
|
|
569
|
+
- **transducers:** add page() xform, update readme ([855d803](https://github.com/thi-ng/umbrella/commit/855d803))
|
|
688
570
|
|
|
689
|
-
|
|
690
|
-
## [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)
|
|
691
572
|
|
|
692
|
-
###
|
|
573
|
+
### Bug Fixes
|
|
693
574
|
|
|
694
|
-
|
|
575
|
+
- **transducers:** update comp() for typescript 2.7.* ([febe39f](https://github.com/thi-ng/umbrella/commit/febe39f))
|
|
695
576
|
|
|
696
|
-
|
|
697
|
-
## [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)
|
|
698
578
|
|
|
699
|
-
###
|
|
579
|
+
### Performance Improvements
|
|
700
580
|
|
|
701
|
-
|
|
581
|
+
- **transducers:** avoid result object cloning in struct() xform ([d774e32](https://github.com/thi-ng/umbrella/commit/d774e32))
|
|
702
582
|
|
|
703
|
-
|
|
704
|
-
# [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)
|
|
705
584
|
|
|
706
|
-
###
|
|
585
|
+
### Bug Fixes
|
|
707
586
|
|
|
708
|
-
|
|
709
|
-
|
|
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))
|
|
710
589
|
|
|
711
|
-
###
|
|
590
|
+
### Code Refactoring
|
|
712
591
|
|
|
713
|
-
|
|
592
|
+
- **transducers:** rename join() => str() rfn ([e268e35](https://github.com/thi-ng/umbrella/commit/e268e35))
|
|
714
593
|
|
|
715
|
-
###
|
|
594
|
+
### Features
|
|
716
595
|
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
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))
|
|
728
607
|
|
|
729
|
-
###
|
|
608
|
+
### BREAKING CHANGES
|
|
730
609
|
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
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
|