changelog
[gitmo/Package-Stash.git] / Changes
1 Revision history for Package-Stash
2
3 {{$NEXT}}
4       - bump ::XS dep again
5
6 0.21  2011-01-05
7       - bump Package::Stash::XS dep, since a bug was fixed there
8
9 0.20  2011-01-03
10       - one more fix for the Conflicts plugin
11
12 0.19  2011-01-03
13       - stop manually inserting conflict checking into Makefile.PL since we're
14         using the dzil Conflicts plugin now
15
16 0.18  2011-01-03
17       - non-trial release
18
19 0.17-TRIAL  2011-01-03
20       - use Dist::Zilla::Plugin::Conflicts rather than doing it by hand
21       - silence deprecation warnings for the method renaming for now
22
23 0.16-TRIAL  2010-12-31
24       - use Dist::CheckConflicts
25
26 0.15-TRIAL  2010-11-16
27       - split the XS conversion out to its own dist (Package-Stash-XS), and
28         convert Package::Stash into a module which loads either the XS or pure
29         perl implementation, depending on what's available
30
31 0.14-TRIAL  2010-11-14
32       - complete rewrite in C, for speed (this includes the vivification
33         changes from earlier). should be entirely backwards compatible
34         otherwise (in terms of documented api anyway).
35
36       - methods were renamed for brevity: s/_package//
37
38 0.13  2010-10-31
39       - revert the vivification changes for now, to get an actual release out
40         with Test::Fatal
41
42 0.12-TRIAL  2010-10-27
43       - actually include the conflict stuff in the release (bah)
44
45 0.11-TRIAL  2010-10-27
46       - conflict on mx-role-withoverloading too
47
48 0.10-TRIAL  2010-10-27
49       - only do the weird ISA special-casing on perl versions where it's broken
50
51 0.09-TRIAL  2010-10-27
52       - clean up the vivication code a lot, make it behave more sanely
53       - use Test::Fatal instead of Test::Exception (Justin Hunter)
54
55 0.08  2010-09-18
56       - oops, accidentally included some experimental changes in that last
57         release, that break things
58
59 0.07  2010-09-18
60       - non-dev release
61
62 0.06-TRIAL  2010-08-26
63       - re-enable the caching of the stash, since I can't reproduce the bug
64         at all
65
66 0.05  2010-06-15
67       - bump Test::More requirement for done_testing
68
69       - update packaging stuff
70
71 0.04  2010-06-13
72       - get_package_symbol now doesn't autovivify stash entries. A new method
73         get_or_add_package_symbol can now be used for that behavior.
74
75       - Update %DB::sub on add_package_symbol (Tim Bunce).
76
77 0.03  2010-05-14
78       - Rename from Stash::Manip to Package::Stash
79
80 0.02  2010-05-13
81       - Need to dep on Test::Exception
82
83 0.01  2010-05-12
84       - Initial release