|
| 1 | +# 0.1.0 (2021-10-19) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* config parsing ([96a3c43](https://github.com/testground/sdk-js/commit/96a3c43b2660150c5bd338888d5781570f90197a)) |
| 7 | +* convert config to snake_case ([1d5f8c0](https://github.com/testground/sdk-js/commit/1d5f8c019f8809cef076734ead6c3a6eeedec763)) |
| 8 | +* correct process ([71271a0](https://github.com/testground/sdk-js/commit/71271a039bdbf1f9c5d63ff23bb54ff55e59d319)) |
| 9 | +* match sdk-go runenv variable names ([9ca2c18](https://github.com/testground/sdk-js/commit/9ca2c1825a32b0e8ae46c91cac884023590db664)) |
| 10 | +* normalize config and target ([#4](https://github.com/testground/sdk-js/issues/4)) ([305d74b](https://github.com/testground/sdk-js/commit/305d74bd6099d269a9d0fb349419cff455bf8308)) |
| 11 | +* package name ([e9294d9](https://github.com/testground/sdk-js/commit/e9294d9f04db4362db2b0052d9af5477855dbcd3)) |
| 12 | +* record start ([87b7107](https://github.com/testground/sdk-js/commit/87b71078e4c5f149e2b0f960d5c9e519731a97e6)) |
| 13 | +* recursive normalizeConfig ([39c699e](https://github.com/testground/sdk-js/commit/39c699e87146411198ebd6cb8daa4072fdf75f85)) |
| 14 | +* remove unused function ([305864e](https://github.com/testground/sdk-js/commit/305864ef4bb476845c95d6402c05996da276c516)) |
| 15 | +* same network.newClient API as sdk-go ([ce7ec62](https://github.com/testground/sdk-js/commit/ce7ec6277218cb2aa81d3c284a2b03eabeec06f7)) |
| 16 | + |
| 17 | + |
| 18 | +### Features |
| 19 | + |
| 20 | +* add ALLOW_ALL and DENY_ALL consts ([cacfa5c](https://github.com/testground/sdk-js/commit/cacfa5cc6d3e7b7cf186b2c721bdc0863282f88b)) |
| 21 | +* add barrier cancel ([ac1fe83](https://github.com/testground/sdk-js/commit/ac1fe832fca0f69382ea0d2dfc94bfda2b87ed29)) |
| 22 | +* add cancel to subscribe ([8fe26d0](https://github.com/testground/sdk-js/commit/8fe26d07c35650c400853042e9ca32092707d9ce)) |
| 23 | +* add syncClient.signalEvent ([#5](https://github.com/testground/sdk-js/issues/5)) ([d4fc609](https://github.com/testground/sdk-js/commit/d4fc609c632ebb3b62a0df3f82a2b58839a08370)) |
| 24 | +* log outputs to run.out ([760c4bf](https://github.com/testground/sdk-js/commit/760c4bf8574239067b6721d333c640613635c052)) |
| 25 | +* record success and failure depending on error ([c6083f0](https://github.com/testground/sdk-js/commit/c6083f06766c4772f30fac5b2dc883b5ffbb0677)) |
| 26 | +* sync primitives, network initialization ([#3](https://github.com/testground/sdk-js/issues/3)) ([5ee5d6b](https://github.com/testground/sdk-js/commit/5ee5d6b9406f98f0a755e67367242c8597af0e6f)) |
| 27 | +* use custom error level ([2bf3f19](https://github.com/testground/sdk-js/commit/2bf3f19221f988b65686c24e9d4c008a9f3295be)) |
| 28 | +* use new sync service ([#17](https://github.com/testground/sdk-js/issues/17)) ([de977da](https://github.com/testground/sdk-js/commit/de977dae0ac364c3f2a6d7a7f6a9ab17767d2e2c)) |
| 29 | + |
| 30 | + |
| 31 | +### Reverts |
| 32 | + |
| 33 | +* use package os ([6adf8f6](https://github.com/testground/sdk-js/commit/6adf8f69a9d09178af55866075ab16fdcc28947c)) |
| 34 | + |
| 35 | + |
| 36 | + |
0 commit comments