Skip to content

Latest commit

 

History

History
68 lines (35 loc) · 2.38 KB

CHANGELOG.md

File metadata and controls

68 lines (35 loc) · 2.38 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.5.0 - 2020-09-05

Changed

  1. Disable activating of application on every run. When using a guard to auto run specs, running all specs will activate the application continually which is pretty annoying if you want to do anything else. This can be reactivated by setting Global.jasminejsx.activateApp = true; in your test/run.jsx.

0.4.0 - 2020-04-14

Added

  1. Pending message output can now be with the configuration object Global.jasminejsx. See test/run.jsx.

0.3.1 - 2020-03-31

Fixed

  1. Fix spec file name generation in test/run.jsx. This was not finding files with "Special" in the name.

0.3.0 - 2020-03-03

Fixed

  1. Simplify LogReporter.timer.elapsed method to use diff instead of durations. Durations still appear to work in node but not in ExtendScript.

Changed

  1. Upgrade extendscript-logger to 0.3.0 which now uses extendscript-json.

0.2.0 - 2020-03-03

Changed

  1. index.jsx will attempt to get the rootPath and logger from a Global object before looking at a global variables. README.md has been updated accordingly.

0.1.0 - 2020-02-25

Changed

  1. Added specStart and specDone debug messages so that debugging inter-dependent tests can be done. Default logger starts with a severity level of INFO.

0.0.5 - 2020-02-07

Changed

  1. Merged pull request #2 to support running tests in ExtendScript Debugger. Thanks @lsh246!

0.0.4 - 2019-10-21

Changed

  1. Upgraded extendscript-logger 0.1.0

0.0.3 - 2019-10-21

Changed

  1. Upgraded extendscript-logger 0.0.2

0.0.2 - 2019-10-17

Changed

  1. Use extendscript-logger 0.0.1 through NPM.