@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.
Files changed (299) hide show
  1. package/CHANGELOG.md +346 -467
  2. package/README.md +239 -214
  3. package/{rfn/add.d.ts → add.d.ts} +1 -1
  4. package/{rfn/add.js → add.js} +1 -1
  5. package/{iter/as-iterable.d.ts → as-iterable.d.ts} +0 -0
  6. package/{iter/as-iterable.js → as-iterable.js} +0 -0
  7. package/{rfn/assoc-map.d.ts → assoc-map.d.ts} +1 -1
  8. package/{rfn/assoc-map.js → assoc-map.js} +1 -1
  9. package/{rfn/assoc-obj.d.ts → assoc-obj.d.ts} +1 -1
  10. package/{rfn/assoc-obj.js → assoc-obj.js} +1 -1
  11. package/{rfn/auto-obj.d.ts → auto-obj.d.ts} +1 -1
  12. package/{rfn/auto-obj.js → auto-obj.js} +1 -1
  13. package/{xform/benchmark.d.ts → benchmark.d.ts} +1 -1
  14. package/{xform/benchmark.js → benchmark.js} +3 -3
  15. package/{xform/cat.d.ts → cat.d.ts} +1 -1
  16. package/{xform/cat.js → cat.js} +2 -2
  17. package/{iter/choices.d.ts → choices.d.ts} +1 -1
  18. package/{iter/choices.js → choices.js} +3 -2
  19. package/{func/comp.d.ts → comp.d.ts} +1 -1
  20. package/{func/comp.js → comp.js} +2 -2
  21. package/{func/compr.d.ts → compr.d.ts} +1 -1
  22. package/{func/compr.js → compr.js} +0 -0
  23. package/{iter/concat.d.ts → concat.d.ts} +0 -0
  24. package/{iter/concat.js → concat.js} +1 -1
  25. package/{rfn/conj.d.ts → conj.d.ts} +1 -1
  26. package/{rfn/conj.js → conj.js} +1 -1
  27. package/{xform/converge.d.ts → converge.d.ts} +2 -2
  28. package/{xform/converge.js → converge.js} +5 -5
  29. package/{xform/convolve.d.ts → convolve.d.ts} +1 -1
  30. package/{xform/convolve.js → convolve.js} +7 -7
  31. package/{rfn/count.d.ts → count.d.ts} +1 -1
  32. package/{rfn/count.js → count.js} +1 -1
  33. package/{iter/curve.d.ts → curve.d.ts} +0 -0
  34. package/{iter/curve.js → curve.js} +0 -0
  35. package/{iter/cycle.d.ts → cycle.d.ts} +0 -0
  36. package/{iter/cycle.js → cycle.js} +0 -0
  37. package/{xform/dedupe.d.ts → dedupe.d.ts} +2 -2
  38. package/{xform/dedupe.js → dedupe.js} +4 -4
  39. package/{func/deep-transform.d.ts → deep-transform.d.ts} +2 -2
  40. package/{func/deep-transform.js → deep-transform.js} +3 -3
  41. package/{xform/delayed.d.ts → delayed.d.ts} +1 -1
  42. package/{xform/delayed.js → delayed.js} +1 -1
  43. package/{xform/distinct.d.ts → distinct.d.ts} +1 -1
  44. package/{xform/distinct.js → distinct.js} +3 -3
  45. package/{rfn/div.d.ts → div.d.ts} +1 -1
  46. package/{rfn/div.js → div.js} +1 -1
  47. package/{xform/drop-nth.d.ts → drop-nth.d.ts} +1 -1
  48. package/{xform/drop-nth.js → drop-nth.js} +3 -3
  49. package/{xform/drop-while.d.ts → drop-while.d.ts} +1 -1
  50. package/{xform/drop-while.js → drop-while.js} +3 -3
  51. package/{xform/drop.d.ts → drop.d.ts} +1 -1
  52. package/{xform/drop.js → drop.js} +3 -3
  53. package/{iter/dup.d.ts → dup.d.ts} +0 -0
  54. package/{iter/dup.js → dup.js} +3 -2
  55. package/{xform/duplicate.d.ts → duplicate.d.ts} +1 -1
  56. package/{xform/duplicate.js → duplicate.js} +4 -4
  57. package/ensure.d.ts +3 -0
  58. package/{internal/ensure.js → ensure.js} +1 -1
  59. package/{rfn/every.d.ts → every.d.ts} +1 -1
  60. package/{rfn/every.js → every.js} +2 -2
  61. package/{iter/extend-sides.d.ts → extend-sides.d.ts} +0 -0
  62. package/{iter/extend-sides.js → extend-sides.js} +1 -1
  63. package/{rfn/fill.d.ts → fill.d.ts} +1 -1
  64. package/{rfn/fill.js → fill.js} +1 -1
  65. package/{xform/filter-fuzzy.d.ts → filter-fuzzy.d.ts} +1 -1
  66. package/{xform/filter-fuzzy.js → filter-fuzzy.js} +3 -3
  67. package/{xform/filter.d.ts → filter.d.ts} +1 -1
  68. package/{xform/filter.js → filter.js} +3 -3
  69. package/{xform/flatten-with.d.ts → flatten-with.d.ts} +4 -4
  70. package/{xform/flatten-with.js → flatten-with.js} +5 -4
  71. package/{xform/flatten.d.ts → flatten.d.ts} +4 -3
  72. package/{xform/flatten.js → flatten.js} +1 -1
  73. package/{rfn/frequencies.d.ts → frequencies.d.ts} +1 -1
  74. package/{rfn/frequencies.js → frequencies.js} +2 -2
  75. package/{rfn/group-binary.d.ts → group-binary.d.ts} +1 -1
  76. package/{rfn/group-binary.js → group-binary.js} +1 -1
  77. package/{rfn/group-by-map.d.ts → group-by-map.d.ts} +1 -1
  78. package/{rfn/group-by-map.js → group-by-map.js} +2 -2
  79. package/{rfn/group-by-obj.d.ts → group-by-obj.d.ts} +1 -1
  80. package/{rfn/group-by-obj.js → group-by-obj.js} +2 -2
  81. package/index.d.ts +138 -134
  82. package/index.js +142 -134
  83. package/{xform/indexed.d.ts → indexed.d.ts} +1 -1
  84. package/{xform/indexed.js → indexed.js} +2 -2
  85. package/{xform/interleave.d.ts → interleave.d.ts} +1 -1
  86. package/{xform/interleave.js → interleave.js} +4 -4
  87. package/internal/group-opts.js +6 -3
  88. package/internal/sort-opts.js +6 -3
  89. package/{xform/interpolate-hermite.d.ts → interpolate-hermite.d.ts} +1 -1
  90. package/{xform/interpolate-hermite.js → interpolate-hermite.js} +1 -1
  91. package/{xform/interpolate-linear.d.ts → interpolate-linear.d.ts} +1 -1
  92. package/{xform/interpolate-linear.js → interpolate-linear.js} +1 -1
  93. package/{xform/interpolate.d.ts → interpolate.d.ts} +1 -1
  94. package/{xform/interpolate.js → interpolate.js} +4 -5
  95. package/{xform/interpose.d.ts → interpose.d.ts} +1 -1
  96. package/{xform/interpose.js → interpose.js} +4 -4
  97. package/{iter/iterate.d.ts → iterate.d.ts} +0 -0
  98. package/{iter/iterate.js → iterate.js} +0 -0
  99. package/iterator.d.ts +2 -2
  100. package/iterator.js +5 -5
  101. package/{func/juxtr.d.ts → juxtr.d.ts} +1 -1
  102. package/{func/juxtr.js → juxtr.js} +1 -1
  103. package/{xform/keep.d.ts → keep.d.ts} +7 -1
  104. package/{xform/keep.js → keep.js} +4 -4
  105. package/{iter/key-permutations.d.ts → key-permutations.d.ts} +0 -0
  106. package/{iter/key-permutations.js → key-permutations.js} +4 -4
  107. package/{func/key-selector.d.ts → key-selector.d.ts} +0 -0
  108. package/{func/key-selector.js → key-selector.js} +0 -0
  109. package/{iter/keys.d.ts → keys.d.ts} +0 -0
  110. package/{iter/keys.js → keys.js} +0 -0
  111. package/{xform/labeled.d.ts → labeled.d.ts} +1 -1
  112. package/{xform/labeled.js → labeled.js} +3 -2
  113. package/{rfn/last.d.ts → last.d.ts} +1 -1
  114. package/{rfn/last.js → last.js} +2 -2
  115. package/{iter/line.d.ts → line.d.ts} +0 -0
  116. package/{iter/line.js → line.js} +1 -1
  117. package/{func/lookup.d.ts → lookup.d.ts} +0 -0
  118. package/{func/lookup.js → lookup.js} +0 -0
  119. package/{xform/map-deep.d.ts → map-deep.d.ts} +1 -1
  120. package/{xform/map-deep.js → map-deep.js} +3 -3
  121. package/{xform/map-indexed.d.ts → map-indexed.d.ts} +1 -1
  122. package/{xform/map-indexed.js → map-indexed.js} +3 -3
  123. package/{xform/map-keys.d.ts → map-keys.d.ts} +1 -1
  124. package/{xform/map-keys.js → map-keys.js} +2 -2
  125. package/{xform/map-nth.d.ts → map-nth.d.ts} +1 -1
  126. package/{xform/map-nth.js → map-nth.js} +3 -3
  127. package/{xform/map-vals.d.ts → map-vals.d.ts} +1 -1
  128. package/{xform/map-vals.js → map-vals.js} +2 -2
  129. package/{xform/map.d.ts → map.d.ts} +1 -1
  130. package/{xform/map.js → map.js} +3 -3
  131. package/{xform/mapcat-indexed.d.ts → mapcat-indexed.d.ts} +1 -1
  132. package/{xform/mapcat-indexed.js → mapcat-indexed.js} +3 -3
  133. package/{xform/mapcat.d.ts → mapcat.d.ts} +1 -1
  134. package/{xform/mapcat.js → mapcat.js} +3 -3
  135. package/{xform/match-first.d.ts → match-first.d.ts} +1 -1
  136. package/{xform/match-first.js → match-first.js} +3 -3
  137. package/{xform/match-last.d.ts → match-last.d.ts} +1 -1
  138. package/{xform/match-last.js → match-last.js} +3 -3
  139. package/{rfn/max-compare.d.ts → max-compare.d.ts} +1 -1
  140. package/{rfn/max-compare.js → max-compare.js} +2 -2
  141. package/{rfn/max-mag.d.ts → max-mag.d.ts} +1 -1
  142. package/{rfn/max-mag.js → max-mag.js} +1 -1
  143. package/{rfn/max.d.ts → max.d.ts} +1 -1
  144. package/{rfn/max.js → max.js} +1 -1
  145. package/{rfn/mean.d.ts → mean.d.ts} +1 -1
  146. package/{rfn/mean.js → mean.js} +1 -1
  147. package/{rfn/min-compare.d.ts → min-compare.d.ts} +1 -1
  148. package/{rfn/min-compare.js → min-compare.js} +2 -2
  149. package/{rfn/min-mag.d.ts → min-mag.d.ts} +1 -1
  150. package/{rfn/min-mag.js → min-mag.js} +1 -1
  151. package/{rfn/min-max.d.ts → min-max.d.ts} +1 -1
  152. package/{rfn/min-max.js → min-max.js} +1 -1
  153. package/{rfn/min.d.ts → min.d.ts} +1 -1
  154. package/{rfn/min.js → min.js} +1 -1
  155. package/{xform/moving-average.d.ts → moving-average.d.ts} +1 -1
  156. package/{xform/moving-average.js → moving-average.js} +4 -4
  157. package/{xform/moving-median.d.ts → moving-median.d.ts} +1 -1
  158. package/{xform/moving-median.js → moving-median.js} +4 -4
  159. package/{rfn/mul.d.ts → mul.d.ts} +1 -1
  160. package/{rfn/mul.js → mul.js} +1 -1
  161. package/{xform/multiplex-obj.d.ts → multiplex-obj.d.ts} +1 -1
  162. package/{xform/multiplex-obj.js → multiplex-obj.js} +3 -3
  163. package/{xform/multiplex.d.ts → multiplex.d.ts} +1 -1
  164. package/{xform/multiplex.js → multiplex.js} +2 -2
  165. package/{xform/noop.d.ts → noop.d.ts} +1 -1
  166. package/{xform/noop.js → noop.js} +0 -0
  167. package/norm-count.d.ts +24 -0
  168. package/norm-count.js +9 -0
  169. package/norm-frequencies-auto.d.ts +23 -0
  170. package/norm-frequencies-auto.js +21 -0
  171. package/norm-frequencies.d.ts +21 -0
  172. package/norm-frequencies.js +11 -0
  173. package/{iter/norm-range.d.ts → norm-range.d.ts} +0 -0
  174. package/{iter/norm-range.js → norm-range.js} +1 -1
  175. package/package.json +467 -34
  176. package/{xform/pad-last.d.ts → pad-last.d.ts} +1 -1
  177. package/{xform/pad-last.js → pad-last.js} +3 -3
  178. package/{iter/pad-sides.d.ts → pad-sides.d.ts} +0 -0
  179. package/{iter/pad-sides.js → pad-sides.js} +0 -0
  180. package/{xform/page.d.ts → page.d.ts} +1 -1
  181. package/{xform/page.js → page.js} +3 -3
  182. package/{iter/pairs.d.ts → pairs.d.ts} +0 -0
  183. package/{iter/pairs.js → pairs.js} +0 -0
  184. package/{iter/palindrome.d.ts → palindrome.d.ts} +0 -0
  185. package/{iter/palindrome.js → palindrome.js} +4 -3
  186. package/{xform/partition-by.d.ts → partition-by.d.ts} +2 -2
  187. package/{xform/partition-by.js → partition-by.js} +4 -4
  188. package/{xform/partition-of.d.ts → partition-of.d.ts} +1 -1
  189. package/{xform/partition-of.js → partition-of.js} +2 -2
  190. package/{xform/partition-sort.d.ts → partition-sort.d.ts} +1 -1
  191. package/{xform/partition-sort.js → partition-sort.js} +4 -4
  192. package/{xform/partition-sync.d.ts → partition-sync.d.ts} +1 -1
  193. package/{xform/partition-sync.js → partition-sync.js} +15 -8
  194. package/{xform/partition-time.d.ts → partition-time.d.ts} +1 -1
  195. package/{xform/partition-time.js → partition-time.js} +2 -2
  196. package/{xform/partition-when.d.ts → partition-when.d.ts} +1 -1
  197. package/{xform/partition-when.js → partition-when.js} +3 -3
  198. package/{xform/partition.d.ts → partition.d.ts} +1 -1
  199. package/{xform/partition.js → partition.js} +2 -2
  200. package/{xform/peek.d.ts → peek.d.ts} +1 -1
  201. package/{xform/peek.js → peek.js} +1 -1
  202. package/{iter/permutations.d.ts → permutations.d.ts} +0 -0
  203. package/{iter/permutations.js → permutations.js} +2 -2
  204. package/{xform/pluck.d.ts → pluck.d.ts} +1 -1
  205. package/{xform/pluck.js → pluck.js} +2 -2
  206. package/push-copy.d.ts +3 -0
  207. package/{rfn/push-copy.js → push-copy.js} +1 -1
  208. package/{rfn/push-sort.d.ts → push-sort.d.ts} +1 -1
  209. package/{rfn/push-sort.js → push-sort.js} +1 -1
  210. package/{rfn/push.d.ts → push.d.ts} +1 -1
  211. package/{rfn/push.js → push.js} +1 -1
  212. package/{iter/range-nd.d.ts → range-nd.d.ts} +0 -0
  213. package/{iter/range-nd.js → range-nd.js} +1 -1
  214. package/{iter/range.d.ts → range.d.ts} +2 -2
  215. package/{iter/range.js → range.js} +4 -1
  216. package/{iter/range2d.d.ts → range2d.d.ts} +0 -0
  217. package/{iter/range2d.js → range2d.js} +1 -1
  218. package/{iter/range3d.d.ts → range3d.d.ts} +0 -0
  219. package/{iter/range3d.js → range3d.js} +1 -1
  220. package/reduce.js +4 -2
  221. package/reduced.js +1 -0
  222. package/{rfn/reductions.d.ts → reductions.d.ts} +1 -1
  223. package/{rfn/reductions.js → reductions.js} +2 -2
  224. package/{xform/rename.d.ts → rename.d.ts} +1 -1
  225. package/{xform/rename.js → rename.js} +6 -6
  226. package/renamer.d.ts +9 -0
  227. package/{func/renamer.js → renamer.js} +6 -0
  228. package/{iter/repeat.d.ts → repeat.d.ts} +0 -0
  229. package/{iter/repeat.js → repeat.js} +0 -0
  230. package/{iter/repeatedly.d.ts → repeatedly.d.ts} +0 -0
  231. package/{iter/repeatedly.js → repeatedly.js} +0 -0
  232. package/{iter/reverse.d.ts → reverse.d.ts} +0 -0
  233. package/{iter/reverse.js → reverse.js} +1 -1
  234. package/run.d.ts +1 -1
  235. package/run.js +1 -1
  236. package/{xform/sample.d.ts → sample.d.ts} +2 -2
  237. package/{xform/sample.js → sample.js} +4 -4
  238. package/{xform/scan.d.ts → scan.d.ts} +1 -1
  239. package/{xform/scan.js → scan.js} +3 -3
  240. package/{xform/select-keys.d.ts → select-keys.d.ts} +1 -1
  241. package/{xform/select-keys.js → select-keys.js} +3 -3
  242. package/{xform/side-effect.d.ts → side-effect.d.ts} +1 -1
  243. package/{xform/side-effect.js → side-effect.js} +0 -0
  244. package/{xform/sliding-window.d.ts → sliding-window.d.ts} +2 -2
  245. package/{xform/sliding-window.js → sliding-window.js} +4 -4
  246. package/{rfn/some.d.ts → some.d.ts} +1 -1
  247. package/{rfn/some.js → some.js} +2 -2
  248. package/{iter/sorted-keys.d.ts → sorted-keys.d.ts} +0 -0
  249. package/{iter/sorted-keys.js → sorted-keys.js} +1 -1
  250. package/step.js +2 -2
  251. package/{rfn/str.d.ts → str.d.ts} +1 -1
  252. package/{rfn/str.js → str.js} +1 -1
  253. package/{xform/stream-shuffle.d.ts → stream-shuffle.d.ts} +1 -1
  254. package/{xform/stream-shuffle.js → stream-shuffle.js} +4 -4
  255. package/{xform/stream-sort.d.ts → stream-sort.d.ts} +1 -1
  256. package/{xform/stream-sort.js → stream-sort.js} +5 -5
  257. package/{xform/struct.d.ts → struct.d.ts} +1 -1
  258. package/{xform/struct.js → struct.js} +3 -3
  259. package/{rfn/sub.d.ts → sub.d.ts} +1 -1
  260. package/{rfn/sub.js → sub.js} +1 -1
  261. package/{xform/swizzle.d.ts → swizzle.d.ts} +1 -1
  262. package/{xform/swizzle.js → swizzle.js} +3 -3
  263. package/{iter/symmetric.d.ts → symmetric.d.ts} +0 -0
  264. package/{iter/symmetric.js → symmetric.js} +0 -0
  265. package/{xform/take-last.d.ts → take-last.d.ts} +1 -1
  266. package/{xform/take-last.js → take-last.js} +3 -3
  267. package/{xform/take-nth.d.ts → take-nth.d.ts} +1 -1
  268. package/{xform/take-nth.js → take-nth.js} +3 -3
  269. package/{xform/take-while.d.ts → take-while.d.ts} +1 -1
  270. package/{xform/take-while.js → take-while.js} +4 -4
  271. package/{xform/take.d.ts → take.d.ts} +1 -1
  272. package/{xform/take.js → take.js} +4 -4
  273. package/{xform/throttle-time.d.ts → throttle-time.d.ts} +1 -1
  274. package/{xform/throttle-time.js → throttle-time.js} +2 -2
  275. package/{xform/throttle.d.ts → throttle.d.ts} +1 -1
  276. package/{xform/throttle.js → throttle.js} +3 -3
  277. package/{xform/toggle.d.ts → toggle.d.ts} +1 -1
  278. package/{xform/toggle.js → toggle.js} +2 -2
  279. package/trace.d.ts +3 -0
  280. package/{xform/trace.js → trace.js} +0 -0
  281. package/transduce.js +3 -3
  282. package/{iter/tween.d.ts → tween.d.ts} +0 -0
  283. package/{iter/tween.js → tween.js} +0 -0
  284. package/{iter/vals.d.ts → vals.d.ts} +0 -0
  285. package/{iter/vals.js → vals.js} +0 -0
  286. package/{xform/word-wrap.d.ts → word-wrap.d.ts} +1 -1
  287. package/{xform/word-wrap.js → word-wrap.js} +7 -3
  288. package/{iter/wrap-sides.d.ts → wrap-sides.d.ts} +0 -0
  289. package/{iter/wrap-sides.js → wrap-sides.js} +3 -3
  290. package/{iter/zip.d.ts → zip.d.ts} +0 -0
  291. package/{iter/zip.js → zip.js} +0 -0
  292. package/func/renamer.d.ts +0 -3
  293. package/internal/ensure.d.ts +0 -3
  294. package/lib/index.js +0 -2188
  295. package/lib/index.js.map +0 -1
  296. package/lib/index.umd.js +0 -1
  297. package/lib/index.umd.js.map +0 -1
  298. package/rfn/push-copy.d.ts +0 -3
  299. 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.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/transducers@7.8.3...@thi.ng/transducers@7.8.4) (2021-08-17)
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
- # [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)
11
+ * major update of ALL pkgs (export maps, ESM only) ([0d1d6ea](https://github.com/thi-ng/umbrella/commit/0d1d6ea9fab2a645d6c5f2bf2591459b939c09b6))
148
12
 
149
13
 
150
- ### Features
14
+ ### Code Refactoring
151
15
 
152
- * **transducers:** add autoObj() reducer ([26ad12a](https://github.com/thi-ng/umbrella/commit/26ad12a1ae73c563a944baf1db643930bba3fdb0))
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
- # [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)
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
- # [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)
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
- ### Bug Fixes
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
- * **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))
51
+ ### Bug Fixes
175
52
 
53
+ - **transducers:** update normFrequenciesAuto() ([5b5200b](https://github.com/thi-ng/umbrella/commit/5b5200b6d4e61df6c2e6458b99b8b10ea9f3bb65))
176
54
 
177
- ### Documentation
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
- * **transducers:** update readme ([47b6cef](https://github.com/thi-ng/umbrella/commit/47b6cefe2344d0e33a9d597b4bb758f2a2f7512e))
57
+ ### Features
180
58
 
59
+ - **transducers:** add normalized frequencies() reducers ([d09db8d](https://github.com/thi-ng/umbrella/commit/d09db8d47be81e78dea1f4e16917249924b65e35))
181
60
 
182
- ### BREAKING CHANGES
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
- * **transducers:** `flatten` string handling now *always* atomic
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
- # [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)
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
- ### Features
78
+ - **transducers:** add missing type anno (TS4.2) ([7ced9be](https://github.com/thi-ng/umbrella/commit/7ced9be6b0dc41567c4b65517e8caba1d0bfffe2))
194
79
 
195
- * **transducers:** add IDeref support slidingWindow() ([13f4184](https://github.com/thi-ng/umbrella/commit/13f4184f755fadb0a585b7e443c1218a7e2df5db))
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
- # [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)
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
- ### Features
95
+ ### Features
205
96
 
206
- * **transducers:** add rangeNd(), add/update tests ([9239d6f](https://github.com/thi-ng/umbrella/commit/9239d6fbf4de66300ed924b9de9a0fa67df0235c))
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
- # [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)
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
- ### Features
112
+ ### Features
216
113
 
217
- * **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))
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
- # [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)
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
- ### Features
128
+ ### Documentation
227
129
 
228
- * **transducers:** add partitionTime() transducer ([efafd0b](https://github.com/thi-ng/umbrella/commit/efafd0ba3f5cfc52a42bb39819caadf35d6b2f42))
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
- # [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)
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
- ### Features
144
+ ### Features
239
145
 
240
- * **transducers:** add peek() xform, update readme ([26aa228](https://github.com/thi-ng/umbrella/commit/26aa2284309dcf07cca3714dec23a799efd44f30))
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
- # [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)
156
+ ### Features
247
157
 
248
- ### Bug Fixes
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
- * **transducers:** update keep() xform to accept nullable ([1bc561b](https://github.com/thi-ng/umbrella/commit/1bc561bde02f116a5b1e2aff7a3d432d737fc4ae))
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
- ### Features
163
+ ### Features
254
164
 
255
- * **transducers:** add dup() & palindrome(), update readme ([546bf9f](https://github.com/thi-ng/umbrella/commit/546bf9ffaa25c926f3e8af365049723bc9fe5877))
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
- ### Performance Improvements
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
- * **transducers:** update string version of palindrome() ([315cbf8](https://github.com/thi-ng/umbrella/commit/315cbf80b577966e19f6a135d2c4256205c4a251))
169
+ ### Bug Fixes
266
170
 
267
- # [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)
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
- ### Bug Fixes
174
+ ### Features
270
175
 
271
- * **transducers:** add type hints ([651e281](https://github.com/thi-ng/umbrella/commit/651e281df6ca7f713e78d17c656bb59bea52f877))
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
- ### Features
184
+ ### Performance Improvements
274
185
 
275
- * **transducers:** add back pressure support for partitionSync() ([6e14952](https://github.com/thi-ng/umbrella/commit/6e1495229c3e9527c168ffe573533124088c3006))
186
+ - **transducers:** update string version of palindrome() ([315cbf8](https://github.com/thi-ng/umbrella/commit/315cbf80b577966e19f6a135d2c4256205c4a251))
276
187
 
277
- # [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)
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
- ### Code Refactoring
190
+ ### Bug Fixes
280
191
 
281
- * **transducers:** rename old `interpolate` => `tween` ([918721d](https://github.com/thi-ng/umbrella/commit/918721dada9bab8045e397f13a2f77290eea2c88))
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
- ### Features
194
+ ### Features
286
195
 
287
- * **transducers:** add new iterators: extendSides/padSides/symmetric() ([47001fc](https://github.com/thi-ng/umbrella/commit/47001fc9c16f53af427e872b04929113d69463aa))
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
- ### BREAKING CHANGES
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
- * **transducers:** replace tween() args w/ `TweenOpts` config object
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
- ## [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)
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
- ### Bug Fixes
206
+ ### Features
300
207
 
301
- * **transducers:** fix mean() for reduce w/ init value ([d993bf2](https://github.com/thi-ng/umbrella/commit/d993bf2))
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
- # [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)
211
+ ### BREAKING CHANGES
304
212
 
305
- ### Bug Fixes
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
- * **transducers:** fix cat/mapcat arg types ([0d9b7cb](https://github.com/thi-ng/umbrella/commit/0d9b7cb))
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
- ### Features
219
+ ### Bug Fixes
310
220
 
311
- * **transducers:** enable TS strict compiler flags (refactor) ([2f8ec89](https://github.com/thi-ng/umbrella/commit/2f8ec89))
221
+ - **transducers:** fix mean() for reduce w/ init value ([d993bf2](https://github.com/thi-ng/umbrella/commit/d993bf2))
312
222
 
313
- ## [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)
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
- ### Bug Fixes
225
+ ### Bug Fixes
316
226
 
317
- * **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))
227
+ - **transducers:** fix cat/mapcat arg types ([0d9b7cb](https://github.com/thi-ng/umbrella/commit/0d9b7cb))
318
228
 
319
- # [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)
229
+ ### Features
320
230
 
321
- ### Bug Fixes
231
+ - **transducers:** enable TS strict compiler flags (refactor) ([2f8ec89](https://github.com/thi-ng/umbrella/commit/2f8ec89))
322
232
 
323
- * **transducers:** update mean() completion step to avoid div by zero ([f644ecd](https://github.com/thi-ng/umbrella/commit/f644ecd))
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
- ### Features
235
+ ### Bug Fixes
326
236
 
327
- * **transducers:** add toggle() xform ([b5c744e](https://github.com/thi-ng/umbrella/commit/b5c744e))
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
- # [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)
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
- ### Features
241
+ ### Bug Fixes
332
242
 
333
- * **transducers:** add / update convolution fns ([31e594b](https://github.com/thi-ng/umbrella/commit/31e594b))
243
+ - **transducers:** update mean() completion step to avoid div by zero ([f644ecd](https://github.com/thi-ng/umbrella/commit/f644ecd))
334
244
 
335
- ## [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)
245
+ ### Features
336
246
 
337
- ### Bug Fixes
247
+ - **transducers:** add toggle() xform ([b5c744e](https://github.com/thi-ng/umbrella/commit/b5c744e))
338
248
 
339
- * **transducers:** update dedupe() w/ predicate arg ([c414423](https://github.com/thi-ng/umbrella/commit/c414423))
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
- # [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)
251
+ ### Features
342
252
 
343
- ### Bug Fixes
253
+ - **transducers:** add / update convolution fns ([31e594b](https://github.com/thi-ng/umbrella/commit/31e594b))
344
254
 
345
- * **transducers:** update converge() & update readme ([9aca912](https://github.com/thi-ng/umbrella/commit/9aca912))
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
- ### Features
257
+ ### Bug Fixes
348
258
 
349
- * **transducers:** add converge() xform, add iter arg to iterate() ([8393a95](https://github.com/thi-ng/umbrella/commit/8393a95))
259
+ - **transducers:** update dedupe() w/ predicate arg ([c414423](https://github.com/thi-ng/umbrella/commit/c414423))
350
260
 
351
- # [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)
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
- ### Code Refactoring
263
+ ### Bug Fixes
354
264
 
355
- * **transducers:** remove obsolete fns, update to use [@thi](https://github.com/thi).ng/arrays ([83cb816](https://github.com/thi-ng/umbrella/commit/83cb816))
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
- ### BREAKING CHANGES
267
+ ### Features
360
268
 
361
- * **transducers:** migrate / remove various functions to other packages
269
+ - **transducers:** add converge() xform, add iter arg to iterate() ([8393a95](https://github.com/thi-ng/umbrella/commit/8393a95))
362
270
 
363
- - constantly(), delay(), identity() => @thi.ng/compose
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
- - update choices() iterator
372
- * **transducers:** migrate various support fns to @thi.ng/arrays
273
+ ### Code Refactoring
373
274
 
374
- - remove/migrate functions:
375
- - binarySearch()
376
- - ensureArray() / ensureIterable()
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
- # [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)
279
+ ### BREAKING CHANGES
389
280
 
390
- ### Bug Fixes
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
- * **transducers:** ensure all vals in hexDump iterator version ([ae83bb2](https://github.com/thi-ng/umbrella/commit/ae83bb2))
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
- ### Code Refactoring
307
+ ### Bug Fixes
395
308
 
396
- * **transducers:** migrate binary related ops to new package ([a7c1ef7](https://github.com/thi-ng/umbrella/commit/a7c1ef7))
309
+ - **transducers:** ensure all vals in hexDump iterator version ([ae83bb2](https://github.com/thi-ng/umbrella/commit/ae83bb2))
397
310
 
398
- ### BREAKING CHANGES
311
+ ### Code Refactoring
399
312
 
400
- * **transducers:** migrate all binary data related ops to new package @thi.ng/transducers-binary
313
+ - **transducers:** migrate binary related ops to new package ([a7c1ef7](https://github.com/thi-ng/umbrella/commit/a7c1ef7))
401
314
 
402
- Removed:
403
- - bits
404
- - base64Encode/Decode
405
- - hexDump
406
- - partitionBits
407
- - utf8Encode/Decode
315
+ ### BREAKING CHANGES
408
316
 
409
- # [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)
317
+ - **transducers:** migrate all binary data related ops to new package @thi.ng/transducers-binary
410
318
 
411
- ### Bug Fixes
319
+ Removed: - bits - base64Encode/Decode - hexDump - partitionBits - utf8Encode/Decode
412
320
 
413
- * **transducers:** update juxt re-export ([a894a24](https://github.com/thi-ng/umbrella/commit/a894a24))
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
- ### Build System
323
+ ### Bug Fixes
416
324
 
417
- * update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
325
+ - **transducers:** update juxt re-export ([a894a24](https://github.com/thi-ng/umbrella/commit/a894a24))
418
326
 
419
- ### BREAKING CHANGES
327
+ ### Build System
420
328
 
421
- * enabled multi-outputs (ES6 modules, CJS, UMD)
329
+ - update package build scripts & outputs, imports in ~50 packages ([b54b703](https://github.com/thi-ng/umbrella/commit/b54b703))
422
330
 
423
- - build scripts now first build ES6 modules in package root, then call
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
- ## [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)
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
- ### Bug Fixes
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
- * **transducers:** add reduced() handling for cat() ([cd17586](https://github.com/thi-ng/umbrella/commit/cd17586))
339
+ ### Bug Fixes
434
340
 
435
- ## [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)
341
+ - **transducers:** add reduced() handling for cat() ([cd17586](https://github.com/thi-ng/umbrella/commit/cd17586))
436
342
 
437
- ### Bug Fixes
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
- * **transducers:** interpolate() interval selection, add minPos/maxPos ([a90a712](https://github.com/thi-ng/umbrella/commit/a90a712))
345
+ ### Bug Fixes
440
346
 
441
- # [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)
347
+ - **transducers:** interpolate() interval selection, add minPos/maxPos ([a90a712](https://github.com/thi-ng/umbrella/commit/a90a712))
442
348
 
443
- ### Features
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
- * **transducers:** add interpolate() iterator, update readme ([846ab5c](https://github.com/thi-ng/umbrella/commit/846ab5c))
351
+ ### Features
446
352
 
447
- ## [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)
353
+ - **transducers:** add interpolate() iterator, update readme ([846ab5c](https://github.com/thi-ng/umbrella/commit/846ab5c))
448
354
 
449
- ### Bug Fixes
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
- * **transducers:** add return type for range() ([0470505](https://github.com/thi-ng/umbrella/commit/0470505))
357
+ ### Bug Fixes
452
358
 
453
- # [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)
359
+ - **transducers:** add return type for range() ([0470505](https://github.com/thi-ng/umbrella/commit/0470505))
454
360
 
455
- ### Bug Fixes
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
- * **transducers:** minor TS3.1 fixes ([1ef2361](https://github.com/thi-ng/umbrella/commit/1ef2361))
363
+ ### Bug Fixes
458
364
 
459
- ### Features
365
+ - **transducers:** minor TS3.1 fixes ([1ef2361](https://github.com/thi-ng/umbrella/commit/1ef2361))
460
366
 
461
- * **transducers:** update wrap*() fns to accept iterables ([515e5ba](https://github.com/thi-ng/umbrella/commit/515e5ba))
367
+ ### Features
462
368
 
463
- <a name="2.1.6"></a>
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
- ### Bug Fixes
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
- * **transducers:** fix matchLast(), fix & update return match*() types ([823d828](https://github.com/thi-ng/umbrella/commit/823d828))
373
+ ### Bug Fixes
469
374
 
470
- <a name="2.1.2"></a>
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
- ### Bug Fixes
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
- * **transducers:** add missing type annotation ([022101f](https://github.com/thi-ng/umbrella/commit/022101f))
379
+ ### Bug Fixes
476
380
 
477
- <a name="2.1.2-alpha.1"></a>
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
- ### Bug Fixes
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
- * **transducers:** str() initial result handling ([f001314](https://github.com/thi-ng/umbrella/commit/f001314))
483
- * **transducers:** update arg types for choices() & weightedRandom() ([eb67426](https://github.com/thi-ng/umbrella/commit/eb67426))
385
+ ### Bug Fixes
484
386
 
485
- ### Features
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
- * **transducers:** add randomID() ([b488d2b](https://github.com/thi-ng/umbrella/commit/b488d2b))
390
+ ### Features
488
391
 
489
- <a name="2.1.0"></a>
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
- ### Features
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
- * **transducers:** add window() xform ([2f0f3d4](https://github.com/thi-ng/umbrella/commit/2f0f3d4))
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
- <a name="2.0.0"></a>
499
- # [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)
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
- ### Bug Fixes
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
- * **transducers:** arg handling in rename() ([7a5be21](https://github.com/thi-ng/umbrella/commit/7a5be21))
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
- ### Code Refactoring
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
- * **transducers:** rename inspect() => trace() ([e713704](https://github.com/thi-ng/umbrella/commit/e713704))
411
+ ### Code Refactoring
511
412
 
512
- ### Features
413
+ - **transducers:** rename inspect() => trace() ([e713704](https://github.com/thi-ng/umbrella/commit/e713704))
513
414
 
514
- * **transducers:** add fill() & fillN() reducers ([0bd860e](https://github.com/thi-ng/umbrella/commit/0bd860e))
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
- ### Performance Improvements
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
- * **transducers:** add IReducible, update reduce() ([9d83255](https://github.com/thi-ng/umbrella/commit/9d83255))
523
- * **transducers:** add iterator1(), update various xforms ([ab662d8](https://github.com/thi-ng/umbrella/commit/ab662d8))
423
+ ### Performance Improvements
524
424
 
525
- ### BREAKING CHANGES
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
- * **transducers:** groupByMap() & groupByObj() args now given as
528
- options object
529
- * **transducers:** replace some xform args with options objects, impacted are:
428
+ ### BREAKING CHANGES
530
429
 
531
- - convolve2d()
532
- - filterFuzzy()
533
- - hexDump()
534
- - movingMedian()
535
- - partitionSort()
536
- - partitionSync()
537
- - streamSort()
538
- - wordWrap()
539
- * **transducers:** rename inspect() => trace()
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
- <a name="1.16.0"></a>
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
- ### Features
444
+ ### Features
545
445
 
546
- * **transducers:** add partitionBits() xform & tests ([a5e2c28](https://github.com/thi-ng/umbrella/commit/a5e2c28))
446
+ - **transducers:** add partitionBits() xform & tests ([a5e2c28](https://github.com/thi-ng/umbrella/commit/a5e2c28))
547
447
 
548
- <a name="1.15.0"></a>
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
- ### Features
450
+ ### Features
552
451
 
553
- * **transducers:** add peek() helper fn ([e50fd10](https://github.com/thi-ng/umbrella/commit/e50fd10))
452
+ - **transducers:** add peek() helper fn ([e50fd10](https://github.com/thi-ng/umbrella/commit/e50fd10))
554
453
 
555
- <a name="1.14.0"></a>
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
- ### Features
456
+ ### Features
559
457
 
560
- * **transducer:** add asIterable() helper ([ccc37c6](https://github.com/thi-ng/umbrella/commit/ccc37c6))
561
- * **transducers:** add juxtR() for multiplexed reductions from same src ([9b07d12](https://github.com/thi-ng/umbrella/commit/9b07d12))
562
- * **transducers:** allow key arrays for rename(), simplify call sites ([092154c](https://github.com/thi-ng/umbrella/commit/092154c))
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
- ### Performance Improvements
462
+ ### Performance Improvements
565
463
 
566
- * **transducers:** update movingAverage() xform, add docs ([9874ace](https://github.com/thi-ng/umbrella/commit/9874ace))
464
+ - **transducers:** update movingAverage() xform, add docs ([9874ace](https://github.com/thi-ng/umbrella/commit/9874ace))
567
465
 
568
- <a name="1.13.0"></a>
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
- ### Features
468
+ ### Features
572
469
 
573
- * **transducers:** add wordWrap() xform ([81223dc](https://github.com/thi-ng/umbrella/commit/81223dc))
470
+ - **transducers:** add wordWrap() xform ([81223dc](https://github.com/thi-ng/umbrella/commit/81223dc))
574
471
 
575
- <a name="1.12.2"></a>
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
- ### Bug Fixes
474
+ ### Bug Fixes
579
475
 
580
- * **transducers:** revert mean() from regression introduced in 095e6ef ([03543ee](https://github.com/thi-ng/umbrella/commit/03543ee))
476
+ - **transducers:** revert mean() from regression introduced in 095e6ef ([03543ee](https://github.com/thi-ng/umbrella/commit/03543ee))
581
477
 
582
- <a name="1.12.0"></a>
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
- ### Features
480
+ ### Features
586
481
 
587
- * **transducers:** add ensureArray(), refactor reverse() ([677c7cc](https://github.com/thi-ng/umbrella/commit/677c7cc))
482
+ - **transducers:** add ensureArray(), refactor reverse() ([677c7cc](https://github.com/thi-ng/umbrella/commit/677c7cc))
588
483
 
589
- <a name="1.11.0"></a>
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
- ### Features
486
+ ### Features
593
487
 
594
- * **transducers:** add matchFirst()/matchLast() xforms, update readme ([bc261e5](https://github.com/thi-ng/umbrella/commit/bc261e5))
488
+ - **transducers:** add matchFirst()/matchLast() xforms, update readme ([bc261e5](https://github.com/thi-ng/umbrella/commit/bc261e5))
595
489
 
596
- <a name="1.10.0"></a>
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
- ### Features
492
+ ### Features
600
493
 
601
- * **transducers:** add filterFuzzy() xform ([2bebba2](https://github.com/thi-ng/umbrella/commit/2bebba2))
602
- * **transducers:** add wrap*() iterators ([306625d](https://github.com/thi-ng/umbrella/commit/306625d))
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
- <a name="1.9.0"></a>
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
- ### Features
499
+ ### Features
608
500
 
609
- * **transducers:** add normRange() iterator ([55f29b8](https://github.com/thi-ng/umbrella/commit/55f29b8))
501
+ - **transducers:** add normRange() iterator ([55f29b8](https://github.com/thi-ng/umbrella/commit/55f29b8))
610
502
 
611
- <a name="1.8.1"></a>
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
- ### Bug Fixes
505
+ ### Bug Fixes
615
506
 
616
- * **transducers:** add generics for compR(), fix types in mapNth() ([3b7c9d9](https://github.com/thi-ng/umbrella/commit/3b7c9d9))
617
- * **transducers:** Provide argument types for compR() and deepTransform() ([de89f00](https://github.com/thi-ng/umbrella/commit/de89f00))
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
- <a name="1.8.0"></a>
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
- ### Features
512
+ ### Features
623
513
 
624
- * **transducers:** add run() for executing side effects only, update readme ([52c7508](https://github.com/thi-ng/umbrella/commit/52c7508))
514
+ - **transducers:** add run() for executing side effects only, update readme ([52c7508](https://github.com/thi-ng/umbrella/commit/52c7508))
625
515
 
626
- <a name="1.7.0"></a>
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
- ### Features
518
+ ### Features
630
519
 
631
- * **transducers:** add mapVals() xform ([abc195a](https://github.com/thi-ng/umbrella/commit/abc195a))
632
- * **transducers:** add partitionSync() xform ([bebd118](https://github.com/thi-ng/umbrella/commit/bebd118))
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
- <a name="1.6.0"></a>
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
- ### Features
525
+ ### Features
638
526
 
639
- * **transducers:** add permutations()/permutationsN() generators ([91938ed](https://github.com/thi-ng/umbrella/commit/91938ed))
527
+ - **transducers:** add permutations()/permutationsN() generators ([91938ed](https://github.com/thi-ng/umbrella/commit/91938ed))
640
528
 
641
- <a name="1.5.1"></a>
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
- ### Bug Fixes
531
+ ### Bug Fixes
645
532
 
646
- * **transducers:** flattenWith() ([3d8aa32](https://github.com/thi-ng/umbrella/commit/3d8aa32))
533
+ - **transducers:** flattenWith() ([3d8aa32](https://github.com/thi-ng/umbrella/commit/3d8aa32))
647
534
 
648
- <a name="1.5.0"></a>
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
- ### Features
537
+ ### Features
652
538
 
653
- * **transducers:** add keys()/vals() iterators, refactor pairs() ([9824844](https://github.com/thi-ng/umbrella/commit/9824844))
539
+ - **transducers:** add keys()/vals() iterators, refactor pairs() ([9824844](https://github.com/thi-ng/umbrella/commit/9824844))
654
540
 
655
- <a name="1.4.0"></a>
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
- ### Features
543
+ ### Features
659
544
 
660
- * **transducers:** add deepTransform & mapDeep xform ([f0fdfa1](https://github.com/thi-ng/umbrella/commit/f0fdfa1))
545
+ - **transducers:** add deepTransform & mapDeep xform ([f0fdfa1](https://github.com/thi-ng/umbrella/commit/f0fdfa1))
661
546
 
662
- <a name="1.3.0"></a>
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
- ### Features
549
+ ### Features
666
550
 
667
- * **transducers:** add lookup1d/2d/3d helpers, update re-exports ([193058d](https://github.com/thi-ng/umbrella/commit/193058d))
551
+ - **transducers:** add lookup1d/2d/3d helpers, update re-exports ([193058d](https://github.com/thi-ng/umbrella/commit/193058d))
668
552
 
669
- <a name="1.2.0"></a>
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
- ### Bug Fixes
555
+ ### Bug Fixes
673
556
 
674
- * **transducers:** update imports `step()` ([48f8bb8](https://github.com/thi-ng/umbrella/commit/48f8bb8))
557
+ - **transducers:** update imports `step()` ([48f8bb8](https://github.com/thi-ng/umbrella/commit/48f8bb8))
675
558
 
676
- ### Features
559
+ ### Features
677
560
 
678
- * **transducers:** add convolve2d xform & types ([ab8a855](https://github.com/thi-ng/umbrella/commit/ab8a855))
679
- * **transducers:** add movingMedian() xform ([d7b1d0d](https://github.com/thi-ng/umbrella/commit/d7b1d0d))
680
- * **transducers:** add range2d / range3d generators ([722042b](https://github.com/thi-ng/umbrella/commit/722042b))
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
- <a name="1.1.0"></a>
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
- ### Features
567
+ ### Features
686
568
 
687
- * **transducers:** add page() xform, update readme ([855d803](https://github.com/thi-ng/umbrella/commit/855d803))
569
+ - **transducers:** add page() xform, update readme ([855d803](https://github.com/thi-ng/umbrella/commit/855d803))
688
570
 
689
- <a name="1.0.6"></a>
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
- ### Bug Fixes
573
+ ### Bug Fixes
693
574
 
694
- * **transducers:** update comp() for typescript 2.7.* ([febe39f](https://github.com/thi-ng/umbrella/commit/febe39f))
575
+ - **transducers:** update comp() for typescript 2.7.* ([febe39f](https://github.com/thi-ng/umbrella/commit/febe39f))
695
576
 
696
- <a name="1.0.2"></a>
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
- ### Performance Improvements
579
+ ### Performance Improvements
700
580
 
701
- * **transducers:** avoid result object cloning in struct() xform ([d774e32](https://github.com/thi-ng/umbrella/commit/d774e32))
581
+ - **transducers:** avoid result object cloning in struct() xform ([d774e32](https://github.com/thi-ng/umbrella/commit/d774e32))
702
582
 
703
- <a name="1.0.0"></a>
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
- ### Bug Fixes
585
+ ### Bug Fixes
707
586
 
708
- * **transducers:** add "complete" step handling in scan() ([8e5204d](https://github.com/thi-ng/umbrella/commit/8e5204d))
709
- * **transducers:** scan() complete handling ([44db970](https://github.com/thi-ng/umbrella/commit/44db970))
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
- ### Code Refactoring
590
+ ### Code Refactoring
712
591
 
713
- * **transducers:** rename join() => str() rfn ([e268e35](https://github.com/thi-ng/umbrella/commit/e268e35))
592
+ - **transducers:** rename join() => str() rfn ([e268e35](https://github.com/thi-ng/umbrella/commit/e268e35))
714
593
 
715
- ### Features
594
+ ### Features
716
595
 
717
- * **transducers:** add every(), some() rfns ([63344e4](https://github.com/thi-ng/umbrella/commit/63344e4))
718
- * **transducers:** add labeled() xform ([0b3c786](https://github.com/thi-ng/umbrella/commit/0b3c786))
719
- * **transducers:** add multiplex() xform & docs ([beb2cee](https://github.com/thi-ng/umbrella/commit/beb2cee))
720
- * **transducers:** add multiplexObj() ([931b67f](https://github.com/thi-ng/umbrella/commit/931b67f))
721
- * **transducers:** add noop() xform, update readme ([7b21aa6](https://github.com/thi-ng/umbrella/commit/7b21aa6))
722
- * **transducers:** add utf8Encode()/utf8Decode() xforms ([e50fa26](https://github.com/thi-ng/umbrella/commit/e50fa26))
723
- * **transducers:** update frequencies() & groupByMap() ([4b8d037](https://github.com/thi-ng/umbrella/commit/4b8d037))
724
- * **transducers:** update re-exports, extract throttleTime() into own file ([45d6bc6](https://github.com/thi-ng/umbrella/commit/45d6bc6))
725
- * **transducers:** update re-exports, minor update reductions() ([e555ff5](https://github.com/thi-ng/umbrella/commit/e555ff5))
726
- * **transducers:** update step() to support multiple results ([1f32fc0](https://github.com/thi-ng/umbrella/commit/1f32fc0))
727
- * **transducers:** update throttle(), refactor take/dropNth ([e1a282c](https://github.com/thi-ng/umbrella/commit/e1a282c))
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
- ### BREAKING CHANGES
608
+ ### BREAKING CHANGES
730
609
 
731
- * **transducers:** throttle() requires stateful predicate now
732
- * **transducers:** rename join() => str() reduer in prep for actual set join() op
733
- * **transducers:** now possibly returns array instead of single value if wrapped transducer produced multiple results
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