Js.mocha

Latest version: v2.2.5

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 20

2.4.0

==================

* [1945] - Correctly skip tests when skipping in suite's before() ([ryanshawty])
* [2056] - chore(license): update license year to 2016 ([pra85])
* [2048] - Fix `this.skip` from spec with HTML reporter ([mislav])
* [2033] - Update tests for newer versions of should.js ([tomhughes])
* [2037] - Fix for memory leak caused by referenced to deferred test ([bd82])
* [2038] - Also run Travis-CI on node.js 4 & 5 ([bd82])
* [2028] - Remove reference to test before afterAll hook runs ([stonelgh])
* Bump mkdirp to 0.5.1 to support strict mode ([danielstjules])
* [1977] - safely stringify PhantomJS undefined value ([ahamid])
* Add the ability to retry tests ([longlho])
* [1982] - Enable --log-timer-events option [Alaneor]
* Fix 1980: Load mocha.opts from bin/mocha and bin/_mocha ([danielstjules])
* [1976] - Simplify function call ([iclanzan])
* [1963] - Add support --perf-basic-prof ([robraux])
* [1981] - Fix HTML reporter handling of done and exceptions ([Standard8])
* [1993] - propagate "file" property for "exports" interface ([segrey])
* [1999] - Add support for strict mode ([tmont])
* [2005] - XUnit Reporter Writes to stdout, falls back to console.log ([jonnyreeves])
* [2021] - Fix non ES5 compliant regexp ([zetaben])
* [1965] - Don't double install BDD UI ([cowboyd])
* [1995] - Make sure the xunit output dir exists before writing to it ([ianwremmel])
* Use chalk for the base reporter colors; closes 1200 ([boneskull])
* Fix requiring custom interfaces ([jgkim])
* [1967] Silence Bluebird js warnings ([krisr])

[1945]: https://github.com/mochajs/mocha/pull/1945
[2056]: https://github.com/mochajs/mocha/pull/2056
[2048]: https://github.com/mochajs/mocha/pull/2048
[2033]: https://github.com/mochajs/mocha/pull/2033
[2037]: https://github.com/mochajs/mocha/pull/2037
[2038]: https://github.com/mochajs/mocha/pull/2038
[2028]: https://github.com/mochajs/mocha/pull/2028
[1977]: https://github.com/mochajs/mocha/pull/1977
[1982]: https://github.com/mochajs/mocha/pull/1982
[1976]: https://github.com/mochajs/mocha/pull/1976
[1963]: https://github.com/mochajs/mocha/pull/1963
[1981]: https://github.com/mochajs/mocha/pull/1981
[1993]: https://github.com/mochajs/mocha/pull/1993
[1999]: https://github.com/mochajs/mocha/pull/1999
[2005]: https://github.com/mochajs/mocha/pull/2005
[2021]: https://github.com/mochajs/mocha/pull/2021
[1965]: https://github.com/mochajs/mocha/pull/1965
[1995]: https://github.com/mochajs/mocha/pull/1995
[1967]: https://github.com/mochajs/mocha/pull/1967
[ryanshawty]: https://github.com/ryanshawty
[pra85]: https://github.com/pra85
[mislav]: https://github.com/mislav
[tomhughes]: https://github.com/tomhughes
[bd82]: https://github.com/bd82
[stonelgh]: https://github.com/stonelgh
[danielstjules]: https://github.com/danielstjules
[ahamid]: https://github.com/ahamid
[longlho]: https://github.com/longlho
[Alaneor]: https://github.com/Alaneor
[iclanzan]: https://github.com/iclanzan
[robraux]: https://github.com/robraux
[Standard8]: https://github.com/Standard8
[segrey]: https://github.com/segrey
[tmont]: https://github.com/tmont
[jonnyreeves]: https://github.com/jonnyreeves
[zetaben]: https://github.com/zetaben
[cowboyd]: https://github.com/cowboyd
[ianwremmel]: https://github.com/ianwremmel
[boneskull]: https://github.com/boneskull
[jgkim]: https://github.com/jgkim
[krisr]: https://github.com/krisr

