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