Update to 2.5.1
This commit is contained in:
@@ -3640,5 +3640,5 @@ getJasmineRequireObj().interface = function(jasmine, env) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return '2.5.0';
|
return '2.5.1';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
#
|
#
|
||||||
module Jasmine
|
module Jasmine
|
||||||
module Core
|
module Core
|
||||||
VERSION = "2.5.0"
|
VERSION = "2.5.1"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "2.5.0",
|
"version": "2.5.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jasmine/jasmine.git"
|
"url": "https://github.com/jasmine/jasmine.git"
|
||||||
|
|||||||
19
release_notes/2.5.1.md
Normal file
19
release_notes/2.5.1.md
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Jasmine 2.5.1 Release Notes
|
||||||
|
|
||||||
|
## Pull Requests & Issues
|
||||||
|
|
||||||
|
* fallback on assignment when a spy cannot be deleted
|
||||||
|
- Merges [#1193](https://github.com/jasmine/jasmine/issues/1193) from @seanparmlee
|
||||||
|
- Fixes [#1189](https://github.com/jasmine/jasmine/issues/1189)
|
||||||
|
|
||||||
|
* Fix issue with equality of Arrays in PhantomJS
|
||||||
|
- Merges [#1192](https://github.com/jasmine/jasmine/issues/1192) from @logankd
|
||||||
|
- Fixes [#1188](https://github.com/jasmine/jasmine/issues/1188)
|
||||||
|
|
||||||
|
* Properly tick date along with clock
|
||||||
|
- Fixes [#1190](https://github.com/jasmine/jasmine/issues/1190)
|
||||||
|
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
||||||
Reference in New Issue
Block a user