Skip to content

0.5.0

Compare
Choose a tag to compare
@mstemm mstemm released this 29 Feb 20:44
· 22 commits to master since this release

0.5.0

Major Changes

  • Update code and READMEs to reflect changes in juttle 0.5.0, including the concept of adapter versioning. This release is compatible with adapter version 0.5.0. [#31]

Minor Changes

  • Update to use ES6 features, including classes, fat arrow for this scoping, let instead of var, etc. [#31]
  • Unit tests can now run using a local juttle config file in addition to a config provided via the environment. [#27]
  • Small changes to the setup instructions. [#28]

Bug Fixes

  • Some unit tests were falsely passing when they should have been failing. Updated and fixed any problems. [#31]