Deployed 48ea80b with MkDocs version: 1.0.4
This commit is contained in:
parent
88954f5bff
commit
d8e0b70424
@ -94,6 +94,7 @@
|
|||||||
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
|
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
|
||||||
<ul class="nav bs-sidenav">
|
<ul class="nav bs-sidenav">
|
||||||
<li class="main active"><a href="#changelog">Changelog</a></li>
|
<li class="main active"><a href="#changelog">Changelog</a></li>
|
||||||
|
<li><a href="#801-2020-01-28">[8.0.1] - 2020-01-28</a></li>
|
||||||
<li><a href="#800-2020-01-26">[8.0.0] - 2020-01-26</a></li>
|
<li><a href="#800-2020-01-26">[8.0.0] - 2020-01-26</a></li>
|
||||||
<li><a href="#796-2020-01-22">[7.9.6] - 2020-01-22</a></li>
|
<li><a href="#796-2020-01-22">[7.9.6] - 2020-01-22</a></li>
|
||||||
<li><a href="#795-2020-01-14">[7.9.5] - 2020-01-14</a></li>
|
<li><a href="#795-2020-01-14">[7.9.5] - 2020-01-14</a></li>
|
||||||
@ -188,6 +189,8 @@
|
|||||||
|
|
||||||
<h1 id="changelog">Changelog</h1>
|
<h1 id="changelog">Changelog</h1>
|
||||||
<p>All changes to this project will be documented in this file.</p>
|
<p>All changes to this project will be documented in this file.</p>
|
||||||
|
<h2 id="801-2020-01-28">[8.0.1] - 2020-01-28</h2>
|
||||||
|
<p>Fix bug #151 - If a socket connection is interrupted, calling stop() on the IXWebSocket object blocks until the next retry</p>
|
||||||
<h2 id="800-2020-01-26">[8.0.0] - 2020-01-26</h2>
|
<h2 id="800-2020-01-26">[8.0.0] - 2020-01-26</h2>
|
||||||
<p>(SocketServer) add ability to bind on an ipv6 address</p>
|
<p>(SocketServer) add ability to bind on an ipv6 address</p>
|
||||||
<h2 id="796-2020-01-22">[7.9.6] - 2020-01-22</h2>
|
<h2 id="796-2020-01-22">[7.9.6] - 2020-01-22</h2>
|
||||||
|
@ -226,5 +226,5 @@ webSocket.send("hello world");
|
|||||||
|
|
||||||
<!--
|
<!--
|
||||||
MkDocs version : 1.0.4
|
MkDocs version : 1.0.4
|
||||||
Build Date UTC : 2020-01-28 01:41:39
|
Build Date UTC : 2020-01-28 18:50:14
|
||||||
-->
|
-->
|
||||||
|
File diff suppressed because one or more lines are too long
14
sitemap.xml
14
sitemap.xml
@ -2,37 +2,37 @@
|
|||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-01-27</lastmod>
|
<lastmod>2020-01-28</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-01-27</lastmod>
|
<lastmod>2020-01-28</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-01-27</lastmod>
|
<lastmod>2020-01-28</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-01-27</lastmod>
|
<lastmod>2020-01-28</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-01-27</lastmod>
|
<lastmod>2020-01-28</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-01-27</lastmod>
|
<lastmod>2020-01-28</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
<url>
|
||||||
<loc>None</loc>
|
<loc>None</loc>
|
||||||
<lastmod>2020-01-27</lastmod>
|
<lastmod>2020-01-28</lastmod>
|
||||||
<changefreq>daily</changefreq>
|
<changefreq>daily</changefreq>
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user