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