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