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