0.0.2 / 2011-06-13
==================

    * Initial Release
   
0.0.3 / 2011-6-13
==================

    * Added 'findById' to collections.
    
0.0.4 / 2011-6-13
==================

    * Added validations that hasMany and hasOne values are functions.
    * Added "if" condition to validations.
    
0.1.0 / 2011-6-14
==================

    * Validates type of hasOne relations when set.
    
0.1.1 / 2011-6-14
==================

     * calling a hasOne relation that hasn't been set will return null now rather than an empty instance.
     
0.2.0 / 2011-6-15
==================

     * Added type conversion to attribute properties.
     
0.2.1 / 2011-6-15
==================

     * Fixed date type getters to turn date strings into date objects.
     
0.2.2 / 2011-6-16
==================

     * Added currency and percent types.
     
0.2.3 / 2011-6-16
==================

     * Fixed issue in length validation.

0.2.4 / 2011-6-16
 ==================

     * Day on date defaults to 1 if not present
     
0.2.5 / 2011-6-16
==================

     * Fixed bug in percent types
     
0.2.6 / 2011-6-16
==================

     * Date always converted to UTC String
     
0.2.7 / 2011-6-16
==================

     * Allow setting of date strings onto date fields
     
0.2.8 / 2011-6-20
==================

     * Fixed issue in setting single relationship objects.
     
0.2.9 / 2011-6-20
==================

     * Fixed nested attributes bug.
     
0.3.0 / 2011-6-23
==================

     * Store instance variables to reduce object creation.
     
0.3.1 / 2011-6-27
==================

     * Date types accept date objects and form friendly JSON representations.