Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.89 KB

CHANGELOG.md

File metadata and controls

42 lines (35 loc) · 1.89 KB

0.6.0 (March 18, 2013)

  • Rails 4 compatibility. Thank you to Ben Ubois for reporting the issue and to Matt Goldman for the pull request.
  • Run specs against different Rails versions
  • Refactor internal usage of AS::Notifications
  • Remove jruby-openssl as platform conditional dependency

0.5.0 (December 16, 2012)

  • Remove Gemfile.lock from version control
  • Internal event type list is now a set
  • Update event type list
  • Various internal refactorings
  • More readable tests

0.4.0 (September 24, 2012)

  • Add configuration for custom event retrieval. Thanks to Dan Hodos for the pull request.
  • Move module methods only used in tests into a test helper.
  • Various internal refactorings and additional tests.
  • Error classes will inherit from a base error class now.

0.3.1 (August 14, 2012)

  • Fix controller inheritance issue. Thanks to Christopher Baran for reporting the bug, and to Robert Bousquet for fixing it.
  • Deprecate registration method. Use 'setup' instead.

0.3.0 (July 16, 2012)

  • Add registration method for conveniently adding many subscribers
  • Depend on jruby-openssl when running on jruby
  • Remove unneeded rake dependency
  • Remove configure method

0.2.0 (July 12, 2012)

  • Register a subscriber to one/many/all events
  • Remove sqlite3 development dependency
  • Setup travis-ci for repo
  • Hard code a placeholder api key in dummy app. Fixes failing tests when env var not defined.

0.1.1 (July 4, 2012)

  • Improve README
  • Specify development dependency versions
  • Fix controller test which was passing incorrectly

0.1.0 (June 24, 2012)

  • Initial release