From 9911d37f06629c2f766598ba04ee56cf9a3289ff Mon Sep 17 00:00:00 2001 From: Gregg Van Hove Date: Mon, 5 Feb 2018 16:57:51 -0800 Subject: [PATCH] bump version to 2.99 --- lib/jasmine-core/version.rb | 2 +- package.json | 2 +- release_notes/2.99.md | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 release_notes/2.99.md diff --git a/lib/jasmine-core/version.rb b/lib/jasmine-core/version.rb index 26125ac0..f120958d 100644 --- a/lib/jasmine-core/version.rb +++ b/lib/jasmine-core/version.rb @@ -4,6 +4,6 @@ # module Jasmine module Core - VERSION = "2.9.1" + VERSION = "2.99.0" end end diff --git a/package.json b/package.json index d1fb37f3..1050dc8f 100644 --- a/package.json +++ b/package.json @@ -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" diff --git a/release_notes/2.99.md b/release_notes/2.99.md new file mode 100644 index 00000000..405474fa --- /dev/null +++ b/release_notes/2.99.md @@ -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)_