Updating links in release notes
This commit is contained in:
@@ -8,26 +8,23 @@ This is the first pre-release of Jasmine 2.1.
|
|||||||
|
|
||||||
- Support for focused specs via `fit` and `fdescribe`
|
- Support for focused specs via `fit` and `fdescribe`
|
||||||
- Support for `beforeAll` and `afterAll`
|
- Support for `beforeAll` and `afterAll`
|
||||||
- Support for an explicit `fail` function
|
- Support for an explicit `fail` function, both in synchronous and asynchronous specs
|
||||||
- Allow custom timeout for `beforeEach`, `afterEach`, `beforeAll`, `afterAll` and `it`
|
- Allow custom timeout for `beforeEach`, `afterEach`, `beforeAll`, `afterAll` and `it`
|
||||||
- Spies now track return values
|
- Spies now track return values
|
||||||
|
- Specs can now specify their own timeouts
|
||||||
- Testing in Node.js via the official Jasmine Node Module
|
- Testing in Node.js via the official Jasmine Node Module
|
||||||
- Spec results now have `suiteResults` method that behaves similarly to to `specResults`
|
- Spec results now have `suiteResults` method that behaves similarly to to `specResults`
|
||||||
- HtmlReporter shows error alerts for afterAllExceptions
|
- HtmlReporter shows error alerts for afterAllExceptions
|
||||||
|
|
||||||
|
|
||||||
## Bugs
|
## Bugs
|
||||||
|
|
||||||
- CI now works for IE8 (this was releated to `ConsoleReporter` below)
|
- CI now works for IE8 (this was releated to `ConsoleReporter` below)
|
||||||
- Detect global object properly when getting the jasmine require obj
|
- Detect global object properly when getting the jasmine require obj
|
||||||
- Fixes #569
|
- Fixes Issue #[569][issue_569] - [Tracker Story #73684570](http://www.pivotaltracker.com/story/73684570)
|
||||||
- [Tracker Story #73684570](http://www.pivotaltracker.com/story/73684570)
|
|
||||||
|
|
||||||
## Deprecations
|
## Deprecations
|
||||||
|
|
||||||
- `ConsoleReporter` as part of Jasmine core
|
### `ConsoleReporter` as part of Jasmine core
|
||||||
|
|
||||||
### `ConsoleReporter`
|
|
||||||
|
|
||||||
The Console Reporter exists nearly entirely for the old manner of running Jasmine's own specs in node.js. As we are now supporting node.js officially, this reporter code no longer needs to be in this repo and instead will be in the Jasmine npm.
|
The Console Reporter exists nearly entirely for the old manner of running Jasmine's own specs in node.js. As we are now supporting node.js officially, this reporter code no longer needs to be in this repo and instead will be in the Jasmine npm.
|
||||||
|
|
||||||
@@ -44,21 +41,43 @@ For now you will see a deprecation message. It will be removed entirely in Jasmi
|
|||||||
|
|
||||||
## Pull Requests and Issues
|
## Pull Requests and Issues
|
||||||
|
|
||||||
- Simplification of HTMLtags in SpecRunner.html #700 from @tkrotoff
|
- Simplification of HTMLtags in SpecRunner.html
|
||||||
- `toContain` works with array-like objects (Arguments, HTMLCollections, etc) #699 from @charleshansen
|
- Merges #[700][issue_700] from @tkrotoff
|
||||||
- Fixed isPendingSpecException test title; #691 from @ertrzyiks
|
- `toContain` works with array-like objects (Arguments, HTMLCollections, etc)
|
||||||
- Fixed an issue with example code in the npm; from @akoptsov
|
- Merges #[699][issue_699] from @charleshansen
|
||||||
- When the Jasmine clock is installed and date is mocked, `new Date() instanceof Date` should equal `true` #678 & #679 from @chernetsov
|
- Fixed isPendingSpecException test title
|
||||||
- Support for an explicit `fail` function
|
- Merges #[691][issue_691] from @ertrzyiks
|
||||||
- Fixes #567, #568, and #563
|
- Fixed an issue with example code in the npm
|
||||||
|
- Merges #[686][issue_686] from @akoptsov
|
||||||
|
- When the Jasmine clock is installed and date is mocked, `new Date() instanceof Date` should equal `true` Issue #[678][issue_678] & Issue #[679][issue_679] from @chernetsov
|
||||||
|
- Support for an explicit `fail` function, both in synchronous and asynchronous specs
|
||||||
|
- Fixes Issue #[567][issue_567], Issue #[568][issue_568], and Issue #[563][issue_563]
|
||||||
- Allow custom timeout for `beforeEach`, `afterEach`, `beforeAll`, `afterAll` and `it`
|
- Allow custom timeout for `beforeEach`, `afterEach`, `beforeAll`, `afterAll` and `it`
|
||||||
- Fixes #483
|
- Fixes Issue #[483][issue_483] - specs can now specify their own timeouts
|
||||||
- Spies now track return values
|
- Spies can track return values
|
||||||
- Fixes #660, Merged #669 from @mkhanal
|
- Fixes Issue #[660][issue_660], Merged Issue #[669][issue_669] from @mkhanal
|
||||||
- Interval handlers can now clear their interval
|
- Interval handlers can now clear their interval
|
||||||
- Fixes #655, Merged #658 from @tgirardi
|
- Fixes Issue #[655][issue_655] Merged Issue #[658][issue_658] from @tgirardi
|
||||||
- Updated to the latest `json2.js` from @apaladox2015
|
- Updated to the latest `json2.js`
|
||||||
|
- Merges #[616][issue_616] from @apaladox2015
|
||||||
|
|
||||||
------
|
------
|
||||||
|
|
||||||
_Release Notes generated with [Anchorman](http://github.com/infews/anchorman)_
|
_Release Notes generated with [Anchorman](http://github.com/infews/anchorman)_
|
||||||
|
|
||||||
|
[issue_569]: http://github.com/pivotal/jasmine/issues/569
|
||||||
|
[issue_700]: http://github.com/pivotal/jasmine/issues/700
|
||||||
|
[issue_699]: http://github.com/pivotal/jasmine/issues/699
|
||||||
|
[issue_691]: http://github.com/pivotal/jasmine/issues/691
|
||||||
|
[issue_678]: http://github.com/pivotal/jasmine/issues/678
|
||||||
|
[issue_679]: http://github.com/pivotal/jasmine/issues/679
|
||||||
|
[issue_567]: http://github.com/pivotal/jasmine/issues/567
|
||||||
|
[issue_568]: http://github.com/pivotal/jasmine/issues/568
|
||||||
|
[issue_563]: http://github.com/pivotal/jasmine/issues/563
|
||||||
|
[issue_483]: http://github.com/pivotal/jasmine/issues/483
|
||||||
|
[issue_660]: http://github.com/pivotal/jasmine/issues/660
|
||||||
|
[issue_669]: http://github.com/pivotal/jasmine/issues/669
|
||||||
|
[issue_655]: http://github.com/pivotal/jasmine/issues/655
|
||||||
|
[issue_658]: http://github.com/pivotal/jasmine/issues/658
|
||||||
|
[issue_616]: http://github.com/pivotal/jasmine/issues/616
|
||||||
|
[issue_686]: http://github.com/pivotal/jasmine/issues/686
|
||||||
|
|||||||
Reference in New Issue
Block a user