Skip to content

Commit

Permalink
Update website for 3.83.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Aug 12, 2024
1 parent 80dcde9 commit b26f2f7
Show file tree
Hide file tree
Showing 22 changed files with 487 additions and 208 deletions.
5 changes: 3 additions & 2 deletions documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</nav>

<div class="content"><div class="contain">
<h1>Documentation for Roda (v3.82.0)</h1>
<h1>Documentation for Roda (v3.83.0)</h1>

<h2><a href="rdoc/files/README_rdoc.html">README</a> <small>(Introduction to Roda, start here if new)</small></h2>

Expand Down Expand Up @@ -118,6 +118,7 @@ <h3 id="included-plugins">Plugins that Ship with Roda</h3>
<li><a href="rdoc/classes/Roda/RodaPlugins/ViewOptions.html">view_options</a>: Allows for setting view options on a per-request basis.</li>
</ul></li>
<li>Request/Response: <ul>
<li><a href="rdoc/classes/Roda/RodaPlugins/AssumeSSL.html">assume_ssl</a>: Makes request ssl? method always return true, for use with SSL-terminating reverse proxies that do not set appropriate headers.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/Caching.html">caching</a>: Adds request and response methods related to http caching.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/ContentSecurityPolicy.html">content_security_policy</a>: Allows setting an appropriate Content-Security-Policy header for the application/branch/action.</li>
<li><a href="rdoc/classes/Roda/RodaPlugins/CookieFlags.html">cookie_flags</a>: Adds checks for certain cookie flags, to update, warn, or error if they are not set correctly.</li>
Expand Down Expand Up @@ -252,7 +253,7 @@ <h2 id="release-notes">Release Notes</h2>


<li>
<a href='rdoc/files/doc/release_notes/3_82_0_txt.html'>3.82</a> | <a href='rdoc/files/doc/release_notes/3_81_0_txt.html'>3.81</a> | <a href='rdoc/files/doc/release_notes/3_80_0_txt.html'>3.80</a>
<a href='rdoc/files/doc/release_notes/3_83_0_txt.html'>3.83</a> | <a href='rdoc/files/doc/release_notes/3_82_0_txt.html'>3.82</a> | <a href='rdoc/files/doc/release_notes/3_81_0_txt.html'>3.81</a> | <a href='rdoc/files/doc/release_notes/3_80_0_txt.html'>3.80</a>
</li>

<li>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ <h1 class="red center">A Modular, Scalable Ruby Framework</h1>
<li>
<svg class="feature" viewBox="0 0 41 41"><circle cx="20.5" cy="20.5" r="19.5"/><polyline points="10.88 22.78 15.31 27.21 28.93 13.59"/></svg>
<strong>Simple, Reliable API</strong>
<p class="graylight">Currently at version 3.82.0</p>
<p class="graylight">Currently at version 3.83.0</p>
</li>

<li>
Expand Down
5 changes: 4 additions & 1 deletion rdoc/classes/Roda.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ <h1 class='name'><span class='type'>class</span>
<a href="../files/lib/roda/plugins/assets_preloading_rb.html">lib/roda/plugins/assets_preloading.rb</a>
</li>
<li class='other'>
<a href="../files/lib/roda/plugins/assume_ssl_rb.html">lib/roda/plugins/assume_ssl.rb</a>
</li>
<li class='other'>
<a href="../files/lib/roda/plugins/autoload_hash_branches_rb.html">lib/roda/plugins/autoload_hash_branches.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -489,7 +492,7 @@ <h2>Constants</h2>
<tr class='top-aligned-row context-row'>
<td class='context-item-name'>RodaMinorVersion</td>
<td>=</td>
<td class='context-item-value'>82</td>
<td class='context-item-value'>83</td>
<td>&nbsp;</td>
<td class='context-item-desc'>
<p>The minor version of <a href="Roda.html"><code>Roda</code></a>, updated for new feature releases of <a href="Roda.html"><code>Roda</code></a>.</p>
Expand Down
4 changes: 4 additions & 0 deletions rdoc/classes/Roda/RodaPlugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ <h1 class='name'><span class='type'>module</span>
<a href="../../files/lib/roda/plugins/assets_preloading_rb.html">lib/roda/plugins/assets_preloading.rb</a>
</li>
<li class='other'>
<a href="../../files/lib/roda/plugins/assume_ssl_rb.html">lib/roda/plugins/assume_ssl.rb</a>
</li>
<li class='other'>
<a href="../../files/lib/roda/plugins/autoload_hash_branches_rb.html">lib/roda/plugins/autoload_hash_branches.rb</a>
</li>
<li class='other'>
Expand Down Expand Up @@ -468,6 +471,7 @@ <h2>Classes and Modules</h2>
<li><a href="RodaPlugins/AllVerbs.html">Roda::RodaPlugins::AllVerbs</a></li>
<li><a href="RodaPlugins/Assets.html">Roda::RodaPlugins::Assets</a></li>
<li><a href="RodaPlugins/AssetsPreloading.html">Roda::RodaPlugins::AssetsPreloading</a></li>
<li><a href="RodaPlugins/AssumeSSL.html">Roda::RodaPlugins::AssumeSSL</a></li>
<li><a href="RodaPlugins/AutoloadHashBranches.html">Roda::RodaPlugins::AutoloadHashBranches</a></li>
<li><a href="RodaPlugins/AutoloadNamedRoutes.html">Roda::RodaPlugins::AutoloadNamedRoutes</a></li>
<li><a href="RodaPlugins/BacktrackingArray.html">Roda::RodaPlugins::BacktrackingArray</a></li>
Expand Down
66 changes: 66 additions & 0 deletions rdoc/classes/Roda/RodaPlugins/AssumeSSL.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>Roda::RodaPlugins::AssumeSSL</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<link href='../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
<script type='text/javascript'>
function popupCode(url) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}

