Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

47 lines (32 loc) · 1.94 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

2.2.4 (2024-12-24)

♻️ Refactoring

  • replace @thi.ng/dcons dependency (e9940ed)
    • switch to use more lightweight & GC-friendly ringbuffer impl from @thi.ng/buffers
    • update the following transducers:
      • momentum()
      • roc()
      • sma()
    • add tests

2.2.0 (2024-11-03)

🚀 Features

  • add moving min/max, update donchian (188d11a)
    • add movingMaximum() transducer
    • add movingMinimum() transducer
    • refactor donchian()
    • add internal Deque helper class
    • add tests

2.1.113 (2024-04-08)

♻️ Refactoring

2.1.76 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)