Skip to content

Latest commit

 

History

History
98 lines (48 loc) · 3.71 KB

CHANGELOG.md

File metadata and controls

98 lines (48 loc) · 3.71 KB

Change Log

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

1.1.38 (2020-09-13)

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

1.1.37 (2020-08-28)

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

1.1.36 (2020-08-17)

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

1.1.35 (2020-08-16)

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

1.1.0 (2019-07-07)

Features

  • transducers-stats: enable TS strict compiler flags (refactor) (33daa7f)

1.0.0 (2019-01-21)

Build System

  • update package build scripts & outputs, imports in ~50 packages (b54b703)

BREAKING CHANGES

  • enabled multi-outputs (ES6 modules, CJS, UMD)
  • build scripts now first build ES6 modules in package root, then call scripts/bundle-module to build minified CJS & UMD bundles in /lib
  • 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.

0.4.0 (2018-08-24)

Features

  • transducers-stats: make xforms iterable if input given (c9ac981)

0.3.4 (2018-08-08)

0.3.1 (2018-07-25)

Bug Fixes

  • transducers-stats: fix naming of MACD results (#31) (a322e00)

0.3.0 (2018-07-25)

Features

  • transducers-stats: add BollingerBand value interface (c97cb75)
  • transducers-stats: add MACD (fixes #31) (b92aaa5)

0.2.0 (2018-07-21)

Features

  • transducers-stats: add stochastic oscillator, refactor (0b0a7ca)

0.1.0 (2018-07-20)

Features

  • transducers-stats: add @thi.ng/transducers-stats package (7a5812f)
  • transducers-stats: add other xforms (7df3ce0)