function toggleCode(id) {
var code = document.getElementById(id)

code.style.display = code.style.display != 'block' ? 'block' : 'none'
return true
}

// Make codeblocks hidden by default
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
</script>
</head>
<body class='page'>
<div class='class' id='wrapper'>
<div class='header'>
<h1 class='name'><span class='type'>module</span>
Roda::RodaPlugins::AssumeSSL
</h1>
<ol class='paths'>
<li>
<a href="../../../files/lib/roda/plugins/assume_ssl_rb.html">lib/roda/plugins/assume_ssl.rb</a>
</li>
</ol>
</div>
<div id='content'>
<div id='text'>
<div id='description'>
<p>The assume_ssl plugin makes the request ssl? method always return true. This is useful when using an SSL-terminating reverse proxy that doesn’t set the X-Forwarded-Proto or similar header to notify Rack that it is forwarding an SSL request.</p>

<p>The sessions and sinatra_helpers plugins that ship with <a href="../../Roda.html"><code>Roda</code></a> both use the ssl? method internally and can be affected by use of the plugin. It’s recommended that you use this plugin if you are using either plugin and an SSL-terminating proxy as described above.</p>

<pre class="ruby"><span class="ruby-identifier">plugin</span> <span class="ruby-value">:assume_ssl</span>
</pre>
</div>
<div id='context'>
</div>
<div id='class-list'>
<h2>Classes and Modules</h2>
<ol>
<li><a href="AssumeSSL/RequestMethods.html">Roda::RodaPlugins::AssumeSSL::RequestMethods</a></li>
</ol>
</div>
<div id='section'>
</div>

</div>
</div>

<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
84 changes: 84 additions & 0 deletions rdoc/classes/Roda/RodaPlugins/AssumeSSL/RequestMethods.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang='en'>
<head>
<title>Roda::RodaPlugins::AssumeSSL::RequestMethods</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<meta content='text/html; charset=UTF-8' http-equiv='Content-Type'>
<link href='../../../../css/style.css' media='screen' rel='stylesheet' type='text/css'>
<script type='text/javascript'>
function popupCode(url) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}

function toggleCode(id) {
var code = document.getElementById(id)

code.style.display = code.style.display != 'block' ? 'block' : 'none'
return true
}

// Make codeblocks hidden by default
document.writeln('<' + 'style type="text/css">.method .source pre { display: none }<\/style>')
</script>
</head>
<body class='page'>
<div class='class' id='wrapper'>
<div class='header'>
<h1 class='name'><span class='type'>module</span>
Roda::RodaPlugins::AssumeSSL::RequestMethods
</h1>
<ol class='paths'>
<li>
<a href="../../../../files/lib/roda/plugins/assume_ssl_rb.html">lib/roda/plugins/assume_ssl.rb</a>
</li>
</ol>
</div>
<div id='content'>
<div id='text'>
<div id='description'></div>
<div id='method-list'>
<h2>Methods</h2>
<h3>Public Instance</h3>
<ol>
<li><a href="#method-i-ssl-3F">ssl?</a></li>
</ol>
</div>
<div id='context'>
</div>
<div id='section'>
<div id='methods'>
<h2>Public Instance methods</h2>
<div class='method public-instance' id='method-method-i-ssl-3F'>
<a name='method-i-ssl-3F'></a>
<div class='synopsis'>
<span class='name'>ssl?</span><span class='arguments'>()</span>

