Bump version to 3.1
This commit is contained in:
@@ -6230,5 +6230,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
getJasmineRequireObj().version = function() {
|
getJasmineRequireObj().version = function() {
|
||||||
return '3.0.0';
|
return '3.1.0';
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
#
|
#
|
||||||
module Jasmine
|
module Jasmine
|
||||||
module Core
|
module Core
|
||||||
VERSION = "3.0.0"
|
VERSION = "3.1.0"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "jasmine-core",
|
"name": "jasmine-core",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.0.0",
|
"version": "3.1.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jasmine/jasmine.git"
|
"url": "https://github.com/jasmine/jasmine.git"
|
||||||
|
|||||||
@@ -0,0 +1,58 @@
|
|||||||
|
# Jasmine-Core 3.1 Release Notes
|
||||||
|
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
This release contains a number of fixes and pull requests
|
||||||
|
|
||||||
|
## Pull Requests and Issues
|
||||||
|
|
||||||
|
* Display error properties for failed specs
|
||||||
|
- Merges #1516 from @jbunton-atlassian
|
||||||
|
|
||||||
|
* Allow node to report load time errors
|
||||||
|
- Fixes #1519
|
||||||
|
|
||||||
|
* Fixing missing semi-colons
|
||||||
|
- Merges #1512 from @Sylhare
|
||||||
|
|
||||||
|
* Fixed release notes link
|
||||||
|
|
||||||
|
* Added matchers: truthy, falsy, empty and notEmpty
|
||||||
|
- Merges #1460 from @sjolicoeur
|
||||||
|
|
||||||
|
* Add API docs for async reporters
|
||||||
|
|
||||||
|
* Return <anonymous> for functions that have no actual words between keyword and (
|
||||||
|
- Also fixes a potential catastrophic backtracking if someone has
|
||||||
|
severely damaged their own `toString` during test execution.
|
||||||
|
|
||||||
|
* Moved toHaveClass matcher into core so that it can be used in Karma
|
||||||
|
- Fixes #1503
|
||||||
|
|
||||||
|
* allow adding a deprecation object
|
||||||
|
- Merges #1498 from @UziTech
|
||||||
|
|
||||||
|
* Add CodeTriage badge to jasmine/jasmine
|
||||||
|
- Merges #1505 from @codetriage-readme-bot
|
||||||
|
|
||||||
|
* throw errors
|
||||||
|
* SHA: 6193bc113b613f83dfeb48e958f5a46c9eb75585
|
||||||
|
* Tony Brix, tony@brix.ninja
|
||||||
|
|
||||||
|
* Resolve merge conflict
|
||||||
|
- Merges #1501 from @aptx4869
|
||||||
|
- Fixes #1500
|
||||||
|
|
||||||
|
* Fix release note typo
|
||||||
|
- Merges #1499 @bcaudan
|
||||||
|
|
||||||
|
* Only show deprecation for catch exceptions if you tell Jasmine not to catch
|
||||||
|
- Fixes #1497
|
||||||
|
|
||||||
|
* Add notes for environments that have lost support
|
||||||
|
- Fixes #1495
|
||||||
|
|
||||||
|
|
||||||
|
------
|
||||||
|
|
||||||
|
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
|
||||||
Reference in New Issue
Block a user