Update CHANGELOG.

[ci skip]
This commit is contained in:
XhmikosR 2016-03-18 19:31:28 +02:00
parent 709ff00038
commit bddee284cd
2 changed files with 64 additions and 72 deletions

View File

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

View File

@ -5,7 +5,6 @@
## Getting Started ## Getting Started
This plugin requires Grunt `>=0.4.0`
If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command: If you haven't used [Grunt](http://gruntjs.com/) before, be sure to check out the [Getting Started](http://gruntjs.com/getting-started) guide, as it explains how to create a [Gruntfile](http://gruntjs.com/sample-gruntfile) as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
@ -134,12 +133,6 @@ host : 'http://127.0.0.1:8000/'
Without a `host`, your specs will be run from the local filesystem. Without a `host`, your specs will be run from the local filesystem.
#### options.customBootFile
Type: `String`
Default: `lib/jasmine-core/boot.js` from [`jasmine-core`](https://github.com/jasmine/jasmine)
Path to a custom boot file (see the [docs](http://jasmine.github.io/2.3/custom_boot.html)).
#### options.template #### options.template
Type: `String` `Object` Type: `String` `Object`
Default: `undefined` Default: `undefined`
@ -302,35 +295,35 @@ for more information on the RequireJS template.
## Release History ## Release History
* 2016-01-26v1.0.0bump grunt-lib-phantomjs to 1.0.0 bump jasmine to 2.2.0 * 2016-01-26v1.0.0Bump grunt-lib-phantomjs to 1.0.0. Bump jasmine to 2.2.0.
* 2015-09-24v0.9.2Fixes npm@3 issues * 2015-09-24v0.9.2Fixes npm@3 issues.
* 2015-09-04v0.9.1Fix summary logging * 2015-09-04v0.9.1Fix summary logging.
* 2015-07-10v0.9.0Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill * 2015-07-10v0.9.0Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill.
* 2015-01-08v0.8.2Fixes to test summary reporting. * 2015-01-08v0.8.2Fixes to test summary reporting.
* 2014-10-20v0.8.1Now removes listeners when using the build flag. Adds handler for fail.load. * 2014-10-20v0.8.1Now removes listeners when using the build flag. Adds handler for `fail.load`.
* 2014-07-26v0.8.0Plugin now uses Jasmine 2.0.4 from npm. Updates other dependencies. Added "options.polyfills". * 2014-07-26v0.8.0Plugin now uses Jasmine 2.0.4 from npm. Updates other dependencies. Added `options.polyfills`.
* 2014-07-26v0.7.0Merged 153 to add stack trace to summary. Updated for Jasmine 2.0.1 Merged 133 for minimal output Merged 139 changing file exclusion logic * 2014-07-26v0.7.0Merged #153 to add stack trace to summary. Updated for Jasmine 2.0.1. Merged #133 for minimal output. Merged #139 changing file exclusion logic.
* 2014-05-31v0.6.5Option to allow specifying a junitTemplate. * 2014-05-31v0.6.5Option to allow specifying a `junitTemplate`.
* 2014-04-28v0.6.4Indent level fix. Moved scripts inside the body tag. * 2014-04-28v0.6.4Indent level fix. Moved scripts inside the body tag.
* 2014-01-29v0.6.0Jasmine 2.0.0 support Improved logging support Various merges/bugfixes * 2014-01-29v0.6.0Jasmine 2.0.0 support. Improved logging support. Various merges/bugfixes.
* 2013-08-02v0.5.2Fixed breakage with iframes /44 Added filter flag / 70 Fixed junit failure output /77 * 2013-08-02v0.5.2Fixed breakage with iframes / #44. Added filter flag / #70. Fixed junit failure output / #77.
* 2013-06-18v0.5.1Merged /69 grunt async not called when tests fail OR keepRunner is true * 2013-06-18v0.5.1Merged #69: grunt async not called when tests fail or `keepRunner` is true.
* 2013-06-15v0.5.0updated 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) * 2013-06-15v0.5.0Updated 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).
* 2013-04-03v0.4.2bumped grunt-lib-phantomjs to 0.3.0/1.9 (closes merged addressed * 2013-04-03v0.4.2Updated grunt-lib-phantomjs to 0.3.0/1.9 (closes #45). Merged #38, #51. Addressed #40, #43, #48, #45.
* 2013-03-08v0.4.0bumped 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 merged * 2013-03-08v0.4.0Updated 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.
* 2013-02-24v0.3.3Added better console output (via Gabor Kiss @Neverl) * 2013-02-24v0.3.3Added better console output (via Gabor Kiss @Neverl).
* 2013-02-17v0.3.2Ensure Gruntfile.js is included on npm. * 2013-02-17v0.3.2Ensure Gruntfile.js is included on npm.
* 2013-02-15v0.3.1First official release for Grunt 0.4.0. * 2013-02-15v0.3.1First official release for Grunt 0.4.0.
* 2013-01-22v0.3.1rc7Exposed phantom and sendMessage to templates * 2013-01-22v0.3.1rc7Exposed phantom and sendMessage to templates
* 2013-01-22v0.3.0rc7Updated dependencies for grunt v0.4.0rc6/rc7 * 2013-01-22v0.3.0rc7Updated dependencies for grunt v0.4.0rc6/rc7
* 2013-01-08v0.3.0rc5Updating 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) * 2013-01-08v0.3.0rc5Updating 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).
* 2012-12-03v0.2.0Generalized requirejs template config Added loader plugin Tests for templates Updated jasmine to 1.3.0 * 2012-12-03v0.2.0Generalized requirejs template config. Added loader plugin. Tests for templates. Updated jasmine to 1.3.0.
* 2012-11-24v0.1.2Updated for new grunt/grunt-contrib apis * 2012-11-24v0.1.2Updated for new grunt/grunt-contrib APIs.
* 2012-11-07v0.1.1Fixed race condition in requirejs template * 2012-11-07v0.1.1Fixed race condition in requirejs template.
* 2012-11-07v0.1.0Ported grunt-jasmine-runner and grunt-jasmine-task to grunt-contrib * 2012-11-07v0.1.0Ported grunt-jasmine-runner and grunt-jasmine-task to grunt-contrib.
--- ---
Task submitted by [Jarrod Overson](http://jarrodoverson.com) Task submitted by [Jarrod Overson](http://jarrodoverson.com)
*This file was generated on Tue Jan 26 2016 10:59:32.* *This file was generated on Fri Mar 18 2016 21:10:16.*