Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 690 Bytes

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 690 Bytes

HEAD

0.2.0

  • Heapy::Alive is removed (#27)
  • New command heapy diff (#26)
  • The read command now takes a --lines flag that can be used to limit output when showing generational data

0.1.4 - 2018-07-25

  • Bundler is no longer required so heapy can now be used via a simple gem install.

0.1.3 - 2017-09-07

  • I'm really bad at keeping a log of changes on this project sorry
  • Printing out the memory size for a generation
  • Printing out the total number of objects for the heap in the summary

0.1.1 - 2015-10-15

  • Less memory retention when parsing large heap dumps.
  • Improved output format.