Skip to content

Commit

Permalink
Deployed 00710ab to development with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
15r10nk committed Feb 4, 2025
1 parent b24992e commit 8281c4c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 30 deletions.
43 changes: 22 additions & 21 deletions development/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<div data-md-component="skip">


<a href="#exec-1--upcomming-changes" class="md-skip">
<a href="#0201-2025-02-04" class="md-skip">
Skip to content
</a>

Expand Down Expand Up @@ -1051,7 +1051,7 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#exec-1--fixed" class="md-nav__link">
<a href="#fixed" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand Down Expand Up @@ -1102,7 +1102,7 @@
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>

<li class="md-nav__item">
<a href="#exec-1--fixed" class="md-nav__link">
<a href="#fixed" class="md-nav__link">
<span class="md-ellipsis">
Fixed
</span>
Expand All @@ -1129,12 +1129,13 @@



<p><h1 id="exec-1--upcomming-changes">upcomming changes<a class="headerlink" href="#exec-1--upcomming-changes" title="Permanent link">&para;</a></h1>
<h2 id="exec-1--fixed">Fixed<a class="headerlink" href="#exec-1--fixed" title="Permanent link">&para;</a></h2>
<p></p>
<p><a id='changelog-0.20.1'></a></p>
<h1 id="0201-2025-02-04">0.20.1 — 2025-02-04<a class="headerlink" href="#0201-2025-02-04" title="Permanent link">&para;</a></h1>
<h2 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h2>
<ul>
<li>Fixed a windows bug with the readline module (#189)</li>
</ul>
</p>
<p><a id='changelog-0.20.0'></a></p>
<h1 id="0200-2025-02-01">0.20.0 — 2025-02-01<a class="headerlink" href="#0200-2025-02-01" title="Permanent link">&para;</a></h1>
<h2 id="changed">Changed<a class="headerlink" href="#changed" title="Permanent link">&para;</a></h2>
Expand All @@ -1147,7 +1148,7 @@ <h2 id="changed">Changed<a class="headerlink" href="#changed" title="Permanent l
The value change in <code>assert [5,4] == snapshot([5,...])</code> is now a <em>create</em> (previously it was a <em>fix</em>)</p>
</li>
</ul>
<h2 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h2>
<h2 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h2>
<ul>
<li>
<p>fixed some issues with dataclass arguments</p>
Expand All @@ -1159,13 +1160,13 @@ <h2 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&
</ul>
<p><a id='changelog-0.19.3'></a></p>
<h1 id="0193-2025-01-15">0.19.3 — 2025-01-15<a class="headerlink" href="#0193-2025-01-15" title="Permanent link">&para;</a></h1>
<h2 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h2>
<h2 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h2>
<ul>
<li>raise no assertion for positional arguments inside constructor methods.</li>
</ul>
<p><a id='changelog-0.19.2'></a></p>
<h1 id="0192-2025-01-15">0.19.2 — 2025-01-15<a class="headerlink" href="#0192-2025-01-15" title="Permanent link">&para;</a></h1>
<h2 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h2>
<h2 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h2>
<ul>
<li>
<p>fixed a crash when you changed the snapshot to use a custom constructor method for dataclass/pydantic models.</p>
Expand Down Expand Up @@ -1193,7 +1194,7 @@ <h2 id="added">Added<a class="headerlink" href="#added" title="Permanent link">&
<ul>
<li>added the optional <code>inline-snapshot[dirty-equals]</code> dependency to depend on the dirty-equals version which works in combination with inline-snapshot.</li>
</ul>
<h2 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h2>
<h2 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h2>
<ul>
<li>
<p>snapshots with pydantic models can now be compared multiple times</p>
Expand All @@ -1217,7 +1218,7 @@ <h2 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permane
<ul>
<li><strong>BREAKING-CHANGE</strong> you have to install <code>inline-snapshot[black]</code> now if you want to format your code like in the previous versions. This option is not required if you use a <code>format-command</code>.</li>
</ul>
<h2 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h2>
<h2 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">&para;</a></h2>
<ul>
<li>Load default config values even if <code>[tool.inline-snapshot]</code> is missing.
This makes the documented default shortcuts <code>--review</code> and <code>--fix</code> work.</li>
Expand All @@ -1228,13 +1229,13 @@ <h2 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permane
<ul>
<li>added <code>[dependency-groups]</code> to <em>pyproject.toml</em> and use uv and pytest to run tests in CI.</li>
</ul>
<h2 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">&para;</a></h2>
<h2 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">&para;</a></h2>
<ul>
<li>use '.model_fields' on pydantic model class and not instance. This fixes a deprecation warning in the upcoming pydantic v2.11 (#169)</li>
</ul>
<p><a id='changelog-0.18.1'></a></p>
<h1 id="0181-2024-12-22">0.18.1 — 2024-12-22<a class="headerlink" href="#0181-2024-12-22" title="Permanent link">&para;</a></h1>
<h2 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">&para;</a></h2>
<h2 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">&para;</a></h2>
<ul>
<li>uv is now only used during test time if you run the inline-snapshot tests with <code>pytest --use-uv</code>
This solves a problem if you want to package inline-snapshot in distributions (#165)</li>
Expand All @@ -1245,7 +1246,7 @@ <h2 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent lin
<ul>
<li>Support for a new <code>storage-dir</code> configuration option, to tell inline-snapshot where to store data files such as external snapshots.</li>
</ul>
<h2 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent link">&para;</a></h2>
<h2 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">&para;</a></h2>
<ul>
<li>
<p>pydantic v1 is supported again. pydantic v1 &amp; v2 create now the same snapshots. You can use <code>.dict()</code> to get the same snapshots like in inline-snapshot-0.15.0 for pydantic v1.</p>
Expand All @@ -1265,7 +1266,7 @@ <h2 id="fixed_7">Fixed<a class="headerlink" href="#fixed_7" title="Permanent lin
</ul>
<p><a id='changelog-0.17.1'></a></p>
<h1 id="0171-2024-12-17">0.17.1 — 2024-12-17<a class="headerlink" href="#0171-2024-12-17" title="Permanent link">&para;</a></h1>
<h2 id="fixed_8">Fixed<a class="headerlink" href="#fixed_8" title="Permanent link">&para;</a></h2>
<h2 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">&para;</a></h2>
<ul>
<li>Code generation for sets is now deterministic.
<div class="highlight"><pre><span></span><code><a id="__codelineno-3-1" name="__codelineno-3-1" href="#__codelineno-3-1"></a><span class="k">def</span><span class="w"> </span><span class="nf">test</span><span class="p">():</span>
Expand Down Expand Up @@ -1312,7 +1313,7 @@ <h2 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent lin
</ul>
<p><a id='changelog-0.15.1'></a></p>
<h1 id="0151-2024-12-10">0.15.1 — 2024-12-10<a class="headerlink" href="#0151-2024-12-10" title="Permanent link">&para;</a></h1>
<h2 id="fixed_9">Fixed<a class="headerlink" href="#fixed_9" title="Permanent link">&para;</a></h2>
<h2 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent link">&para;</a></h2>
<ul>
<li>solved a bug caused by a variable inside a snapshot (#148)</li>
</ul>
Expand Down Expand Up @@ -1350,7 +1351,7 @@ <h2 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permane
<ul>
<li><em>dirty-equals</em> expressions are now treated like <em>runtime values</em> or <em>snapshots</em> within snapshots and are not modified by inline-snapshot.</li>
</ul>
<h2 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent link">&para;</a></h2>
<h2 id="fixed_11">Fixed<a class="headerlink" href="#fixed_11" title="Permanent link">&para;</a></h2>
<ul>
<li>
<p>inline-snapshot checks now if the given command line flags (<code>--inline-snapshot=...</code>) are valid</p>
Expand All @@ -1361,13 +1362,13 @@ <h2 id="fixed_10">Fixed<a class="headerlink" href="#fixed_10" title="Permanent l
</ul>
<p><a id='changelog-0.14.2'></a></p>
<h1 id="0142-2024-12-07">0.14.2 — 2024-12-07<a class="headerlink" href="#0142-2024-12-07" title="Permanent link">&para;</a></h1>
<h2 id="fixed_11">Fixed<a class="headerlink" href="#fixed_11" title="Permanent link">&para;</a></h2>
<h2 id="fixed_12">Fixed<a class="headerlink" href="#fixed_12" title="Permanent link">&para;</a></h2>
<ul>
<li>do not crash when handling raw f-strings (<code>rf""</code>,<code>RF""</code>,...) (#143)</li>
</ul>
<p><a id='changelog-0.14.1'></a></p>
<h1 id="0141-2024-12-04">0.14.1 — 2024-12-04<a class="headerlink" href="#0141-2024-12-04" title="Permanent link">&para;</a></h1>
<h2 id="fixed_12">Fixed<a class="headerlink" href="#fixed_12" title="Permanent link">&para;</a></h2>
<h2 id="fixed_13">Fixed<a class="headerlink" href="#fixed_13" title="Permanent link">&para;</a></h2>
<ul>
<li>
<p>Don't crash for snapshots like <code>snapshot(f"")</code> (#139)
Expand Down Expand Up @@ -1402,7 +1403,7 @@ <h2 id="changed_5">Changed<a class="headerlink" href="#changed_5" title="Permane
</ul>
<p><a id='changelog-0.13.3'></a></p>
<h1 id="0133-2024-09-24">0.13.3 — 2024-09-24<a class="headerlink" href="#0133-2024-09-24" title="Permanent link">&para;</a></h1>
<h2 id="fixed_13">Fixed<a class="headerlink" href="#fixed_13" title="Permanent link">&para;</a></h2>
<h2 id="fixed_14">Fixed<a class="headerlink" href="#fixed_14" title="Permanent link">&para;</a></h2>
<ul>
<li>removed non-optional dirty-equals dependency (#118)</li>
</ul>
Expand All @@ -1415,7 +1416,7 @@ <h2 id="changed_6">Changed<a class="headerlink" href="#changed_6" title="Permane
<a id="__codelineno-8-2" name="__codelineno-8-2" href="#__codelineno-8-2"></a> assert [5,2]==snapshot([5,*other])
</code></pre></div></li>
</ul>
<h2 id="fixed_14">Fixed<a class="headerlink" href="#fixed_14" title="Permanent link">&para;</a></h2>
<h2 id="fixed_15">Fixed<a class="headerlink" href="#fixed_15" title="Permanent link">&para;</a></h2>
<ul>
<li>
<p>A snapshot which contains an dirty-equals expression can now be compared multiple times.</p>
Expand Down
16 changes: 8 additions & 8 deletions development/pytest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1232,8 +1232,8 @@ <h2 id="-inline-snapshotcreatefixtrimupdate">--inline-snapshot=create,fix,trim,u
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class=" -Color -Color-Bold -Color-Bold-Blue">&gt; pytest test_something.py --inline-snapshot=create,report</span>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class=" -Color -Color-Bold">============================= test session starts ==============================</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a>platform linux -- Python 3.12.3, pytest-8.3.4, pluggy-1.5.0
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>rootdir: /tmp/tmp.8mTMUMwYMh
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>plugins: inline-snapshot-0.20.0
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>rootdir: /tmp/tmp.Wd5AYjVncB
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>plugins: inline-snapshot-0.20.1
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>collected 1 item
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>test_something.py <span class=" -Color -Color-Green">. [100%]</span>
Expand Down Expand Up @@ -1273,8 +1273,8 @@ <h2 id="-inline-snapshotshort-report">--inline-snapshot=short-report<a class="he
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class=" -Color -Color-Bold -Color-Bold-Blue">&gt; pytest test_something.py --inline-snapshot=short-report</span>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class=" -Color -Color-Bold">============================= test session starts ==============================</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a>platform linux -- Python 3.12.3, pytest-8.3.4, pluggy-1.5.0
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>rootdir: /tmp/tmp.adZv6W8svR
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>plugins: inline-snapshot-0.20.0
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>rootdir: /tmp/tmp.ZWi5aX2v0x
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>plugins: inline-snapshot-0.20.1
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>collected 1 item
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>test_something.py <span class=" -Color -Color-Green">.</span><span class=" -Color -Color-Red">E [100%]</span>
Expand All @@ -1301,8 +1301,8 @@ <h2 id="-inline-snapshotreport">--inline-snapshot=report<a class="headerlink" hr
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class=" -Color -Color-Bold -Color-Bold-Blue">&gt; pytest test_something.py --inline-snapshot=report</span>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class=" -Color -Color-Bold">============================= test session starts ==============================</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a>platform linux -- Python 3.12.3, pytest-8.3.4, pluggy-1.5.0
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>rootdir: /tmp/tmp.ZCqJu7DDmV
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>plugins: inline-snapshot-0.20.0
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>rootdir: /tmp/tmp.YNJcLuz8Zk
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>plugins: inline-snapshot-0.20.1
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>collected 1 item
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>test_something.py <span class=" -Color -Color-Green">.</span><span class=" -Color -Color-Red">E [100%]</span>
Expand Down Expand Up @@ -1349,8 +1349,8 @@ <h2 id="-inline-snapshotreview">--inline-snapshot=review<a class="headerlink" hr
<div class="highlight"><pre><span></span><code><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class=" -Color -Color-Bold -Color-Bold-Blue">&gt; pytest test_something.py --inline-snapshot=review</span>
<a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class=" -Color -Color-Bold">============================= test session starts ==============================</span>
<a id="__codelineno-0-3" name="__codelineno-0-3" href="#__codelineno-0-3"></a>platform linux -- Python 3.12.3, pytest-8.3.4, pluggy-1.5.0
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>rootdir: /tmp/tmp.WffB1z7Dup
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>plugins: inline-snapshot-0.20.0
<a id="__codelineno-0-4" name="__codelineno-0-4" href="#__codelineno-0-4"></a>rootdir: /tmp/tmp.X4SS8VJ43O
<a id="__codelineno-0-5" name="__codelineno-0-5" href="#__codelineno-0-5"></a>plugins: inline-snapshot-0.20.1
<a id="__codelineno-0-6" name="__codelineno-0-6" href="#__codelineno-0-6"></a>collected 1 item
<a id="__codelineno-0-7" name="__codelineno-0-7" href="#__codelineno-0-7"></a>
<a id="__codelineno-0-8" name="__codelineno-0-8" href="#__codelineno-0-8"></a>test_something.py <span class=" -Color -Color-Green">. [100%]</span>
Expand Down
2 changes: 1 addition & 1 deletion development/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 8281c4c

Please sign in to comment.