2.0.0
  - Moose 2.0 compliant
  - Moose 1.24 compliant (thanks doy)
  - Made mutable classes behavior consistent with immutable
  - Some speed improvement using inlining of code
  - Allow attributes without type constraints

1.130002 - 2011-02-13
  - has_deflator/inflator return undef if there is no
    type constraint

1.130000 - 2010-10-10
  - Fixed compat with Moose 1.15

1.120001 - 2010-08-28
  - Speed up inflation

1.120000 - 2010-08-28
  - Coerce and LazyInflator work as expected

1.101670 - 2010-06-16
  - Added is_inflated attribute meta class method
  - Mark attributes as being inflated on construction
    if they pass the type constraint

1.101640 - 2010-06-13
  - Added LazyInflator and test
  - Refactored inflate/deflate and Registry for speed

1.100990 - 2010-04-09
  - Initial release