Skip to content

Commit

Permalink
chore(release): 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Jan 13, 2017
1 parent df68a05 commit cb0034b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 15 deletions.
25 changes: 11 additions & 14 deletions CHANGELOG.md
@@ -1,41 +1,38 @@
<a name="0.6.0"></a>
# [0.6.0](https://github.com/JamieMason/karma-benchmark/compare/0.4.0...v0.6.0) (2016-07-22)
<a name="0.7.1"></a>
## [0.7.1](https://github.com/jamiemason/karma-benchmark/compare/0.3.1...v0.7.1) (2017-01-13)


### Bug Fixes

* **quality:** fix lint errors found by xo ([283b768](https://github.com/JamieMason/karma-benchmark/commit/283b768))
* **quality:** fix lint errors found by xo ([283b768](https://github.com/jamiemason/karma-benchmark/commit/283b768))
* **quality:** fix lint errors from latest version of xo ([df68a05](https://github.com/jamiemason/karma-benchmark/commit/df68a05))


### Features

* **filtering:** implement xsuite, xbenchmark, ssuite, and bbenchmark ([7f76fbd](https://github.com/JamieMason/karma-benchmark/commit/7f76fbd)), closes [#4](https://github.com/JamieMason/karma-benchmark/issues/4) [#5](https://github.com/JamieMason/karma-benchmark/issues/5)
* **npm:** upgrade to benchmark[@2](https://github.com/2).1.1 ([8a163a8](https://github.com/JamieMason/karma-benchmark/commit/8a163a8))



<a name="0.4.0"></a>
# [0.4.0](https://github.com/JamieMason/karma-benchmark/compare/0.3.1...0.4.0) (2016-07-21)
* **core:** use existing benchmark.js suites ([e2e731f](https://github.com/jamiemason/karma-benchmark/commit/e2e731f))
* **filtering:** implement xsuite, xbenchmark, ssuite, and bbenchmark ([7f76fbd](https://github.com/jamiemason/karma-benchmark/commit/7f76fbd)), closes [#4](https://github.com/jamiemason/karma-benchmark/issues/4) [#5](https://github.com/jamiemason/karma-benchmark/issues/5)
* **npm:** upgrade to benchmark[@2](https://github.com/2).1.1 ([8a163a8](https://github.com/jamiemason/karma-benchmark/commit/8a163a8))



<a name="0.3.1"></a>
## [0.3.1](https://github.com/JamieMason/karma-benchmark/compare/0.3.0...0.3.1) (2014-02-06)
## [0.3.1](https://github.com/jamiemason/karma-benchmark/compare/0.3.0...0.3.1) (2014-02-06)



<a name="0.2.1"></a>
## [0.2.1](https://github.com/JamieMason/karma-benchmark/compare/0.2.0...0.2.1) (2013-06-15)
## [0.2.1](https://github.com/jamiemason/karma-benchmark/compare/0.2.0...0.2.1) (2013-06-15)



<a name="0.2.0"></a>
# [0.2.0](https://github.com/JamieMason/karma-benchmark/compare/0.1.2...0.2.0) (2013-06-14)
# [0.2.0](https://github.com/jamiemason/karma-benchmark/compare/0.1.2...0.2.0) (2013-06-14)



<a name="0.1.2"></a>
## [0.1.2](https://github.com/JamieMason/karma-benchmark/compare/0.0.1...0.1.2) (2013-06-09)
## [0.1.2](https://github.com/jamiemason/karma-benchmark/compare/0.0.1...0.1.2) (2013-06-09)



Expand Down
10 changes: 10 additions & 0 deletions DEPENDENCIES.md
Expand Up @@ -11,15 +11,25 @@ npm install karma-benchmark --save
```


## Tests

```sh
npm install
npm test
```

## Dependencies

- [benchmark](https://github.com/bestiejs/benchmark.js): A benchmarking library that supports high-resolution timers &amp; returns statistically significant results.
- [karma](https://github.com/karma-runner/karma): Spectacular Test Runner for JavaScript.
- [lodash](https://github.com/lodash/lodash): Lodash modular utilities.
- [platform](https://github.com/bestiejs/platform.js): A platform detection library that works on nearly all JavaScript platforms.

## Dev Dependencies

- [browserify](https://github.com/substack/node-browserify): browser-side require() the node way
- [jasmine](https://github.com/jasmine/jasmine-npm): Command line jasmine
- [jasmine-expect](https://github.com/JamieMason/Jasmine-Matchers): Additional matchers for the Jasmine BDD JavaScript testing library
- [xo](https://github.com/sindresorhus/xo): JavaScript happiness style linter ❤️


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "karma-benchmark",
"description": "Continuous JavaScript Performance Monitoring with Benchmark.js and the Karma Runner",
"version": "0.6.0",
"version": "0.7.1",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": "https://github.com/JamieMason/karma-benchmark/issues",
"contributors": [
Expand Down

0 comments on commit cb0034b

Please sign in to comment.