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