We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87a209 commit 475ce02Copy full SHA for 475ce02
ChangeLog
@@ -1,3 +1,6 @@
1
+v0.2.2 -
2
+ * don't crash when a user accidentally allocates a HeapDiff without new (ala new require('memwatch').HeapDiff()) #30
3
+
4
v0.2.1 -
5
* 0.10.0 support (thanks @rvagg and @tmuellerleile)
6
* improved windows build support (no longer requires sed in path, thanks @mscdex)
package.json
@@ -1,7 +1,7 @@
{
"name": "memwatch",
"description": "Keep an eye on your memory usage, and discover and isolate leaks.",
- "version": "0.2.1",
+ "version": "0.2.2",
"author": "Lloyd Hilaiel (http://lloyd.io)",
"engines": { "node": ">= 0.6.0" },
7
"repository": {
0 commit comments