source: pyenvjasmine/pyenvjasmine/envjasmine/CHANGELOG@ 0:0175515fceea

Last change on this file since 0:0175515fceea was 0:0175515fceea, checked in by Borja Lopez <borja@…>, 9 years ago

Imported sources from http://repos.betabug.ch/pyenvjasmine

File size: 1.5 KB
Line 
1Version 1.7
2- Added the --incrementalOutput flag to allow output to show progress per file. This is useful when running EnvJasmine in Maven.
3- Changed the "Failed: 0" output to not be red (it only becomes red if there are failing tests, less distracting).
4- Fixed a bug where improper character encoding would cause EnvJasmine to report false results in different environments.
5- Added support to execute ./bin/run_test.sh with an absolute path to a spec file previously this only worked with relative paths).
6- Added the ability to define a custom EnvJasmine.reporterClass in your config file (include/dependencies.js) to overwrite the default RhinoReporter (Thanks jakul!).
7- Added an optional RhinoSpecReporter to jasmine-rhino-reporter.js (this is an example of how you can write your own reporters, thanks jakul!).
8- Updated the tutorial to include creating a custom config file (Thanks zdk!).
9
10Version 1.6: Made the output more like RSpec. (12/02/2011)
11
12Version 1.5: Reengineered EnvJasmine to make each script to run withit its own context. This prevents conflicts in scripts modifying global objects, although your dependencies are still loaded globally.
13
14Version 1.4: Reengineered system to better integrate with maven (03/07/2011)
15
16Version 1.3: Added support for arbitrary file structures in specs directory (02/15/2011)
17
18Version 1.2: Improved Maven integration support (01/27/2011)
19
20Version 1.1: Added support for AJAX calls (01/24/2011)
21
22Version 1.0: Initial Release (01/07/2011)
23
Note: See TracBrowser for help on using the repository browser.