lower perl prereq to 5.8.1 (ribasushi)
[gitmo/Package-Stash.git] / Changes
1 Revision history for Package-Stash
2
3 {{$NEXT}}
4
5 0.22  2011-01-05
6       - bump ::XS dep again
7
8 0.21  2011-01-05
9       - bump Package::Stash::XS dep, since a bug was fixed there
10
11 0.20  2011-01-03
12       - one more fix for the Conflicts plugin
13
14 0.19  2011-01-03
15       - stop manually inserting conflict checking into Makefile.PL since we're
16         using the dzil Conflicts plugin now
17
18 0.18  2011-01-03
19       - non-trial release
20
21 0.17-TRIAL  2011-01-03
22       - use Dist::Zilla::Plugin::Conflicts rather than doing it by hand
23       - silence deprecation warnings for the method renaming for now
24
25 0.16-TRIAL  2010-12-31
26       - use Dist::CheckConflicts
27
28 0.15-TRIAL  2010-11-16
29       - split the XS conversion out to its own dist (Package-Stash-XS), and
30         convert Package::Stash into a module which loads either the XS or pure
31         perl implementation, depending on what's available
32
33 0.14-TRIAL  2010-11-14
34       - complete rewrite in C, for speed (this includes the vivification
35         changes from earlier). should be entirely backwards compatible
36         otherwise (in terms of documented api anyway).
37
38       - methods were renamed for brevity: s/_package//
39
40 0.13  2010-10-31
41       - revert the vivification changes for now, to get an actual release out
42         with Test::Fatal
43
44 0.12-TRIAL  2010-10-27
45       - actually include the conflict stuff in the release (bah)
46
47 0.11-TRIAL  2010-10-27
48       - conflict on mx-role-withoverloading too
49
50 0.10-TRIAL  2010-10-27
51       - only do the weird ISA special-casing on perl versions where it's broken
52
53 0.09-TRIAL  2010-10-27
54       - clean up the vivication code a lot, make it behave more sanely
55       - use Test::Fatal instead of Test::Exception (Justin Hunter)
56
57 0.08  2010-09-18
58       - oops, accidentally included some experimental changes in that last
59         release, that break things
60
61 0.07  2010-09-18
62       - non-dev release
63
64 0.06-TRIAL  2010-08-26
65       - re-enable the caching of the stash, since I can't reproduce the bug
66         at all
67
68 0.05  2010-06-15
69       - bump Test::More requirement for done_testing
70
71       - update packaging stuff
72
73 0.04  2010-06-13
74       - get_package_symbol now doesn't autovivify stash entries. A new method
75         get_or_add_package_symbol can now be used for that behavior.
76
77       - Update %DB::sub on add_package_symbol (Tim Bunce).
78
79 0.03  2010-05-14
80       - Rename from Stash::Manip to Package::Stash
81
82 0.02  2010-05-13
83       - Need to dep on Test::Exception
84
85 0.01  2010-05-12
86       - Initial release