2.3.4

==================

* Update debug dependency to 2.2.0
* remove duplication of mocha.opts on process.argv
* Fix typo in test/reporters/nyan.js

2.3.3

==================

* [1875] - Fix Markdown reporter exceeds maximum call stack size ([danielstjules])
* [1864] - Fix xunit missing output with --reporter-options output ([danielstjules])
* [1846] - Support all harmony flags ([danielstjules])
* Fix fragile xunit reporter spec ([danielstjules])
* [1669] - Fix catch uncaught errors outside test suite execution ([danielstjules])
* [1868] - Revert jade to support npm < v1.3.7 ([danielstjules])
* [1766] - Don't remove modules/components from stack trace in the browser ([danielstjules])
* [1798] - Fix correctly attribute mutiple done err with hooks ([danielstjules])
* Fix use utils.reduce for IE8 compatibility ([wsw0108])
* Some linting errors fixed by [danielstjules]
* Call the inspect() function if message is not set ([kevinburke])

[1875]: https://github.com/mochajs/mocha/issues/1875
[1864]: https://github.com/mochajs/mocha/issues/1864
[1846]: https://github.com/mochajs/mocha/issues/1846
[1669]: https://github.com/mochajs/mocha/issues/1669
[1868]: https://github.com/mochajs/mocha/issues/1868
[1766]: https://github.com/mochajs/mocha/issues/1766
[1798]: https://github.com/mochajs/mocha/issues/1798
[danielstjules]: https://github.com/danielstjules
[wsw0108]: https://github.com/wsw0108
[kevinburke]: https://github.com/kevinburke

2.3.2

==================
* [1868] - Fix compatibility with older versions of NPM ([boneskull])

[1868]: https://github.com/mochajs/mocha/issues/1868

2.3.1

==================

* [1812] - Fix: Bail flag causes before() hooks to be run even after a failure ([aaroncrows])

[1812]: https://github.com/mochajs/mocha/issues/1812
[aaroncrows]: https://github.com/aaroncrows

2.3.0

==================

* [553] - added --allowUncaught option ([amsul])
* [1490] - Allow --async-only to be satisfied by returning a promise ([jlai])
* [1829] - support --max-old-space-size ([gigadude])
* [1811] - upgrade Jade dependency ([outsideris])
* [1769] - Fix async hook error handling ([ajaykodali])
* [1230] - More descriptive beforeEach/afterEach messages ([duncanbeevers])
* [1787] - Scope loading behaviour instead of using early return ([aryeguy])
* [1789] - Fix: html-runner crashing ([sunesimonsen])
* [1749] - Fix maximum call stack error on large amount of tests ([tinganho])
* [1230] - Decorate failed hook titles with test title ([duncanbeevers])
* [1260] - Build using Browserify ([ndhoule])
* [1728] - Don't use `__proto__` ([ndhoule])
* [1781] - Fix hook error tests ([glenjamin])
* [1754] - Allow boolean --reporter-options ([papandreou])
* [1766] - Fix overly aggressive stack suppression ([moll])
* [1752] - Avoid potential infinite loop ([gsilk])
* [1761] - Fix problems running under PhantomJS ([chromakode])
* [1700] - Fix more problems running under PhantomJS ([jbnicolai])
* [1774] - Support escaped spaces in CLI options ([adamgruber])
* [1687] - Fix HTML reporter links with special chars ([benvinegar])
* [1359] - Adopt code style and enforce it using ESLint ([ndhoule] w/ assist from [jbnicolai] & [boneskull])
* various refactors ([jbnicolai])
* [1758] - Add cross-frame compatible Error checking ([outdooricon])
* [1741] - Remove moot `version` property from bower.json ([kkirsche])
* [1739] - Improve `HISTORY.md` ([rstacruz])
* [1730] - Support more io.js flags ([ryedog])
* [1349] - Allow HTML in HTML reporter errors ([papandreou] / [sunesimonsen])
* [1572] - Prevent default browser behavior for failure/pass links ([jschilli])
* [1630] - Support underscored harmony flags ([dominicbarnes])
* [1718] - Support more harmony flags ([slyg])
* [1689] - Add stack to JSON-stream reporter ([jonathandelgado])
* [1654] - Fix `ReferenceError` "location is not defined" ([jakemmarsh])

