<h1 class="title">v0.1.0 - 2023-01-10</h1>
<div class="section" id="features">
<h1>Features</h1>
<ul>
<li><p class="first">Updated <tt class="docutils literal">record</tt> command.</p>
<p>It is now capable of live streaming messages sent between a client and server to stdout, plain text files or a SQLite database.</p>
<p>It also offers a number of filters for selecting the messages you wish to record, as well as a (WIP!) format string syntax for controlling how messages are formatted. (<a class="reference external" href="https://github.com/alcarney/lsp-devtools/issues/26">#26</a>)</p>
</li>
<li><p class="first">Add <tt>tui</tt> command.</p>
<p>A proof of concept devtools TUI implemented in textual, that live updates with the LSP messages sent between client and server!</p>
<p>Requires the server be wrapped in an <tt class="docutils literal">agent</tt>. (<a class="reference external" href="https://github.com/alcarney/lsp-devtools/issues/27">#27</a>)</p>
</li>
</ul>
</div>
<div class="section" id="misc">
<h1>Misc</h1>
<ul class="simple">
<li>Migrated to <tt class="docutils literal">v1.0</tt> (<a class="reference external" href="https://github.com/alcarney/lsp-devtools/issues/26">#26</a>)</li>
</ul>
</div>
pytest-lsp-v0.1.3
<h1 class="title">v0.1.3 - 2022-10-15</h1>
<h2 class="subtitle" id="fixes">Fixes</h2>
<ul class="simple">
<li><ul class="first">
<li>Check that server provided for testing doesn't crash within the first 0.1 seconds</li>
<li>Return <cite>INITIALIZE</cite> response from <cite>ClientServer.start()</cite>. This allows tests to assert against the server's <cite>INITIALIZE</cite> response without resending the <cite>INITIALIZE</cite> request in the actual test. (<a class="reference external" href="https://github.com/alcarney/lsp-devtools/issues/22">#22</a>)</li>
</ul>
</li>
</ul>
pytest-lsp-v0.1.2
<h1 class="title">v0.1.2 - 2022-07-18</h1>
<h2 class="subtitle" id="enhancements">Enhancements</h2>
<ul class="simple">
<li>Add helpers for <tt class="docutils literal">textDocument/implementation</tt> requests (<a class="reference external" href="https://github.com/alcarney/lsp-devtools/issues/15">#15</a>)</li>
</ul>
pytest-lsp-v0.1.1
<h1 class="title">v0.1.1 - 2022-07-17</h1>
<h2 class="subtitle" id="misc">Misc</h2>
<ul class="simple">
<li>Remove upper bound on required <tt class="docutils literal">pygls</tt> version (<a class="reference external" href="https://github.com/alcarney/lsp-devtools/issues/14">#14</a>)</li>
</ul>