Skip to content

Commit

Permalink
Build commit 2b0ae95
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jul 15, 2024
1 parent 9537593 commit f4e1c4d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
9 changes: 2 additions & 7 deletions api/assert/push/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,11 @@
<article>
<header>
<h1>assert.push()</h1>
<p class="post-meta">Categories: <a class="category" href="/api/deprecated/">Deprecated methods</a>, <a class="category" href="/api/removed/">Removed methods</a>.</p>
<p class="post-meta">Categories: <a class="category" href="/api/deprecated/">Deprecated methods</a>.</p>
</header>
<p class="version-details">
version added: <a href="https://github.com/qunitjs/qunit/releases/tag/1.0.0">1.0.0</a><span class="sep">.</span>
deprecated: <a href="https://github.com/qunitjs/qunit/releases/tag/2.1.1">2.1.1</a><span class="sep">.</span>
removed: unreleased<span class="sep">.</p>
deprecated: <a href="https://github.com/qunitjs/qunit/releases/tag/2.1.1">2.1.1</a><span class="sep">.</span></p>
<h2 id="description" class="screen-reader-text h-api-desc">Description</h2>
<p><code class="language-plaintext highlighter-rouge">push( result, actual, expected, message )</code></p>

Expand Down Expand Up @@ -120,10 +119,6 @@ <h2 id="changelog">Changelog</h2>

<table>
<tbody>
<tr>
<td>UNRELEASED</td>
<td>Removed.</td>
</tr>
<tr>
<td><a href="https://github.com/qunitjs/qunit/releases/tag/2.1.0">QUnit 2.1.0</a></td>
<td>Deprecated. Use <code class="language-plaintext highlighter-rouge">assert.pushResult</code> instead.</td>
Expand Down
2 changes: 1 addition & 1 deletion api/deprecated/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Deprecated methods</h1>

<div class="posts">
<h2 id="assert-push"><a href="/api/assert/push/">assert.push()</a></h2>
<p><strong>REMOVED</strong> Report the result of a custom assertion.</p>
<p><strong>DEPRECATED</strong> Report the result of a custom assertion.</p>

<h2 id="qunit-extend"><a href="/api/extension/QUnit.extend/">QUnit.extend()</a></h2>
<p><strong>REMOVED</strong> Copy the properties from one object into a target object.</p>
Expand Down
3 changes: 0 additions & 3 deletions api/removed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ <h1>Removed methods</h1>


<div class="posts">
<h2 id="assert-push"><a href="/api/assert/push/">assert.push()</a></h2>
<p><strong>REMOVED</strong> Report the result of a custom assertion.</p>

<h2 id="qunit-extend"><a href="/api/extension/QUnit.extend/">QUnit.extend()</a></h2>
<p><strong>REMOVED</strong> Copy the properties from one object into a target object.</p>

Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://qunitjs.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://qunitjs.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2024-07-14T19:19:29+00:00</updated><id>https://qunitjs.com/feed.xml</id><title type="html">QUnit</title><subtitle>The powerful, easy-to-use JavaScript testing framework.</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://qunitjs.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://qunitjs.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2024-07-15T01:10:32+00:00</updated><id>https://qunitjs.com/feed.xml</id><title type="html">QUnit</title><subtitle>The powerful, easy-to-use JavaScript testing framework.</subtitle></feed>

0 comments on commit f4e1c4d

Please sign in to comment.