forked from nono/railroad
-
Notifications
You must be signed in to change notification settings - Fork 6
/
History.txt
51 lines (30 loc) · 1.1 KB
/
History.txt
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
49
50
=== 0.7.8 / 2010-03-15
(Allen Wei)
* yuml output format support
* exclude class as well when exclude file
(Bryan Larsen)
* Updated to produce true crow's foot style ERD diagrams. Use the
(optional) validation_reflection plugin to determine whether
associations are optional or required.
* add support for Hobo::Lifecycle state transition diagrams
=== 0.7.7 / 2009-04-12 (Bryan Larsen)
* rake task now dependent on :environment so all plugins load
correctly
=== 0.7.5 / 2009-03-13 (Bruno Michel)
* Use autoload insted of require for models to avoid loading them
twice
=== 0.7.3 / 2009-02-18 (David Dollar)
* add the ability to hide methods that begin with an underscore
=== 0.7.1 / 2009-02-13
* Housekeeping
=== 0.7.0 / 2009-02-13 (Tero Tilus)
* 2 major enhancements
* Option to explicitly map file names to model names.
* Option to include lib/**/*.rb.
* 3 minor enhancements
* Even more verbose --verbose.
* Fix infinite load retry loop.
* Fix model name inference (#classify -> #camelize).
=== 0.6.0 / 2008-07-29
* 1 major enhancement
* got turned out by Hoe and Mike Mondragon