File: HISTORY.md

package info (click to toggle)
ruby-delorean 2.1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 144 kB
  • sloc: ruby: 242; makefile: 4
file content (48 lines) | stat: -rw-r--r-- 1,245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Delorean changelog

## Version 2.1.0 (2012-12-06)

* Support subclasses of Date, Time, and DateTime (by yaauie) [#18](https://github.com/bebanjo/delorean/pull/18) 

## Version 2.0.0 (2012-07-04)

* Update dependencies, get rid of deprecations, test against different versions of activesupport (by brain-geek and jwo)
* Added flux capacitor (by nashby)

## Version 1.2.0 (2011-12-17)

* Support for DateTime (by tomykaira)

## Version 1.1.1 (2011-11-11)

* Fixes for Ruby 1.9.3 (by Otto Hilska)
* Enable Travis CI
* Create this file ;)

## Version 1.1.0 (2011-06-24)

* Delorean.jump accepts passing blocks (by David Calavera)

## Version 1.0.1 (2011-06-03)

* Bugfix: time\_travel\_to now works fine with DateTime

## Version 1.0.0 (2011-03-01)

* Added back_to_1985 and removed trailing whitespace (by @retr0h)

## Version 0.2.1 (2010-11-16)

* Added explicit test to ensure expected time_travel_to block form return value (by Nathaniel Bibler)
* Delorean now uses Bundler (by Nathaniel Bibler)

## Version 0.2.0 (2010-05-25)

* 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

## Version 0.1.0 (2010-02-24)

* Initial version