0.2.0
Major Changes
NOTICE: This release includes breaking changes to the configuration file and wire format.
- Refactored the service module to be more easily embeddable as part of another express project. [#13, #28,
#32] - Removed the watch, push, and browser commands from the client since they will be implemented in juttle-engine. [#30,
#22] - Removed references to "juttled" in code and the configuration file, replacing with "juttle-service". [#15]
- Changed the output format when running jobs with wait=true to be less verbose. [#14]
Minor Changes
- Added CORS headers. [#29]
- Exposed the getLogger function from log4js to enable an embedding application to share the same instance. [#34]
- Added support for setting debug logging targets using the DEBUG environment variable [#23]
- Refactored the client script to be more modular and extendable as part of another project. [#22]
- Added compression middleware to improve the wire efficiency. [#12]