Skip to content

Releases: bennycode/trading-signals

v3.4.0

27 Dec 17:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v2.5.0

12 Nov 09:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.1...v2.5.0

v2.4.1

07 Nov 18:55
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 by @dependabot in #339
  • chore(deps-dev): bump ts-node from 10.2.1 to 10.4.0 by @dependabot in #340
  • chore(deps-dev): bump lint-staged from 11.1.2 to 11.2.6 by @dependabot in #343
  • chore(deps-dev): bump @types/jasmine from 3.9.1 to 3.10.1 by @dependabot in #346
  • chore(deps-dev): bump eslint-plugin-typescript-sort-keys from 1.8.0 to 2.0.0 by @dependabot in #342
  • chore(deps-dev): bump @types/node from 16.11.1 to 16.11.6 by @dependabot in #341
  • chore(deps-dev): bump typescript from 4.4.3 to 4.4.4 by @dependabot in #344
  • chore(deps-dev): bump jasmine from 3.9.0 to 3.10.0 by @dependabot in #345
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 by @dependabot in #347
  • feat(EMA): Add faster EMA implementation by @patotoma in #348
  • feat(ci): Automatically add GitHub labels to PRs by @bennycode in #349
  • refactor: Simplify indicator interfaces by @bennycode in #351
  • test(ema): Benchmark faster EMA implementation by @bennycode in #350
  • test(MA): Add tests for moving average base class by @bennycode in #352
  • chore(ci): Automatically generate release notes by @bennycode in #353

New Contributors

Full Changelog: v2.4.0...v2.4.1