Update README
[p5sagit/Devel-Size.git] / CHANGES
1 Revision history for Perl extension Devel::SizeMe.
2
3 0.06 2012-10-17 Tim Bunce
4
5  * fix madprop_size, hopefully (untested)
6  * fix pod NAME, thanks to Moritz
7  * fix to work with Mojolocious < v2.49, thanks to Peter (Stig) Edwards.
8
9 0.05 2012-10-11 Tim Bunce
10
11  * Assorted version portability and compiler warning fixes.
12
13 0.04 2012-10-05 Tim Bunce
14
15  * Removed Mojolicious::Lite as a prerequisite as it was stoping people
16     using SizeMe with perl 5.8.
17
18 0.03 2012-10-04 Tim Bunce
19
20  * Fixup logic and tests to be portable across more perl versions.
21  * Applied some polish to the docs.
22
23 0.02 2012-10-02 Tim Bunce
24
25  * Renamed to Devel::SizeMe.
26  * Assorted fixes, cleanups and polish.
27  * Greatly extended perl_size coverage thanks to rafl.
28
29 0.01 2012-09-29 Tim Bunce
30
31  * Created new Devel::Memory extension using a modified version of
32     Devel::Size's perl memory data crawler, extended to support
33     callbacks, a 'data path name' concept, data streaming,
34     data processing and visualization.
35
36  * The Devel::Memory core was based on 0.77. The generic changes
37     will be fed back to Devel::Size so it will remain the
38     canonical source of knowledge of how to crawl perl internals.
39     Once Devel::Size has the changes then Devel::Memory will use
40     it as the core, but compiled with options to enable the extra
41     features. That way Devel::Size won't have any performance penalty.
42
43  * This is very much experimental 'alpha' software. You're milage will
44     vary and anything may change between releases.