-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
59 lines (40 loc) · 1002 Bytes
/
Changes
File metadata and controls
59 lines (40 loc) · 1002 Bytes
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
Revision history for html-autotag-ruby
1.0.12
1.0.11
- update copyright year
1.0.10
- minor code refactoring
1.0.9
- update ALL copyright dates ;)
1.0.8
- update copyright date
1.0.7
- explicit cast of attr values to string
1.0.6
- more true implementation of Perl's HTML::Entities
- removed dependency from docs
1.0.5
- fixed double ampersand encoding bug
1.0.4
- fully implemented HTML::Encoder's functionality
1.0.3
- replaced htmlentities dependency with HTML::Encoder
1.0.2
- added README for rubydoc.info
1.0.1
- fixed ridiculous typo introduced by trying to document
1.0.0
- ready for production
0.0.6
- fixed attr bug for deeply nested data structures
0.0.5
- fixed encode bug (basic encoding works)
0.0.4
- fixed indentation bug
0.0.3
- explicit check for hash
- corrected misspelled key name (data => cdata)
0.0.2
- added htmlentities
0.0.1
- First version, released on an unsuspecting world.