-
Notifications
You must be signed in to change notification settings - Fork 17
/
CHANGELOG
64 lines (35 loc) · 1.14 KB
/
CHANGELOG
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
== 2.2 - 2015/05/21
* Added support to turn off annotations for serializers and factories
== 2.1 - 2015/01/16
* Use guard-compat
* Update rspec version and tests
== 2.0.2 - 2014/11/20
* bugfix release
== 2.0.1 - 2014/11/15
* bugfix release for guard/version issue
== 2.0.0 - 2014/11/12
* Updated gem to be compliant with Guard 2.x changes
== 1.1.0 - 2013/04/18
* Add more options to annotate command (show migration version, simple indexed, formatting)
== 1.0 - 2012/06/05
* remove guard v1.1 deprecation warnings
== 0.9.4 - 2012/03/23
* add :run_at_start option
== 0.9.3 - 2012/03/18
* add option for annotating indexes
* bugfix to apply position setting to routes
== 0.9.2 - 2012/01/03
* new "run_at_start" option
== 0.4.0 - 2011/07/07
* run annotate command using bundler
== 0.3.0 - 2011/06/08
* added option for annotating routes
- :routes => true (false by default)
* added options for annotating tests and fixtures
- :tests => true (false by default)
== 0.2.0 - 2011/05/21
* Add option for placement of annotations
== 0.1.0 - 2011/05/20
* First working version of gem
== 0.0.1 - 2011/05/20
* Non-Working gem, just a stub file