@thi.ng/transducers 7.9.2 → 8.0.4

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