Skip to content

Commit c128f32

Browse files
author
Guilherme Oenning
committed
miniprofiler v0.0.9
1 parent 8d11428 commit c128f32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
Node.js implementation of Stack Exchange's MiniProfiler
66

7+
[![NPM](https://img.shields.io/npm/v/npm.svg)](https://img.shields.io/npm/v/npm.svg)
78
[![Build](https://travis-ci.org/MiniProfiler/node.svg)](https://travis-ci.org/MiniProfiler/node)
89
[![Coverage](https://coveralls.io/repos/github/MiniProfiler/node/badge.svg?branch=master)](https://coveralls.io/github/MiniProfiler/node?branch=master)
910
![Dependencies](https://david-dm.org/MiniProfiler/node.svg)
@@ -66,7 +67,7 @@ See [tests/servers/<your web framework>](/tests/servers) for more examples.
6667
Things to do:
6768

6869
- Refactor/Remove TODO comments
69-
- transform testcases into runnable examples (npm run example)
70+
- transform test cases into runnable examples (npm run example)
7071
- storing of client timings on first result postback (there's a todo in the `results` function about where to do this)
7172
- document more things
7273
- add providers for pg, mongodb, mysql, redis and more

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniprofiler",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "A simple but effective mini-profiler.",
55
"main": "lib/miniprofiler.js",
66
"scripts": {

0 commit comments

Comments
 (0)