-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
55 lines (36 loc) · 1.67 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
2011-11-07 Mike Burns <[email protected]>
* presenter.rb, presenter_spec.rb: Define the model_name per-instance
instead of per-class. Suggestion by Peter Suschlik.
2011-11-07 Peter Suschlik
* presenter.rb, presenter_spec.rb: Define the field accessors per-instance
instead of per-class.
2011-10-20 Mike Burns <[email protected]>
* presenter.rb, presenter_spec.rc: Don't name the struct so that we can
avoid redefining a constant.
2011-09-21 Mike Burns <[email protected]>
* ChangeLog, NEWS: Retroactively update the docs based on git history.
* README.md:
Link to the raw NEWS, ChangeLog, and Ruby docs at the top of the docs.
Mention the raw license in the contact section.
Demand that pull requests update the ChangeLog and NEWS.
Mention the GNU ChangeLog format.
2011-09-21 Matt Gillooly <[email protected]>
* README.md: Fix the 'tutorial' misspelling.
2011-09-21 Dan Croak <[email protected]>
* README.md: The validator class is passed, not an instance.
2011-09-20 Mike Burns <[email protected]>
* presenter.rb, presenter_spec.rb:
Include the Enumerable module to the Presenter class, with a test.
* NEWS, ChangeLog:
Add an overview NEWS file and a more detailed ChangeLog file.
* version.rb: Bump version to 0.0.2.
2011-09-10 Mike Burns <[email protected]>
* presenter.rb (model_name):
Use a struct as the model namer for ActiveModel::Name.
* README.md: Add a quick start guide.
* presenter.rb (model_name, persisted?):
Explain why these exist but are undocumented.
(with_params, each):
Be more explicit in the documentation about how to use these and what the
classes are.
(instance_validations): Make this protected.