Changelog in moosex-0.0.11 vs Changelog in moosex-0.0.12
- old
+ new
@@ -1,16 +1,20 @@
+0.0.12 - 2013-02-05
+ - basic support override attributes #19
+ - basic support to roles #17
+
0.0.11 - 2013-02-04
- basic support to after/before/around #12
- improve exception #15
- improve type system via MooseX::Types #16
0.0.10 - 2014-02-03
- - improve readme #2014-02-01
- - BUILDARGS should accept different signatures #36
- - clearer create by default clear_#{attr_name}! public method
- - add attr :private #35
- - methods predicate, clearer and handles are no longer singleton methods #34
+ - improve readme
+ - BUILDARGS should accept different signatures #36
+ - clearer create by default clear_#{attr_name}! public method
+ - add attr :private #35
+ - methods predicate, clearer and handles are no longer singleton methods #34
0.0.9 - 2014-02-02
- support to BUILD and BUILDARGS #5 and #6
- support to trigger #7
- support to coerce #8
@@ -22,12 +26,12 @@
0.0.7 - 2014-02-01
- add min version of ruby should be 2.0.x
0.0.6 - 2014-02-01
- - fix bug when extends subclass, now it is safe #18
- - required attr with default value will no longer throw exception #30
- - supports handles for: single method, array, Class or Module #27
+ - fix bug when extends subclass, now it is safe #18
+ - required attr with default value will no longer throw exception #30
+ - supports handles for: single method, array, Class or Module #27
0.0.5 - 2014-01-31
- should support handles #13 (partial)
0.0.4 - 2014-01-31
\ No newline at end of file