Skip to content

Latest commit

 

History

History
185 lines (55 loc) · 3.5 KB

CHANGELOG.md

File metadata and controls

185 lines (55 loc) · 3.5 KB

Change Log

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

0.10.1 (2021-07-20)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.10.0 (2021-03-12)

Features

0.9.9 (2021-02-15)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.9.8 (2021-01-22)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.9.7 (2021-01-22)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.9.6 (2021-01-15)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.9.5 (2020-12-15)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.9.4 (2020-10-29)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.9.3 (2020-10-29)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.9.2 (2020-10-26)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.9.1 (2020-10-05)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.9.0 (2020-08-25)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.8.0 (2020-08-24)

Features

  • switch to using ES6 exports instead of CommonJS style (3639a5d)

BREAKING CHANGES

  • will break all require calls

0.7.0 (2020-08-24)

Features

  • runner: allow defining a logger (3188119)

0.6.0 (2020-08-14)

Features

  • runner: choose which attack to run based on weighting (9760a44)

BREAKING CHANGES

  • runner: possibleAttack.probability removed in favour of possibleAttack.weight

0.5.0 (2020-08-14)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.4.0 (2020-08-14)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.3.0 (2020-08-14)

Note: Version bump only for package @dazn/chaos-squirrel-runner

0.2.0 (2020-08-07)

Features

  • update runner to be OO, add helper configure methods (808b220)
  • working runner module to select and start attacks (1e7a42c)
  • runner: first-pass at runner module (f2ce515)

BREAKING CHANGES

  • runner interface has changed
  • switched exports to use esModuleInterop style