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

Add ability to query Mocha version programmatically #3535

Merged
merged 5 commits into from Nov 10, 2018

Commits on Oct 26, 2018

  1. feat(mocha.js): Add ability to query Mocha version

    Added new public `version` method so current Mocha version can easily be determined
    programmatically.
    plroebuck committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    67a59c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2018

  1. feat(lib/mocha.js): Add ability to query Mocha version

    Replaced `version` method with readonly property.
    plroebuck committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    461499e View commit details
    Browse the repository at this point in the history
  2. feat(package.json): Add ability to query Mocha version (in browser)

    Uses `browserify` transform to provide the version number without exposing other package details
    (for security).
    plroebuck committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    7bf8e41 View commit details
    Browse the repository at this point in the history
  3. build(package-lock.json): Fix CI setup

    CI setup doesn't use `npm install`, so "package.json" and "package-lock.json" must remain in sync.
    plroebuck committed Nov 3, 2018
    Configuration menu
    Copy the full SHA
    abe2d76 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2018

  1. Configuration menu
    Copy the full SHA
    8e9dd2c View commit details
    Browse the repository at this point in the history