From 23fdf1322008b2dcd53d6ae8c4d406880520350d Mon Sep 17 00:00:00 2001 From: gotwarlost Date: Fri, 2 Nov 2012 00:40:13 -0700 Subject: [PATCH] update version, readme --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 98d10983..03d4d8c3 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ All the features of istanbul can be accessed as a library using its [public API] 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.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 diff --git a/package.json b/package.json index f407a7d1..cbfe6b72 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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", "keywords": [ "coverage", "code coverage", "JS code coverage", "JS coverage" ], "author": "Krishnan Anantheswaran ",