Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 820 Bytes

HISTORY.md

File metadata and controls

28 lines (22 loc) · 820 Bytes

0.3.0 (2012-06-03)

  • #8: Raise an error if record has no id

0.2.4 (2012-03-24)

  • #5: Fixes bug that broke STI
  • #6: Fixes deprication warning from ActiveSupport 3.2+
  • Bumps test dependencies, which in turn fixes JRuby

0.2.3 (2012-01-09)

  • #3: Dynamic methods now support private methods

0.2.2 (2011-11-03)

  • Sets @queue inherited async'd models

0.2.1 (2011-10-26)

  • Fixes bugs regarding dynamic methods in Ruby 1.8.7

0.2.0 (2011-10-26)

  • Added dynamic methods
  • Added fully green test suite
  • Added support for Travis CI

0.1.0 (2011-10-21)

  • First release