</div>
<div class='description'>

<p>Assume all requests are protected by SSL.</p>

</div>
<div class='source'>
<a class='source-toggle' href='#' onclick='toggleCode(&#39;method-i-ssl-3F-source&#39;); return false'>
[show source]
</a>
<pre id='method-i-ssl-3F-source'> <span class="ruby-comment"># File lib/roda/plugins/assume_ssl.rb</span>
<span class="line-num">20</span> <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">ssl?</span>
<span class="line-num">21</span> <span class="ruby-keyword">true</span>
<span class="line-num">22</span> <span class="ruby-keyword">end</span></pre>
</div>
</div>
</div>
</div>

</div>
</div>

<div id='footer-push'></div>
</div>
<div id='footer'>
<a href="https://github.com/jeremyevans/hanna"><strong>Hanna</strong> RDoc template</a>
</div>
</body>
</html>
6 changes: 3 additions & 3 deletions rdoc/classes/Roda/RodaPlugins/MultiPublic.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h1 class='name'><span class='type'>module</span>
<span class="ruby-value">font:</span> <span class="ruby-string">&#39;assets/fonts&#39;</span>,
<span class="ruby-value">form:</span> <span class="ruby-string">&#39;static/forms/pdfs&#39;</span>

<span class="ruby-identifier">r</span>.<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">on</span> <span class="ruby-string">&quot;images&quot;</span> <span class="ruby-keyword">do</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">multi_public</span>(<span class="ruby-value">:img</span>)
<span class="ruby-keyword">end</span>
Expand All @@ -67,7 +67,7 @@ <h1 class='name'><span class='type'>module</span>
<span class="ruby-string">&#39;fonts&#39;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&#39;assets/fonts&#39;</span>,
<span class="ruby-string">&#39;forms&#39;</span> <span class="ruby-operator">=&gt;</span> <span class="ruby-string">&#39;static/forms/pdfs&#39;</span>

<span class="ruby-identifier">r</span>.<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">on</span> <span class="ruby-node">%w&quot;images fonts forms&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">dir</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">multi_public</span>(<span class="ruby-identifier">dir</span>)
<span class="ruby-keyword">end</span>
Expand All @@ -81,7 +81,7 @@ <h1 class='name'><span class='type'>module</span>
<span class="ruby-string">&#39;fonts&#39;</span> <span class="ruby-operator">=&gt;</span> [<span class="ruby-string">&#39;assets/fonts&#39;</span>, {<span class="ruby-string">&#39;Cache-Control&#39;</span><span class="ruby-operator">=&gt;</span><span class="ruby-string">&#39;max-age=31536000&#39;</span>}, <span class="ruby-string">&#39;font/ttf&#39;</span>],
<span class="ruby-string">&#39;forms&#39;</span> <span class="ruby-operator">=&gt;</span> [<span class="ruby-string">&#39;static/forms/pdfs&#39;</span>, <span class="ruby-keyword">nil</span>, <span class="ruby-string">&#39;application/pdf&#39;</span>]

<span class="ruby-identifier">r</span>.<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">on</span> <span class="ruby-node">%w&quot;images fonts forms&quot;</span> <span class="ruby-keyword">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">dir</span><span class="ruby-operator">|</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">multi_public</span>(<span class="ruby-identifier">dir</span>)
<span class="ruby-keyword">end</span>
Expand Down
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/Public.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 class='name'><span class='type'>module</span>
<span class="ruby-identifier">plugin</span> <span class="ruby-value">:public</span>, <span class="ruby-value">root:</span> <span class="ruby-string">&#39;static&#39;</span>

<span class="ruby-comment"># Assuming public is the location of files</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-comment"># Make GET /images/foo.png look for public/images/foo.png</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">public</span>

Expand Down
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/TimestampPublic.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h1 class='name'><span class='type'>module</span>
<span class="ruby-identifier">plugin</span> <span class="ruby-value">:public</span>, <span class="ruby-value">root:</span> <span class="ruby-string">&#39;static&#39;</span>, <span class="ruby-value">prefix:</span> <span class="ruby-string">&#39;public&#39;</span>

<span class="ruby-comment"># Assuming public is the location of files, and static is the path prefix</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-identifier">route</span> <span class="ruby-keyword">do</span>
<span class="ruby-comment"># Make GET /static/1238099123/images/foo.png look for public/images/foo.png</span>
<span class="ruby-identifier">r</span>.<span class="ruby-identifier">timestamp_public</span>

