Changelog in moosex-0.0.16 vs Changelog in moosex-0.0.17
- old
+ new
@@ -1,5 +1,11 @@
+0.0.17 - 2013-02-11
+ - has now support an override option #56
+ - has now support a doc option #57
+ - has now should not require :is => default is :rw #54
+ - add weak ref support #49
+
0.0.16 - 2013-02-07
- add currying to handles #46
- not after/before/around works well with methods who receive a block
0.0.15 - 2013-02-07
@@ -66,6 +72,6 @@
- supports :ro, :rw, :rwp ( read-only, read-write and read-write-private) options
- supports default value as lambda or constant
- supports isa as class/module name or lambda
0.0.1 - 2014-01-31
- - first release
\ No newline at end of file
+ - first release