Posted By: Sean O'Halpin
Date: 2008-05-06 21:48
Summary: doodle 0.1.5 Released
Project: doodle
doodle version 0.1.5 has been released!
Doodle is a gem for simplifying the definition of Ruby classes by making attributes and their properties more declarative. Doodle is eco-friendly: it does not globally modify Object, Class or Module.
Changes:
## 0.1.5 / 2008-05-06 - Bug fixes: - fixed bug where defaults were preventing validation working when loading from YAML and added spec
## 0.1.4 / 2008-05-06 - Features: - keyed collections - see http://doodle.rubyforge.org/#keyed_collections for details - specialized Attribute classes in #has - see spec/specialized_attribute_class_spec.rb for example |
|