bump version to 0.16
[gitmo/MooseX-Singleton.git] / ChangeLog
CommitLineData
b375b147 1Revision history for Perl extension MooseX-Singleton
2
ea74163e 30.16
4 - Changes to keep constructor inlining working with latest Moose &
5 Class::MOP. This module will still work with any Moose from 0.74
6 on up.
7
52af2ac7 80.15 2009-04-07
513a35b3 9 - Fixed to work with Moose 0.73_01
10
e2119ce9 11 - When an object was implicitly constructed by calling
12 ClassName->attribute, it skipped the BUILD and BUILDARGS defined
13 for a class. Report and test from Josh in RT #42690. (Dave
14 Rolsky)
15
adda7954 160.14 2009-01-22
17 - Converted to use new method generation helpers in the most
18 recent Moose (0.65) and Class::MOP (Dave Rolsky)
19
6f589f06 200.13 2008-12-08
60277ca9 21 - Fixed to work with Moose 0.63
22
b264623b 230.12 2008-09-20
71e9e249 24 - Fixed to work with Moose 0.58
25
7ec24bbf 260.11 2008-09-05
27 - Fixed to work with Moose 0.57. Fixes RT #39013. Reported by Jon Swartz (Dave Rolsky)
28
39bb71dd 290.10 2008-09-01
30 - No code changes, just a stable release to go with Moose 0.56 release (Dave Rolsky)
31
f65df6a0 320.09_02 2008-08-22
33 - bumped the Moose dependency to 0.55_01 (Dave Rolsky)
34
4bd074c5 350.09_01 2008-08-21
ede8dce0 36 - fixes to work with the latest dev release of Moose - 0.55_01 (Dave Rolsky)
37
d871257e 380.09 2008-06-27
39 - fix immutability to work with Moose 0.51 (Dave Rolsky)
40
911a9dda 410.08 2008-05-24
15bb6eb9 42 - fix make_immutable keyword in test (Sartak)
43 - immutable singleton objects did not call triggers in the constructor (Dave Rolsky)
44 - fix immutability to actually work with modern Moose 0.41+ (Dave Rolsky)
5379464b 45
86c3868d 460.07 2008-03-07
15bb6eb9 47 - bump Moose dep to 0.37 because that's when we got make_immutable (Sartak)
86c3868d 48
b1411a85 490.06 2008-03-05
50 - singleton objects were broken when made_immutable (Dave Rolsky)
2b4ce4bd 51
963b26bd 520.05 2008-02-03
b1411a85 53 - avoid re-BUILD-ing existing singleton objects (rjbs)
963b26bd 54
d64d5811 550.04 2008-01-27
b1411a85 56 - exception when ->new called with args and instance already init'd (rjbs)
57 - added ->initialize method to remove any ambiguity with ->new (rjbs)
d64d5811 58
b375b147 590.03 2007-12-16
60 - reimplementation as a metaclass (Sartak)
15bb6eb9 61 - initial CPAN release
b375b147 62
630.02 2007-12-16
64 - instance and new are really the same, cleanup (Sartak)
65
660.01 2007-04-20
67 - initial implementation as a role (Debolaz)