Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency karma-mocha to ~1.3.0 #22

Closed
wants to merge 1 commit into from

Conversation

gdumitrescu
Copy link
Owner

This Pull Request updates dependency karma-mocha from ~0.1.1 to ~1.3.0

Release Notes

v0.2.0

Bug Fixes
  • config: grep is interpreted as regexp (01d11e6)
  • npm: Make .npmignore more sensible to dot files (4ebf361), closes #​59
  • Drop karma as a peerDependency. (5c11809)

0.1.10 (2014-12-04)

0.1.9 (2014-08-23)

Bug Fixes
  • properly format err messages with new lines (1144690), closes #​40

0.1.8 (2014-08-18)

Bug Fixes
  • properly remove mocha stack entries (b4ee7f2), closes #​44 #​41

0.1.7 (2014-08-07)

0.1.6 (2014-07-17)

Bug Fixes
  • correctly prepare the new version (v0.1.5) (ab2a23f)

0.1.5 (2014-06-16)

0.1.4 (2014-06-15)

Features
  • Allow define html reporter on debug page. resolve #​20 (7f8d4cc)

0.1.3 (2014-03-13)

Bug Fixes

0.1.2 (2014-02-18)

Bug Fixes
  • restores the ability to use grep (2787886)

0.1.1 (2013-11-26)

Features

v1.0.1

Features
  • allow requiring files via karma.conf.js (f00d6b3), closes #​84
  • deps: update dependencies (fe04ebb)

1.0.1 (2016-05-02)

Bug Fixes
  • Do not lose stack trace at debug.html (0b5a392)

0.2.2 (2016-02-15)

0.2.1 (2015-11-13)

Bug Fixes
  • Tests that call this.skip() are marked as failed instead of skipped fix #​77 (73e554f)

v1.1.0

Features
  • allow requiring files via karma.conf.js (f00d6b3), closes #​84
  • deps: update dependencies (fe04ebb)

1.0.1 (2016-05-02)

Bug Fixes
  • Do not lose stack trace at debug.html (0b5a392)

0.2.2 (2016-02-15)

0.2.1 (2015-11-13)

Bug Fixes
  • Tests that call this.skip() are marked as failed instead of skipped fix #​77 (73e554f)

v1.1.1

Bug Fixes
  • "remove mocha stack entries" was too greedy (c893d0a)
Features
  • reporter: add timestamps to results (7b41f52)
  • reporter: expose mocha test properties (e4eb5fd)

1.1.1 (2016-06-26)

Bug Fixes
  • handle non existing mochaConfig (dcb74a5)

v1.2.0

Bug Fixes
  • polyfill Date.now to restore IE compat (246f25a)
  • deps: remove peer dependency on mocha (0bbf932), closes #​114
Features
  • support mocha opts (11a0dd8), closes #​99

v1.3.0

Bug Fixes
  • polyfill Date.now to restore IE compat (246f25a)
  • deps: remove peer dependency on mocha (0bbf932), closes #​114
Features
  • support mocha opts (11a0dd8), closes #​99

Commits

v0.2.0

  • 9dba72b Fix phrasing in README.md
  • e3ae4e0 Merge pull request #​60 from jdivock/patch-1
  • 01d11e6 fix(config): grep is interpreted as regexp
  • 4ebf361 fix(npm): Make .npmignore more sensible to dot files
  • 85a13e1 Merge pull request #​61 from featurist/master
  • b6698be Merge pull request #​64 from Dignifiedquire/readme
  • d5a3baf refactor: Move to standard JS style.
  • 5c11809 fix: Drop karma as a peerDependency.
  • 3619297 Merge pull request #​66 from Dignifiedquire/standard
  • 2afa365 Merge pull request #​65 from Dignifiedquire/rm-peer
  • 196b5a6 chore: update contributors
  • b04f53b chore: release v0.2.0

