Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mochajs/mocha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.3
Choose a base ref
...
head repository: mochajs/mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.4
Choose a head ref
  • 5 commits
  • 4 files changed
  • 2 contributors

Commits on Jan 27, 2016

  1. Add missing heading style

    rstacruz committed Jan 27, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b1b562e View commit details
  2. Merge pull request #2076 from rstacruz/patch-2

    Add missing heading style
    boneskull committed Jan 27, 2016

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8de0ab6 View commit details
  3. Copy the full SHA
    4b37877 View commit details
  4. update changelog

    boneskull committed Jan 27, 2016
    Copy the full SHA
    c3a1527 View commit details
  5. Release v2.4.4

    boneskull committed Jan 27, 2016
    Copy the full SHA
    cf513cb View commit details
Showing with 130 additions and 115 deletions.
  1. +15 −0 CHANGELOG.md
  2. +0 −1 Makefile
  3. +112 −112 mocha.js
  4. +3 −2 package.json
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
2.4.4 / 2016-01-27
==================

* [#2080] - Fix broken RequireJS compatibility ([@boneskull])

[#2080]: https://github.com/mochajs/mocha/issues/2080

2.4.3 / 2016-01-27
==================

* [#2078] - Fix broken IE8 ([@boneskull])

[#2078]: https://github.com/mochajs/mocha/issues/2078

2.4.2 / 2016-01-26
==================

* [#2053] - Fix web worker compatibility ([@mislav])
* [#2072] - Fix Windows color output ([@thedark1337])
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -15,7 +15,6 @@ mocha.js: $(SRC) $(SUPPORT)
--ignore 'jade' \
--ignore 'path' \
--ignore 'supports-color' \
--require ./lib/browser/chalk.js:chalk \
--exclude './lib-cov/mocha' > $@

clean:
Loading