Skip to content

Releases: juttle/juttle-gmail-adapter

0.6.0

23 Mar 18:35
Compare
Choose a tag to compare

Minor Changes

  • Update to reflect changes in juttle 0.7.0. This release is compatible with adapter version 0.7.0. [#40].

0.5.1

09 Mar 18:59
Compare
Choose a tag to compare

Minor Changes

  • Reorganize code layout to more closely match reference version in juttle-adapter-template [#36]
  • Added code coverage tests [#29]
  • Minor changes to filter expression parsing [#33]
  • Add an ecosystem image to the top level README that shows where the adapter fits into the overall ecosystem. [#37]
  • Update adapter walkthrough to rely on the more general version for overall discussion. This walkthrough describes gmail-specific features. [#35]

0.5.0

29 Feb 20:44
Compare
Choose a tag to compare

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]

v0.4.2

25 Jan 17:08
Compare
Choose a tag to compare

Released 2016-01-21

Minor Changes

  • Minor documentation fixes.

v0.4.1

25 Jan 17:08
Compare
Choose a tag to compare

Released 2016-01-20

Minor Changes

  • Fix minor problem with juttle dependency in package.json.

v0.4.0

20 Jan 22:15
Compare
Choose a tag to compare

Released 2016-01-20

Major Changes

Minor Changes

  • Update to handle changes in juttle 0.3.0.

Bug Fixes

0.3.0

11 Jan 18:59
Compare
Choose a tag to compare

0.3.0

Released 2016-01-08

Major Changes

  • Add support for a write proc which sends program outputs as email messages [#10]

Minor Changes

0.2.0

07 Jan 00:16
Compare
Choose a tag to compare

Major Changes

  • Add support for live reads of messages when a -to is specified in the future [#7]
  • Add support for filtering expressions in the read gmail command. [#8]
  • Add walkthrough notes that provide details on how the gmail adapter is implemented. Will be a useful reference for others who want to write their own adapters. [#5]

Minor Changes

  • Update to changes in juttle 0.2.0.
  • Add comprehensive unit tests and TravisCI integration. [#12]