Releases: juttle/juttle-gmail-adapter
Releases · juttle/juttle-gmail-adapter
0.6.0
0.5.1
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
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
v0.4.1
v0.4.0
Released 2016-01-20
Major Changes
Minor Changes
- Update to handle changes in juttle 0.3.0.
Bug Fixes
- Eliminate unnecessary emit_eof call for write adapter [juttle/juttle#131]
0.3.0
0.2.0
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]