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