diff --git a/dist/jasmine-standalone-2.0.2.zip b/dist/jasmine-standalone-2.0.2.zip new file mode 100644 index 00000000..65aec511 Binary files /dev/null and b/dist/jasmine-standalone-2.0.2.zip differ diff --git a/lib/jasmine-core/jasmine.js b/lib/jasmine-core/jasmine.js index 9b28d4d8..ffe97570 100644 --- a/lib/jasmine-core/jasmine.js +++ b/lib/jasmine-core/jasmine.js @@ -2589,5 +2589,5 @@ getJasmineRequireObj().interface = function(jasmine, env) { }; getJasmineRequireObj().version = function() { - return '2.0.1'; + return '2.0.2'; }; diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index d674dca5..cbab7e42 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.0.1" + VERSION = "2.0.2" end end diff --git a/package.json b/package.json index 3d7e6411..a5dde103 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "jasmine-core", "license": "MIT", - "version": "2.0.1", + "version": "2.0.2", "repository": { "type": "git", "url": "https://github.com/pivotal/jasmine.git" diff --git a/release_notes/2.0.2.md b/release_notes/2.0.2.md new file mode 100644 index 00000000..68542d5b --- /dev/null +++ b/release_notes/2.0.2.md @@ -0,0 +1,25 @@ +# Release Notes + +## Summary + +## Changes + +* keep the files for running in a webpage around in the npm package +* Expose files and paths necessary to embed jasmine in an html page for nodejs +* Pull out the building of the jasmine interface so node and web both get the same one. +* Show a dot with color of pending spec when no expectations +* Console reporter prints out failed expectation's message + +### Bugs + +* Allow mocked Date constructor to be called with a subset of full params + +## Pull Requests and Issues + +* a disabled suite should call resultCallback with status being disabled +* disabled suite should still call onStart callback + + +------ + +_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_