You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grunt-contrib-jasmine/CHANGELOG

134 lines
3.4 KiB

v1.0.0:
date: 2016-01-26
changes:
- Bump grunt-lib-phantomjs to 1.0.0.
- Bump jasmine to 2.2.0.
9 years ago
v0.9.2:
date: 2015-09-24
changes:
- Fixes npm@3 issues.
9 years ago
v0.9.1:
date: 2015-09-04
changes:
- Fix summary logging.
9 years ago
v0.9.0:
date: 2015-07-10
changes:
- Fix deprecated package.json licenses.
- Fix Phantomjs dependency to include correct phantom kill.
10 years ago
v0.8.2:
date: 2015-01-08
changes:
- Fixes to test summary reporting.
10 years ago
v0.8.1:
date: 2014-10-20
changes:
10 years ago
- Now removes listeners when using the build flag.
- Adds handler for `fail.load`.
10 years ago
v0.8.0:
date: 2014-07-26
changes:
- Plugin now uses Jasmine 2.0.4 from npm.
- Updates other dependencies.
- Added `options.polyfills`.
v0.7.0:
date: 2014-07-26
changes:
- 'Merged #153 to add stack trace to summary.'
- Updated for Jasmine 2.0.1.
- 'Merged #133 for minimal output.'
- 'Merged #139 changing file exclusion logic.'
10 years ago
v0.6.5:
date: 2014-05-31
changes:
- Option to allow specifying a `junitTemplate`.
11 years ago
v0.6.4:
date: 2014-04-28
changes:
- Indent level fix.
- Moved scripts inside the body tag.
11 years ago
v0.6.0:
date: 2014-01-29
changes:
- Jasmine 2.0.0 support.
- Improved logging support.
- Various merges/bugfixes.
v0.5.2:
date: 2013-08-02
changes:
- 'Fixed breakage with iframes / #44.'
- 'Added filter flag / #70.'
- 'Fixed junit failure output / #77.'
11 years ago
v0.5.1:
date: 2013-06-18
changes:
- 'Merged #69: grunt async not called when tests fail or `keepRunner` is true.'
11 years ago
v0.5.0:
date: 2013-06-15
changes:
- Updated rimraf.
- Made teardown async.
- Added Function.prototype.bind polyfill.
- Breaking (templates) changed input options for `getRelativeFileList`.
- Breaking (usage) failing task on phantom error (SyntaxError, TypeError, et al).
v0.4.2:
date: 2013-04-03
changes:
- 'Updated grunt-lib-phantomjs to 0.3.0/1.9 (closes #45).'
- 'Merged #38, #51.'
- 'Addressed #40, #43, #48, #45.'
v0.4.0:
date: 2013-03-08
changes:
- Updated grunt-lib-phantomjs to 0.2.0/1.8.
- Allowed spec/vendor/helper list to return non-matching files (e.g. for remote, http).
- 'Merged #30, #34.'
v0.3.3:
date: 2013-02-24
changes:
- Added better console output (via Gabor Kiss @Neverl).
12 years ago
v0.3.2:
date: 2013-02-17
changes:
- Ensure Gruntfile.js is included on npm.
12 years ago
v0.3.1:
date: 2013-02-15
changes:
- First official release for Grunt 0.4.0.
v0.3.1rc7:
date: 2013-01-22
changes:
- Exposed phantom and sendMessage to templates
v0.3.0rc7:
date: 2013-01-22
changes:
- Updated dependencies for grunt v0.4.0rc6/rc7
12 years ago
v0.3.0rc5:
date: 2013-01-08
changes:
12 years ago
- Updating to work with grunt v0.4.0rc5.
- Switching to `this.filesSrc` API.
- Added JUnit xml output (via Kelvin Luck @vitch).
- Passing `console.log` from browser to verbose grunt logging.
- Support for templates as separate node modules.
- Removed internal requirejs template (see grunt-template-jasmine-requirejs).
v0.2.0:
date: 2012-12-03
changes:
- Generalized requirejs template config.
- Added loader plugin.
- Tests for templates.
- Updated jasmine to 1.3.0.
v0.1.2:
date: 2012-11-24
changes:
- Updated for new grunt/grunt-contrib APIs.
v0.1.1:
date: 2012-11-07
changes:
- Fixed race condition in requirejs template.
12 years ago
v0.1.0:
date: 2012-11-07
12 years ago
changes:
- Ported grunt-jasmine-runner and grunt-jasmine-task to grunt-contrib.