v0.2.1

  • 531104e chore: Cleanup code style
  • fdf0e3b docs(README): Pass the grep argument as mocha option
  • d2f26ae Merge pull request #​70 from dej611/master
  • f9c05a1 chore: follow code style
  • e41149a chore: fix tests in Chrome
  • 0a7e222 Merge pull request #​81 from maksimr/master
  • 61f57df refactor: remove redundand escape
  • 73e554f fix: Tests that call this.skip() are marked as failed instead of skipped fix #​77
  • 35b7599 Merge pull request #​82 from maksimr/master
  • 732e899 Merge pull request #​83 from maksimr/issue-77
  • a7a1b5d chore: Update devdependencies
  • 3be7530 chore: update contributors
  • afbe379 chore: release v0.2.1

v0.2.2

  • 6565282 Add additional info to test result for better output
  • 5bdece6 Merge pull request #​85 from roadhump/feature/mocha-error-data
  • abcca63 Add Internals section to README
  • 481d37b Merge pull request #​87 from roadhump/errorsinfo
  • c1f9728 chore: Update dependencies
  • c3f245a chore: update contributors
  • 3aff4f9 chore: release v0.2.2

v1.0.1

  • 0b5a392 fix: Do not lose stack trace at debug.html
  • 35d047d Merge pull request #​90 from delfrrr/master
  • cfe7255 Updated mocha to v2.4.5
  • 3bedb49 version bump for 1.0
  • d71de1f chore: update contributors
  • 65e416b chore: release v1.0.1

v1.1.0

  • fd74e0b fixup git attributes file after it was clobbered by 1.0 upgrade process
  • 6dcb82a chore: erge pull request #​92 from Maloric/master
  • f00d6b3 feat: allow requiring files via karma.conf.js
  • a619350 Merge pull request #​100 from christian-schulze/allow-requiring-files-after-mocka-but-before-adapter-is-initialised
  • fe04ebb feat(deps): update dependencies
  • fd6fa14 chore: update contributors
  • d061e42 chore: release v1.1.0

v1.1.1

  • b16b2d2 chore(travis): add new versions and update npm
  • 0122080 chore(travis): correct npm update
  • dcb74a5 fix: handle non existing mochaConfig
  • 3012275 chore: release v1.1.1

v1.2.0

  • 3879f4b Update adapter.spec.js
  • 15e03c7 Merge pull request #​101 from eiriksm/patch-1
  • 6a8792e chore: Update mocha to 3.0.0
  • f251fdf chore: Fix failing tests with Karma 1.1.x
  • fc369ff Merge pull request #​106 from dpogue/patch-1
  • 7657b7f Fix: Restore IE 6/7 compatibility
  • 24980f0 Merge pull request #​107 from wordofchristian/fix-legacy-ie-compatibility
  • c893d0a fix: "remove mocha stack entries" was too greedy
  • 7b41f52 feat(reporter): add timestamps to results
  • e4eb5fd feat(reporter): expose mocha test properties
  • 7bb69d6 Merge pull request #​115 from hackreactor-labs/master
  • 153f363 chore: update contributors
  • 7319c81 chore: release v1.2.0

v1.3.0

  • 246f25a fix: polyfill Date.now to restore IE compat
  • 5213d5f chore(ci): fix node v0.10 version in build matrix
  • 65a93d7 Merge pull request #​119 from boneskull/travis-node-fix
  • 0bbf932 fix(deps): remove peer dependency on mocha
  • 30bbe29 chore: add tests for lib files
  • e8ff71f Merge pull request #​120 from maksimr/master
  • 11a0dd8 feat: support mocha opts
  • b6af3eb Merge pull request #​121 from maksimr/mocha-opts
  • e847121 feat: Expose 'pending' status
  • a21c2b2 chore: Add Changelog.md
  • eadaee0 Merge pull request #​123 from maksimr/karma-mocha-103
  • f3a114d chore: update contributors
  • e39c323 chore: release v1.3.0

@gdumitrescu gdumitrescu deleted the renovate/karma-mocha-1.x branch May 9, 2019 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant