-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathfile.ChangeLog.html
263 lines (213 loc) · 9.74 KB
/
file.ChangeLog.html
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, user-scalable=no'>
<meta name='apple-touch-fullscreen' content='yes'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<meta name='apple-mobile-web-app-status-bar-style' content='rgba(228,228,228,1.0)'>
<title>ChangeLog 2017-08-30</title>
<link rel='stylesheet' type='text/css' href='css/y_fonts.css' />
<link rel='stylesheet' type='text/css' href='css/highlight.github.css' />
<link rel='stylesheet' type='text/css' href='css/y_style.css' />
<link rel='stylesheet' type='text/css' href='css/y_list.css' />
<link rel='stylesheet' type='text/css' href='css/y_color.css' />
<link rel='stylesheet' type='text/css' href='css/custom.css' />
<link rel='stylesheet' type='text/css' href='css/common.css' />
<script type='text/javascript'>
var pathId = "ChangeLog",
relpath = '';
var t2Info = {
CSEP: '.',
ISEP: '#',
NSEP: '::'
};
</script>
<script type='text/javascript' charset='utf-8' src='js/highlight.pack.js'></script>
<script type='text/javascript' charset='utf-8' src='js/y_app.js'></script>
</head>
<body>
<svg id='y_wait' class viewBox='0 0 90 90'></svg>
<div id='settings' class='hidden'></div>
<div id='y_list' class='d h'>
<header id='list_header'></header>
<nav id= 'list_nav' class='y_nav l_nav'>
<ul id='list_items'></ul>
</nav>
</div>
<div id='y_toc' class='f h'>
<header id='toc_header'></header>
<nav id= 'toc_nav' class='y_nav t_nav'>
<ol id='toc_items'></ol>
</nav>
</div>
<div id='y_main' tabindex='-1'>
<header id='y_header'>
<div id='y_menu'>
<a href='/'>Home</a> »
<a href='_index.html'>Index</a> »
<span class='title'><a id='t2_doc_top' href='#'>ChangeLog 2019-05-08 ▲</a></span>
</div>
<a id='list_href' href="file_list.html"></a>
<div id='y_measure_em' class='y_measure'></div>
<div id='y_measure_vh' class='y_measure'></div>
<span id='y_measure_50pre' class='y_measure'><code>123456789_123456789_123456789_123456789_123456789_</code></span>
</header>
<div id='content' class='file'>
<h1>ChangeLog <code>2019-05-08</code></h1>
<h2>Remember to set your font size!</h2>
<p>Site updates done with <code>ruby 3.4.0dev (2024-11-22 master f90c356317) +PRISM [x64-mingw-ucrt]</code>.</p>
<h2><code>2019-06-16</code></h2>
<ul>
<li><p>Added Airbnb JavaScript and RuboCop Ruby Style Guides.
</p></li>
</ul>
<h2><code>2019-05-26</code></h2>
<ul>
<li><p>Corrected issue with some aliases of attributes being listed as methods.
</p></li>
</ul>
<h2><code>2019-05-11</code></h2>
<ul>
<li><p>Added 'External Class Mixins' to the 'Class List'. It contains any external
classes that have had methods added via include or extend. Previously, the
'ClassMethods' modules were shown as extending the 'Top Level Namespace'.
</p></li>
</ul>
<h2><code>2019-05-08</code></h2>
<ul>
<li><p>Changed default markdown parser to <a href='https://github.com/gjtorikian/commonmarker'>Commonmarker</a>,
the markdown parser used by GitHub.
</p></li>
</ul>
<h2><code>2017-08-30</code></h2>
<ul>
<li>Added AWS SDK for Ruby v3, along with a few other libraries.</li>
</ul>
<h2><code>2017-06-28</code></h2>
<ul>
<li>Fixed issue with tab (\t) characters in source code comments. Previously, this would result in 'code examples' not being correctly formatted.</li>
</ul>
<h2><code>2017-06-20</code></h2>
<ul>
<li>Updated Ruby bundled gems to link to correct versions on GitHub.</li>
</ul>
<h2><code>2017-04-18</code></h2>
<ul>
<li><p>Forgot about Ruby parse.y. Added to all Ruby versions</p></li>
<li><p>Fixed encoding & html escaped character issues in Method Lists, along with linking between Method List, TOC, and main doc.</p></li>
<li><p>Now creating docs with <code> ruby 2.5.0dev (2017-11-15 trunk 60775) [x64-mingw32]</code>.</p></li>
</ul>
<h2><code>2017-04-11</code></h2>
<ul>
<li><p>Removed Ruby 2.1, added <a href="https://github.com/sparklemotion/nokogiri/">Nokogiri</a>. The documents used in the <a href="http://www.nokogiri.org/tutorials/">Nokogiri tutorial</a> are included in the Nokogiri docs. See 'Docs' in the list pane or '<a href="https://msp-greg.github.io/nokogiri/y_index.html">index</a>' page.</p></li>
<li><p>Updated <a href="https://msp-greg.github.io/file.UI.html">YardT2 User Interface Guide</a> to reflect settings
window, etc.</p></li>
<li><p>Now creating docs with <code> ruby 2.5.0dev (2017-11-16 trunk 60783) [x64-mingw32]</code>.</p></li>
</ul>
<h2><code>2017-03-19</code></h2>
<ul>
<li>Updated fonts, both are now from <a href="https://fonts.google.com/">Google Fonts</a>.
Proportional is <a href="https://fonts.google.com/specimen/Montserrat">Montserrat</a>, mono
is <a href="https://fonts.google.com/specimen/Roboto+Mono">Roboto Mono</a>. Selected
<a href="https://fonts.google.com/specimen/Montserrat">Montserrat</a> because of character width
and existance of 500/600 font-weights. May change proportional to
<a href="https://fonts.google.com/specimen/Open+Sans">Open Sans</a>... Note that you can download these
fonts for local use.</li>
<li>Ruby - Updated <a href="https://msp-greg.github.io/ruby_trunk/rubygems/file.command-reference.html">RubyGems Command Reference</a>
to 2.6.11.</li>
<li>Site should be compatible with IE 11. Not well tested. Two known issues:</li>
</ul>
<ol>
<li>Slow response when setting <code>scrollTop</code> of large documents</li>
<li>No 'wait' graphics</li>
</ol>
<ul>
<li>Now creating docs with <code> ruby 2.5.0dev (2017-11-16 trunk 60783) [x64-mingw32]</code>.</li>
</ul>
<h2><code>2017-03-01</code></h2>
<ul>
<li>AWS-SDK now shows 'aws-sdk-ruby-master' for the library title. Since the version
changes frequently, it previously resulted in all pages being pushed to GitHub for
every version change.</li>
<li>Similar to above, Rails will now appear as master, and stable as whatever the
current stable branch is listed as.</li>
<li>Actual reported version info is still listed on the home page.</li>
<li>Ruby - Added <a href="https://msp-greg.github.io/ruby_trunk/rubygems/file.command-reference.html">RubyGems Command Reference</a></li>
<li>Now creating docs with <code> ruby 2.5.0dev (2017-11-16 trunk 60809) [x64-mingw32]</code>.</li>
</ul>
<h2><code>2017-02-18</code></h2>
<ul>
<li>When opening/closing nodes in the LIST pane, holding the ctrl key while
clicking will now open/close all child nodes.</li>
<li>Now creating docs with Ruby 2.5.0 2017-02-18, rev 57652. Also using OpenSSL
1.1.0e. On Windows.</li>
</ul>
<h2><code>2017-02-14</code></h2>
<ul>
<li>Rails - Added parsing of <a href="rails_master/Module.html#deprecate-instance_method"><code>deprecate</code></a> method.
Deprecated methods are shown with strike-thru font in method list.
Example <a href="rails_stable/ActionDispatch/Reloader.html"><code>ActionDispatch::Reloader</code></a>.</li>
<li>Constants with multi-line values that are marked as <code>:nodoc:</code> are now properly
parsed.</li>
</ul>
<h2><code>2017-02-12</code></h2>
<ul>
<li>HAVE NOT UPDATED UI DOCS FOR BELOW CHANGE...</li>
<li>Added settings button/window, allows setting font size, setting is stored in
local storage.</li>
<li>Rearranged buttons in header, moved pane location buttons to settings.</li>
<li>Reworked LIST pane js so it returns to previous state of respective list.</li>
<li>Reworked storage of list data, faster parsing and less memory.</li>
<li>Removed common elements from pages, placed in single file, load into DOM via xhr.
Smaller pages, faster load, less storage for browser cache.</li>
<li>Updated css & js.</li>
</ul>
<h2><code>2017-01-03</code></h2>
<ul>
<li>Fixed some 'Overview' sections that were being overwritten. See Ruby IRB.</li>
<li>RDoc <code>:doc:</code> directive is now parsed.</li>
<li>Rails - Added stable branch docs.</li>
<li>Now creating docs with Ruby 2.5.0 2017-01-03.</li>
</ul>
<h2><code>2016-12-27</code></h2>
<ul>
<li>Ruby - Added 'bundled gems' to libraries. <code>minitest</code> GitHub repo is not tagged,
so only the master branch is documented.</li>
</ul>
<h2><code>2016-12-23</code></h2>
<ul>
<li>Added 'Constants' list in Ruby libraries</li>
<li>c source - Updated attribute parsing and fixed missing comments.</li>
</ul>
<h2><code>2016-12-15</code></h2>
<ul>
<li>Rails - Added methods to <a href="rails_master/ActiveRecord/Base.html"><code>ActiveRecord::Base</code></a>
from <a href="rails_master/ActiveRecord/Callbacks.html#CALLBACKS-constant"><code>ActiveRecord::Callbacks::CALLBACKS</code></a>.</li>
<li>Added DSL listing. Currently, only used for <a href="rails_master/ActiveSupport/Concern.html#included-instance_method"><code>included</code></a>
calls in Rails, appears between summary and detail sections.</li>
<li>Fixed TOC links to methods with non alpha-numeric characters.</li>
<li>Fixed history & forward / back issues at root.</li>
</ul>
<h2><code>2016-12-13</code></h2>
<ul>
<li>HTML changes for W3C validation (breaking for YARD.)</li>
</ul>
<h2><code>2016-12-06</code></h2>
<ul>
<li>Fixed issues with links to objects in comments.</li>
<li>Fixed methods that are declared first as an attribute (attr_*), then later defined as a method.</li>
<li>Rails - Fixed <a href="rails_master/Module.html#delegate-instance_method"><code>delegate</code></a>
call code to correctly parse added methods as attributes.</li>
<li>Relationships & Source Files - Extension / Inclusion / Inheritance Descendants - all
descendents are now shown, not just direct/children.</li>
</ul>
<div id='footer'>
Generated by
<a href='http://yardoc.org' title='Yay! A Ruby Documentation Tool' target="_parent">yard</a>
0.9.36 with <a href='https://msp-greg.github.io/yard-t2/' title='yard-t2' target="_parent">yard-t2</a> 0.9.0 (ruby 3.4.0dev 2024-11-22)
</div>
</div> <!-- content -->
</div> <!-- y_main -->
</body>
</html>ml>ml>l>