b4be937f6692bea8ef1540c3216a3d454a644839
[gitmo/Package-Stash-XS.git] / Changes
1 Revision history for Package-Stash
2
3 {{$NEXT}}
4
5 0.16-TRIAL  2010-11-16
6       - fix some issues in the undocumented-but-still-maybe-used-some-places
7         hashref api - if you don't know what this is, good!
8
9 0.15-TRIAL  2010-11-16
10       - split the XS implementation out into its own dist, which will be used
11         as a backend for Package::Stash if possible
12
13 0.14-TRIAL  2010-11-14
14       - complete rewrite in C, for speed (this includes the vivification
15         changes from earlier). should be entirely backwards compatible
16         otherwise (in terms of documented api anyway).
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