Skip to content

Commit

Permalink
update version, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Nov 2, 2012
1 parent b23c6e2 commit 23fdf13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -133,6 +133,7 @@ All the features of istanbul can be accessed as a library using its [public API]
Changelog Changelog
--------- ---------


* v0.1.18 : Add option to hook in non-destructive mode; i.e. the require cache is not unloaded when hooking
* v0.1.17 : Export some more objects; undocumented for now * v0.1.17 : Export some more objects; undocumented for now
* v0.1.16 : Fix npm keywords for istanbul which expects an array of strings but was being fed a single string with keywords instead * v0.1.16 : Fix npm keywords for istanbul which expects an array of strings but was being fed a single string with keywords instead
* v0.1.15 : Add the 'check-coverage' command so that Istanbul can be used as a posttest script to enforce minimum coverage * v0.1.15 : Add the 'check-coverage' command so that Istanbul can be used as a posttest script to enforce minimum coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "istanbul", "name": "istanbul",
"version": "0.1.17", "version": "0.1.18",
"description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale", "description": "Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale",
"keywords": [ "coverage", "code coverage", "JS code coverage", "JS coverage" ], "keywords": [ "coverage", "code coverage", "JS code coverage", "JS coverage" ],
"author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>", "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
Expand Down

0 comments on commit 23fdf13

Please sign in to comment.