changelog
[gitmo/Package-Stash-XS.git] / Changes
1 Revision history for Package-Stash-XS
2
3 {{$NEXT}}
4       - make the namespace cache lazy and weak, in case the stash is deleted
5
6 0.21  2011-01-25
7       - make the leak tests author-only, since some smokers run release tests
8       - fix some xs forward compat stuff (Dave Mitchell)
9
10 0.20  2011-01-11
11       - lower perl prereq to 5.8.1 (ribasushi)
12       - make the leak tests release-only, since they keep randomly failing on
13         platforms i don't have access to. people are encouraged to submit
14         patches for these if they are affected.
15
16 0.19  2011-01-05
17       - actually fix scalar initial value validity test
18
19 0.18  2011-01-05
20       - more correct validity test for scalars (rafl, Roland van Ipenburg)
21
22 0.17  2010-11-16
23       - bah, get rid of extra junk in the tarball
24
25 0.16-TRIAL  2010-11-16
26       - fix some issues in the undocumented-but-still-maybe-used-some-places
27         hashref api - if you don't know what this is, good!
28
29 0.15-TRIAL  2010-11-16
30       - split the XS implementation out into its own dist, which will be used
31         as a backend for Package::Stash if possible
32
33 0.14-TRIAL  2010-11-14
34       - complete rewrite in C, for speed (this includes the vivification
35         changes from earlier). should be entirely backwards compatible
36         otherwise (in terms of documented api anyway).
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