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