Skip to content

Releases: TrueWill/tzientist

Published results include experiment arguments

17 Mar 19:27
Compare
Choose a tag to compare

The results passed to publish now include the arguments passed to the experiment (experimentArguments).

Potentially breaking change due to changing generic type parameters to interface.

Fix vulnerability in development tools

15 Mar 17:46
Compare
Choose a tag to compare

Upgrade devDependencies.

TypeScript v3.8.3, typedefs for Node and Jest, and ESLint plugins.
Also regenerated package-lock.json.
(One of the transitive dependencies, acorn, had a security vulnerability.)

Add async features

15 Mar 17:26
Compare
Choose a tag to compare

See "Asynchronous code" section of README.

Add enabled option

11 Mar 18:34
Compare
Choose a tag to compare

Add enabled option (see sampling section of README).
Make publish optional.

Minor refactoring

08 Mar 16:19
Compare
Choose a tag to compare

Internal code cleanup that should not impact callers.

Always publish results

07 Mar 22:58
Compare
Choose a tag to compare

Breaking changes

  • Results are always published. Comparisons may be done in the publish function.
  • Target Node >=8.17 using ES2017
  • Catch, publish, and re-throw control errors
  • Improve default publish function
  • Rename Result to Results

Initial release

01 Mar 22:51
Compare
Choose a tag to compare

Very early version. Use at your own risk.