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