Skip to content

Latest commit

 

History

History
254 lines (107 loc) · 7.84 KB

CHANGELOG.md

File metadata and controls

254 lines (107 loc) · 7.84 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.7.5 (2018-04-08)

Note: Version bump only for package @thi.ng/transducers

1.7.4 (2018-04-04)

Note: Version bump only for package @thi.ng/transducers

1.7.3 (2018-04-01)

Note: Version bump only for package @thi.ng/transducers

1.7.2 (2018-03-28)

Note: Version bump only for package @thi.ng/transducers

1.7.1 (2018-03-21)

Note: Version bump only for package @thi.ng/transducers

1.7.0 (2018-03-19)

Features

  • transducers: add mapVals() xform (abc195a)
  • transducers: add partitionSync() xform (bebd118)

1.6.2 (2018-03-08)

Note: Version bump only for package @thi.ng/transducers

1.6.1 (2018-03-03)

Note: Version bump only for package @thi.ng/transducers

1.6.0 (2018-03-03)

Features

  • transducers: add permutations()/permutationsN() generators (91938ed)

1.5.1 (2018-03-02)

Bug Fixes

  • transducers: flattenWith() (3d8aa32)

1.5.0 (2018-02-26)

Features

  • transducers: add keys()/vals() iterators, refactor pairs() (9824844)

1.4.0 (2018-02-23)

Features

  • transducers: add deepTransform & mapDeep xform (f0fdfa1)

1.3.0 (2018-02-19)

Features

  • transducers: add lookup1d/2d/3d helpers, update re-exports (193058d)

1.2.0 (2018-02-18)

Bug Fixes

  • transducers: update imports step() (48f8bb8)

Features

  • transducers: add convolve2d xform & types (ab8a855)
  • transducers: add movingMedian() xform (d7b1d0d)
  • transducers: add range2d / range3d generators (722042b)

1.1.0 (2018-02-08)

Features

  • transducers: add page() xform, update readme (855d803)

1.0.7 (2018-02-02)

Note: Version bump only for package @thi.ng/transducers

1.0.6 (2018-02-01)

Bug Fixes

  • transducers: update comp() for typescript 2.7.* (febe39f)

1.0.5 (2018-01-31)

Note: Version bump only for package @thi.ng/transducers

1.0.4 (2018-01-30)

Note: Version bump only for package @thi.ng/transducers

1.0.3 (2018-01-29)

Note: Version bump only for package @thi.ng/transducers

1.0.2 (2018-01-29)

Performance Improvements

  • transducers: avoid result object cloning in struct() xform (d774e32)

1.0.1 (2018-01-29)

Note: Version bump only for package @thi.ng/transducers

1.0.0 (2018-01-28)

Bug Fixes

  • transducers: add "complete" step handling in scan() (8e5204d)
  • transducers: scan() complete handling (44db970)

Code Refactoring

  • transducers: rename join() => str() rfn (e268e35)

Features

  • transducers: add every(), some() rfns (63344e4)
  • transducers: add labeled() xform (0b3c786)
  • transducers: add multiplex() xform & docs (beb2cee)
  • transducers: add multiplexObj() (931b67f)
  • transducers: add noop() xform, update readme (7b21aa6)
  • transducers: add utf8Encode()/utf8Decode() xforms (e50fa26)
  • transducers: update frequencies() & groupByMap() (4b8d037)
  • transducers: update re-exports, extract throttleTime() into own file (45d6bc6)
  • transducers: update re-exports, minor update reductions() (e555ff5)
  • transducers: update step() to support multiple results (1f32fc0)
  • transducers: update throttle(), refactor take/dropNth (e1a282c)

BREAKING CHANGES

  • transducers: throttle() requires stateful predicate now
  • transducers: rename join() => str() reduer in prep for actual set join() op
  • transducers: now possibly returns array instead of single value if wrapped transducer produced multiple results