Skip to content

Commit 527dc65

Browse files
committed
Release v0.3.0
1 parent 1f4fc37 commit 527dc65

6 files changed

Lines changed: 16 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## v0.3.0 (2019-11-22)
22

33
* Added a reporter for Karma and a corresponding example project.
44
* Adjusted Kelonio so that it can work in the browser (at least in conjunction

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ inside of your existing tests from frameworks such as Jest and Mocha (along
1111
with any loaders like [ts-jest](https://www.npmjs.com/package/ts-jest)),
1212
and you can use it in the console and scripts as well.
1313

14-
Kelonio also comes with built-in reporters for these test frameworks,
15-
but without any extra dependency on them:
14+
Kelonio also works in the browser (as long as you use a tool like
15+
[Webpack](https://www.npmjs.com/package/webpack) or
16+
[Browserify](https://www.npmjs.com/package/browserify)),
17+
and it comes with built-in reporters for the following test frameworks without
18+
any direct dependency on them:
1619

1720
* [Jest](https://www.npmjs.com/package/jest)
1821
* [Mocha](https://www.npmjs.com/package/mocha)

examples/jest/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/mocha/package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kelonio",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Performance testing library",
55
"homepage": "https://github.com/mtkennerly/kelonio",
66
"license": "MIT",

0 commit comments

Comments
 (0)