Expand Down
2 changes: 1 addition & 1 deletion rdoc/classes/Roda/RodaPlugins/TypecastParams/Params.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ <h2>Public Instance methods</h2>

<p>You can use <code>dig</code> to get access to nested arrays by using <code>:array</code> or <code>:array!</code> as the first argument and providing the type in the second argument:</p>

<pre class="ruby"><span class="ruby-identifier">tp</span>.<span class="ruby-identifier">dig</span>(<span class="ruby-value">:array</span>, <span class="ruby-value">:pos_int</span>, <span class="ruby-string">&#39;foo&#39;</span>, <span class="ruby-string">&#39;bar&#39;</span>, <span class="ruby-string">&#39;baz&#39;</span>) <span class="ruby-comment"># tp[&#39;foo&#39;][&#39;bar&#39;].array(:int, &#39;baz&#39;)</span>
<pre class="ruby"><span class="ruby-identifier">tp</span>.<span class="ruby-identifier">dig</span>(<span class="ruby-value">:array</span>, <span class="ruby-value">:pos_int</span>, <span class="ruby-string">&#39;foo&#39;</span>, <span class="ruby-string">&#39;bar&#39;</span>, <span class="ruby-string">&#39;baz&#39;</span>) <span class="ruby-comment"># tp[&#39;foo&#39;][&#39;bar&#39;].array(:pos_int, &#39;baz&#39;)</span>
</pre>

</div>
Expand Down
16 changes: 9 additions & 7 deletions rdoc/created.rid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Fri, 12 Jul 2024 08:06:06 -0700
Mon, 12 Aug 2024 08:45:01 -0700
README.rdoc Wed, 18 Oct 2023 15:53:01 -0700
CHANGELOG Fri, 12 Jul 2024 07:56:42 -0700
CHANGELOG Mon, 12 Aug 2024 08:39:07 -0700
doc/CHANGELOG.old Fri, 11 Mar 2022 10:33:07 -0800
MIT-LICENSE Thu, 12 Jan 2023 07:50:45 -0800
lib/roda.rb Mon, 14 Aug 2023 09:53:11 -0700
Expand All @@ -17,6 +17,7 @@ lib/roda/plugins/additional_view_directories.rb Wed, 16 Feb 2022 13:32:47 -0800
lib/roda/plugins/all_verbs.rb Mon, 12 Sep 2022 13:47:50 -0700
lib/roda/plugins/assets.rb Tue, 04 Jun 2024 09:27:59 -0700
lib/roda/plugins/assets_preloading.rb Wed, 16 Aug 2017 08:44:25 -0700
lib/roda/plugins/assume_ssl.rb Fri, 12 Jul 2024 18:14:45 -0700
lib/roda/plugins/autoload_hash_branches.rb Wed, 11 Jan 2023 10:59:30 -0800
lib/roda/plugins/autoload_named_routes.rb Sat, 14 Jan 2023 09:21:53 -0800
lib/roda/plugins/backtracking_array.rb Mon, 22 Jun 2020 15:56:02 -0700
Expand Down Expand Up @@ -80,7 +81,7 @@ lib/roda/plugins/match_hook_args.rb Mon, 14 Aug 2023 08:54:23 -0700
lib/roda/plugins/middleware.rb Wed, 27 Dec 2023 11:47:34 -0800
lib/roda/plugins/middleware_stack.rb Fri, 12 Jan 2018 08:46:22 -0800
lib/roda/plugins/module_include.rb Tue, 21 Sep 2021 14:23:42 -0700
lib/roda/plugins/multi_public.rb Mon, 12 Sep 2022 13:47:50 -0700
lib/roda/plugins/multi_public.rb Thu, 25 Jul 2024 11:07:58 -0700
lib/roda/plugins/multi_route.rb Mon, 13 Jun 2022 14:42:04 -0700
lib/roda/plugins/multi_run.rb Fri, 14 Apr 2023 14:50:43 -0700
lib/roda/plugins/multi_view.rb Mon, 13 Jun 2022 14:42:04 -0700
Expand All @@ -103,7 +104,7 @@ lib/roda/plugins/permissions_policy.rb Tue, 12 Mar 2024 10:38:13 -0700
lib/roda/plugins/placeholder_string_matchers.rb Thu, 16 Apr 2020 13:01:43 -0700
lib/roda/plugins/plain_hash_response_headers.rb Fri, 05 Jul 2024 08:01:57 -0700
lib/roda/plugins/precompile_templates.rb Wed, 13 Jan 2021 12:42:16 -0800
lib/roda/plugins/public.rb Tue, 02 Jul 2024 15:37:01 -0700
lib/roda/plugins/public.rb Thu, 25 Jul 2024 11:07:58 -0700
lib/roda/plugins/r.rb Thu, 13 Aug 2020 12:32:01 -0700
lib/roda/plugins/recheck_precompiled_assets.rb Thu, 18 Feb 2021 14:23:19 -0800
lib/roda/plugins/redirect_http_to_https.rb Wed, 18 Oct 2023 14:59:20 -0700
Expand Down Expand Up @@ -133,16 +134,16 @@ lib/roda/plugins/strip_path_prefix.rb Wed, 16 Aug 2017 08:44:25 -0700
lib/roda/plugins/symbol_matchers.rb Tue, 23 May 2023 09:08:39 -0700
lib/roda/plugins/symbol_status.rb Wed, 20 Apr 2022 11:42:37 -0700
lib/roda/plugins/symbol_views.rb Fri, 17 Mar 2023 08:40:26 -0700
lib/roda/plugins/timestamp_public.rb Mon, 30 Oct 2017 11:03:30 -0700
lib/roda/plugins/timestamp_public.rb Thu, 25 Jul 2024 11:07:58 -0700
lib/roda/plugins/type_routing.rb Mon, 19 Jun 2023 16:20:51 -0700
lib/roda/plugins/typecast_params.rb Sat, 15 Jul 2023 08:02:19 -0700
lib/roda/plugins/typecast_params.rb Wed, 31 Jul 2024 14:25:36 -0700
lib/roda/plugins/typecast_params_sized_integers.rb Tue, 08 Nov 2022 08:49:54 -0800
lib/roda/plugins/unescape_path.rb Mon, 17 Oct 2022 09:28:16 -0700
lib/roda/plugins/view_options.rb Mon, 12 Sep 2022 13:47:50 -0700
lib/roda/request.rb Fri, 17 Mar 2023 08:33:20 -0700
lib/roda/response.rb Fri, 23 Feb 2024 14:44:14 -0800
lib/roda/session_middleware.rb Sun, 04 Aug 2019 14:34:46 -0700
lib/roda/version.rb Fri, 12 Jul 2024 07:56:42 -0700
lib/roda/version.rb Mon, 12 Aug 2024 08:39:07 -0700
doc/conventions.rdoc Mon, 16 Oct 2023 12:10:05 -0700
doc/release_notes/1.0.0.txt Tue, 19 Aug 2014 09:04:25 -0700
doc/release_notes/1.1.0.txt Tue, 11 Nov 2014 11:35:26 -0800
Expand Down Expand Up @@ -262,4 +263,5 @@ doc/release_notes/3.8.0.txt Thu, 17 May 2018 13:49:47 -0700
doc/release_notes/3.80.0.txt Fri, 10 May 2024 08:34:52 -0700
doc/release_notes/3.81.0.txt Wed, 12 Jun 2024 08:35:42 -0700
doc/release_notes/3.82.0.txt Fri, 12 Jul 2024 07:56:42 -0700
doc/release_notes/3.83.0.txt Mon, 12 Aug 2024 08:39:07 -0700
doc/release_notes/3.9.0.txt Mon, 11 Jun 2018 12:33:07 -0700
7 changes: 6 additions & 1 deletion rdoc/files/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@ <h1 class='name'>CHANGELOG
</div>
<div class='last-update'>
Last Update:
<span class='datetime'>2024-07-12 07:56:42 -0700</span>
<span class='datetime'>2024-08-12 08:39:07 -0700</span>
</div>
</div>
<div id='content'>
<div id='text'>
<div id='description'>
<h1 id="label-3.83.0+-282024-08-12-29"><a href="doc/release_notes/3_83_0_txt.html">3.83.0</a> (2024-08-12)<span><a href="#label-3.83.0+-282024-08-12-29">&para;</a> <a href="#top">&uarr;</a></span></h1>
<ul><li>
<p>Add assume_ssl plugin for making request ssl? method always return true (jeremyevans)</p>
</li></ul>

<h1 id="label-3.82.0+-282024-07-12-29"><a href="doc/release_notes/3_82_0_txt.html">3.82.0</a> (2024-07-12)<span><a href="#label-3.82.0+-282024-07-12-29">&para;</a> <a href="#top">&uarr;</a></span></h1>
<ul><li>
<p>Add :encodings option to public plugin to support configurable encoding order (jeremyevans)</p>
Expand Down
Loading

0 comments on commit b26f2f7

Please sign in to comment.