- Support subclasses of Date, Time, and DateTime (by yaauie) #18
- Update dependencies, get rid of deprecations, test against different versions of activesupport (by brain-geek and jwo)
- Added flux capacitor (by nashby)
- Support for DateTime (by tomykaira)
- Fixes for Ruby 1.9.3 (by Otto Hilska)
- Enable Travis CI
- Create this file ;)
- Delorean.jump accepts passing blocks (by David Calavera)
- Bugfix: time_travel_to now works fine with DateTime
- Added back_to_1985 and removed trailing whitespace (by @retr0h)
- Added explicit test to ensure expected time_travel_to block form return value (by Nathaniel Bibler)
- Delorean now uses Bundler (by Nathaniel Bibler)
- Allow
time_travel
with Chronic options (by Les Hill and Rafa García) - Require
active_support
for specs - Not include Delorean module in Object
- Update docs
- Initial version