@thi.ng/transducers 7.9.2 → 8.0.0

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