Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

34 lines (20 loc) · 1.17 KB

Model Citizen Changelog

0.8.1 (July 27, 2014)

  • Allow custom templates to be passed in

0.8.0 (April 28, 2014)

  • Return model from AfterCreate Callback

0.7.0 (April 12, 2014)

  • Add Spring Support

0.6.0 (November 19, 2013)

  • Add AfterCreateCallback
  • Remove need for @NewInstance, just checks for ConstructorCallback directly
  • Create new callback package, deprecate old ConstructorCallback and FieldCallback

0.5.0 (October 8, 2013)

  • Allow for inheritenace in Blueprints (Issue #16)

0.5.1 (October 8, 2013)

  • Fix ordering of Blueprint properties so implementation properties overrides inherited.

0.5.2 (November 1, 2013

0.4.0 (June 5, 2013)

  • Sign artifact only when deploying, not when installing (Pull #12) [thanks mttkay]
  • Never call blueprint constructors more than once (Pull #13) [thanks mttkay]