Skip to content

Commit 32f5ecb

Browse files
author
flow-php
committed
1 parent d15144f commit 32f5ecb

File tree

18 files changed

+750
-5
lines changed

18 files changed

+750
-5
lines changed

changelog/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ <h2 class="my-2 text-2xl font-semibold tracking-wide">Loads</h2>
290290
<h2><a id="flow-php-unreleased---2025-11-09" href="#content-unreleased---2025-11-09" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-11-09</h2>
291291
<h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true" title="Permalink">#</a>Added</h3>
292292
<ul>
293+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1980">#1980</a> - <strong>Make HTTP Adapter aware of HTML &amp; XML entry types</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/stloyd">@stloyd</a></li>
293294
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1972">#1972</a> - <strong>Add a new <code>HTMLElementEntry</code> &amp; related stuff</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/stloyd">@stloyd</a></li>
294295
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1977">#1977</a> - <strong>playground cta to website</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
295296
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1960">#1960</a> - <strong>Add <code>HTMLQuerySelectorAll</code> &amp; <code>HTMLQuerySelector</code> scalar functions</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/stloyd">@stloyd</a></li>

data_frame/data_reading/array/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
447447
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
448448
Http dynamic
449449
</a>
450+
</li>
451+
<li>
452+
<a href="/data_frame/data_reading/http_static/#example"
453+
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
454+
Http static
455+
</a>
450456
</li>
451457
</ul>
452458
</nav>

data_frame/data_reading/csv/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
447447
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
448448
Http dynamic
449449
</a>
450+
</li>
451+
<li>
452+
<a href="/data_frame/data_reading/http_static/#example"
453+
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
454+
Http static
455+
</a>
450456
</li>
451457
</ul>
452458
</nav>

data_frame/data_reading/data_frame/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
447447
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
448448
Http dynamic
449449
</a>
450+
</li>
451+
<li>
452+
<a href="/data_frame/data_reading/http_static/#example"
453+
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
454+
Http static
455+
</a>
450456
</li>
451457
</ul>
452458
</nav>

data_frame/data_reading/database/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
447447
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
448448
Http dynamic
449449
</a>
450+
</li>
451+
<li>
452+
<a href="/data_frame/data_reading/http_static/#example"
453+
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
454+
Http static
455+
</a>
450456
</li>
451457
</ul>
452458
</nav>

data_frame/data_reading/elasticsearch/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
447447
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
448448
Http dynamic
449449
</a>
450+
</li>
451+
<li>
452+
<a href="/data_frame/data_reading/http_static/#example"
453+
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
454+
Http static
455+
</a>
450456
</li>
451457
</ul>
452458
</nav>

data_frame/data_reading/excel/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
447447
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
448448
Http dynamic
449449
</a>
450+
</li>
451+
<li>
452+
<a href="/data_frame/data_reading/http_static/#example"
453+
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
454+
Http static
455+
</a>
450456
</li>
451457
</ul>
452458
</nav>

data_frame/data_reading/http_dynamic/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
447447
class="active inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
448448
Http dynamic
449449
</a>
450+
</li>
451+
<li>
452+
<a href="/data_frame/data_reading/http_static/#example"
453+
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
454+
Http static
455+
</a>
450456
</li>
451457
</ul>
452458
</nav>

data_frame/data_reading/http_static/index.html

Lines changed: 678 additions & 0 deletions
Large diffs are not rendered by default.

data_frame/data_reading/json/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,12 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
447447
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
448448
Http dynamic
449449
</a>
450+
</li>
451+
<li>
452+
<a href="/data_frame/data_reading/http_static/#example"
453+
class="inline-block text-sm px-3 py-1 rounded hover:bg-orange-200 transition-colors [&.active]:bg-orange-300 [&.active]:font-medium [&.active]:rounded">
454+
Http static
455+
</a>
450456
</li>
451457
</ul>
452458
</nav>

0 commit comments

Comments
 (0)