You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/bower_components/mocha/CHANGELOG.md
+34-2Lines changed: 34 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,40 @@
1
+
# 3.5.0 / 2017-07-31
2
+
3
+
## :newspaper: News
4
+
5
+
- Mocha now has a [code of conduct](https://github.com/mochajs/mocha/blob/master/.github/CODE_OF_CONDUCT.md) (thanks [@kungapal]!).
6
+
- Old issues and PRs are now being marked "stale" by [Probot's "Stale" plugin](https://github.com/probot/stale). If an issue is marked as such, and you would like to see it remain open, simply add a new comment to the ticket or PR.
7
+
-**WARNING**: Support for non-ES5-compliant environments will be dropped starting with version 4.0.0 of Mocha!
8
+
9
+
## :lock: Security Fixes
10
+
11
+
-[#2860]: Address [CVE-2015-8315](https://nodesecurity.io/advisories/46) via upgrade of [debug](https://npm.im/debug) ([@boneskull])
12
+
13
+
## :tada: Enhancements
14
+
15
+
-[#2696]: Add `--forbid-only` and `--forbid-pending` flags. Use these in CI or hooks to ensure tests aren't accidentally being skipped! ([@charlierudolph])
16
+
-[#2813]: Support Node.js 8's `--napi-modules` flag ([@jupp0r])
17
+
18
+
## :nut_and_bolt: Other
19
+
20
+
- Various CI-and-test-related fixes and improvements ([@boneskull], [@dasilvacontin], [@PopradiArpad], [@Munter], [@ScottFreeCode])
0 commit comments