bump version to 2.99

This commit is contained in:
Gregg Van Hove
2018-02-05 16:57:51 -08:00
parent 32f99ef99d
commit 9911d37f06
3 changed files with 21 additions and 2 deletions

View File

@@ -4,6 +4,6 @@
#
module Jasmine
module Core
VERSION = "2.9.1"
VERSION = "2.99.0"
end
end

View File

@@ -1,7 +1,7 @@
{
"name": "jasmine-core",
"license": "MIT",
"version": "2.9.1",
"version": "2.99.0",
"repository": {
"type": "git",
"url": "https://github.com/jasmine/jasmine.git"

19
release_notes/2.99.md Normal file
View File

@@ -0,0 +1,19 @@
# Jasmine-Core 2.99 Release Notes
## Summary
This release is part of the upgrade path to Jasmine 3.0. It deprecates some functionality that will change.
## Changes
* Add ability to report deprecation warnings from within the suite and display them in the HTML reporter
* Add deprecation messages for things that will change/break in 3.0
* * done for async functionality will now add a failure if it is invoked with an Error
* * Env.catchExceptions and the query param are going away, in favor of a more fully functional fail fast handler
* * jasmine.Any(Object) will no longer match null
* * Unhandled errors during suite load will be caught and reported as failures by Jasmine
* * Calling execute more than once on the same spec will definitely fail in 3.0
------
_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_