[553]: https://github.com/mochajs/mocha/issues/553
[1490]: https://github.com/mochajs/mocha/issues/1490
[1829]: https://github.com/mochajs/mocha/issues/1829
[1811]: https://github.com/mochajs/mocha/issues/1811
[1769]: https://github.com/mochajs/mocha/issues/1769
[1230]: https://github.com/mochajs/mocha/issues/1230
[1787]: https://github.com/mochajs/mocha/issues/1787
[1789]: https://github.com/mochajs/mocha/issues/1789
[1749]: https://github.com/mochajs/mocha/issues/1749
[1230]: https://github.com/mochajs/mocha/issues/1230
[1260]: https://github.com/mochajs/mocha/issues/1260
[1728]: https://github.com/mochajs/mocha/issues/1728
[1781]: https://github.com/mochajs/mocha/issues/1781
[1754]: https://github.com/mochajs/mocha/issues/1754
[1766]: https://github.com/mochajs/mocha/issues/1766
[1752]: https://github.com/mochajs/mocha/issues/1752
[1761]: https://github.com/mochajs/mocha/issues/1761
[1700]: https://github.com/mochajs/mocha/issues/1700
[1774]: https://github.com/mochajs/mocha/issues/1774
[1687]: https://github.com/mochajs/mocha/issues/1687
[1359]: https://github.com/mochajs/mocha/issues/1359
[1758]: https://github.com/mochajs/mocha/issues/1758
[1741]: https://github.com/mochajs/mocha/issues/1741
[1739]: https://github.com/mochajs/mocha/issues/1739
[1730]: https://github.com/mochajs/mocha/issues/1730
[1349]: https://github.com/mochajs/mocha/issues/1349
[1572]: https://github.com/mochajs/mocha/issues/1572
[1630]: https://github.com/mochajs/mocha/issues/1630
[1718]: https://github.com/mochajs/mocha/issues/1718
[1689]: https://github.com/mochajs/mocha/issues/1689
[1654]: https://github.com/mochajs/mocha/issues/1654
[adamgruber]: https://github.com/adamgruber
[ajaykodali]: https://github.com/ajaykodali
[amsul]: https://github.com/amsul
[aryeguy]: https://github.com/aryeguy
[benvinegar]: https://github.com/benvinegar
[boneskull]: https://github.com/boneskull
[chromakode]: https://github.com/chromakode
[dominicbarnes]: https://github.com/dominicbarnes
[duncanbeevers]: https://github.com/duncanbeevers
[gigadude]: https://github.com/gigadude
[glenjamin]: https://github.com/glenjamin
[gsilk]: https://github.com/gsilk
[jakemmarsh]: https://github.com/jakemmarsh
[jbnicolai]: https://github.com/jbnicolai
[jlai]: https://github.com/jlai
[jonathandelgado]: https://github.com/jonathandelgado
[jschilli]: https://github.com/jschilli
[kkirsche]: https://github.com/kkirsche
[moll]: https://github.com/moll
[ndhoule]: https://github.com/ndhoule
[outdooricon]: https://github.com/outdooricon
[outsideris]: https://github.com/outsideris
[papandreou]: https://github.com/papandreou
[rstacruz]: https://github.com/rstacruz
[ryedog]: https://github.com/ryedog
[slyg]: https://github.com/slyg
[sunesimonsen]: https://github.com/sunesimonsen
[tinganho]: https://github.com/tinganho

Page 4 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.