## [In git](https://github.com/elgalu/strongly_typed/compare/v0.0.1...HEAD) ### New Features * n/a ### Bugfixes * n/a ### Chores * Added this Change Log file (Leo Gallucci) * Added Code Climate badge and Dependency Status badge (Leo Gallucci) * README.md, Gemfile, gemspec improvements (Leo Gallucci) * Confirmed support for ruby 2.0.0-p0, added more rubies to travis, added .ruby-version file (Leo Gallucci) ## [v0.0.1](https://github.com/elgalu/strongly_typed/tree/v0.0.1) ## First gem release ### Features: * StronglyTyped::Model allows to call `attribute()` to define your object properties. (Leo Gallucci) * Instance initialization with a hash, a.k.a named parameters. (Leo Gallucci) * Instance initialization with same old way ordered parameters. (Leo Gallucci) * Type conversions when possible. (Leo Gallucci)