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