changelog
[gitmo/Package-Stash-XS.git] / Changes
1 Revision history for Package-Stash-XS
2
3 {{$NEXT}}
4
5 0.23  2011-08-08
6       - fix the test for scalar values, again (t0m, rafl)
7       - disallow assigning globrefs to scalar glob slots (this doesn't actually
8         make any sense)
9
10 0.22  2011-03-04
11       - make the namespace cache lazy and weak, in case the stash is deleted
12       - but, this doesn't work on 5.8, so disable the namespace caching
13         entirely there
14
15 0.21  2011-01-25
16       - make the leak tests author-only, since some smokers run release tests
17       - fix some xs forward compat stuff (Dave Mitchell)
18
19 0.20  2011-01-11
20       - lower perl prereq to 5.8.1 (ribasushi)
21       - make the leak tests release-only, since they keep randomly failing on
22         platforms i don't have access to. people are encouraged to submit
23         patches for these if they are affected.
24
25 0.19  2011-01-05
26       - actually fix scalar initial value validity test
27
28 0.18  2011-01-05
29       - more correct validity test for scalars (rafl, Roland van Ipenburg)
30
31 0.17  2010-11-16
32       - bah, get rid of extra junk in the tarball
33
34 0.16-TRIAL  2010-11-16
35       - fix some issues in the undocumented-but-still-maybe-used-some-places
36         hashref api - if you don't know what this is, good!
37
38 0.15-TRIAL  2010-11-16
39       - split the XS implementation out into its own dist, which will be used
40         as a backend for Package::Stash if possible
41
42 0.14-TRIAL  2010-11-14
43       - complete rewrite in C, for speed (this includes the vivification
44         changes from earlier). should be entirely backwards compatible
45         otherwise (in terms of documented api anyway).
46
47 0.13  2010-10-31
48       - revert the vivification changes for now, to get an actual release out
49         with Test::Fatal
50
51 0.12-TRIAL  2010-10-27
52       - actually include the conflict stuff in the release (bah)
53
54 0.11-TRIAL  2010-10-27
55       - conflict on mx-role-withoverloading too
56
57 0.10-TRIAL  2010-10-27
58       - only do the weird ISA special-casing on perl versions where it's broken
59
60 0.09-TRIAL  2010-10-27
61       - clean up the vivication code a lot, make it behave more sanely
62       - use Test::Fatal instead of Test::Exception (Justin Hunter)
63
64 0.08  2010-09-18
65       - oops, accidentally included some experimental changes in that last
66         release, that break things
67
68 0.07  2010-09-18
69       - non-dev release
70
71 0.06-TRIAL  2010-08-26
72       - re-enable the caching of the stash, since I can't reproduce the bug
73         at all
74
75 0.05  2010-06-15
76       - bump Test::More requirement for done_testing
77
78       - update packaging stuff
79
80 0.04  2010-06-13
81       - get_package_symbol now doesn't autovivify stash entries. A new method
82         get_or_add_package_symbol can now be used for that behavior.
83
84       - Update %DB::sub on add_package_symbol (Tim Bunce).
85
86 0.03  2010-05-14
87       - Rename from Stash::Manip to Package::Stash
88
89 0.02  2010-05-13
90       - Need to dep on Test::Exception
91
92 0.01  2010-05-12
93       - Initial release