ChangeLog 892 B

123456789101112131415161718192021222324252627
  1. v0.2.2 -
  2. * don't crash when a user accidentally allocates a HeapDiff without new (ala new require('memwatch').HeapDiff()) #30
  3. v0.2.1 -
  4. * 0.10.0 support (thanks @rvagg and @tmuellerleile)
  5. * improved windows build support (no longer requires sed in path, thanks @mscdex)
  6. * work around a windows specific crash due to upstream "bug" in libuv (https://github.com/joyent/libuv/pull/629)
  7. v0.2.0 -
  8. * fix memory leak of snapshots in HeapDiff #15
  9. * HeapDiff.end() throws an exception if invoked more than once.
  10. * aggressively clean up snapshots, at end() rather than next gc
  11. v0.1.5 -
  12. * compiles on windows (thanks @jmatthewsr-ms! sorry to make you wait)
  13. v0.1.4 -
  14. * migrate to node-gyp (thanks @jhaynie for getting it started)
  15. v0.1.3 -
  16. * node 0.8 support
  17. v0.1.2 -
  18. * Addition of unit tests (running on travis)
  19. * fix bug whereby events would not be emitted when listeners use .once()