Skip to content

Commit 8aa2012

Browse files
author
flow-php
committed
1 parent 5fb6c9b commit 8aa2012

File tree

38 files changed

+68
-7
lines changed

38 files changed

+68
-7
lines changed

assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
"wasm\/php.js": "\/assets\/wasm\/php-efe717082103712187d38a1e0aecf4a5.js",
150150
"wasm\/php.wasm": "\/assets\/wasm\/php-8f0f307bdd99263d3102236b035d9d5f.wasm",
151151
"wasm\/phpcsfixer.php.wasm": "\/assets\/wasm\/phpcsfixer.php-65bf51f1ea90e4896971e11e62efef0b.wasm",
152-
"wasm\/tools\/flow.phar": "\/assets\/wasm\/tools\/flow-11ff42edc0d4eba8aff48e976d9fe4dc.phar",
152+
"wasm\/tools\/flow.phar": "\/assets\/wasm\/tools\/flow-9b77c944e114cf8296904b02a638e6c5.phar",
153153
"wasm\/tools\/php-cs-fixer.phar": "\/assets\/wasm\/tools\/php-cs-fixer-de55dbd75a08d2eac0f0435d4168e6bc.phar",
154154
"wasm\/vendor\/autoload.php.wasm": "\/assets\/wasm\/vendor\/autoload.php-901f7714ee4a437fea3a9d6638722933.wasm"
155155
}

assets/wasm/tools/flow-11ff42edc0d4eba8aff48e976d9fe4dc.phar renamed to assets/wasm/tools/flow-9b77c944e114cf8296904b02a638e6c5.phar

2.77 MB
Binary file not shown.

changelog/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ <h2 class="my-2 text-2xl font-semibold tracking-wide">Loads</h2>
313313
<h2><a id="unreleased---2025-12-16" href="#unreleased---2025-12-16" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-12-16</h2>
314314
<h3><a id="added" href="#added" class="mr-2" aria-hidden="true" title="Permalink">#</a>Added</h3>
315315
<ul>
316+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2084">#2084</a> - <strong>optional playground link to bug.yml template</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
316317
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2083">#2083</a> - <strong>Dedicated postgresql client interface to flow-php/postgresql</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
317318
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2074">#2074</a> - <strong>Json value to flow-php/types</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
318319
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1906">#1906</a> - <strong>support for php 8.5</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -338,6 +339,7 @@ <h3><a id="added" href="#added" class="mr-2" aria-hidden="true" title="Permalink
338339
</ul>
339340
<h3><a id="changed" href="#changed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Changed</h3>
340341
<ul>
342+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2082">#2082</a> - <strong>Allow usage of newer &quot;openspout/openspout&quot;</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/stloyd">@stloyd</a></li>
341343
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2076">#2076</a> - <strong>Break monolithic Definition into specific types definitions</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
342344
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2076">#2076</a> - <strong>Improved types definitions in Entry interface and implementations</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
343345
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2074">#2074</a> - <strong>changed TypeJson from Type{string} into Type{Json}</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -355,6 +357,7 @@ <h3><a id="changed" href="#changed" class="mr-2" aria-hidden="true" title="Perma
355357
</ul>
356358
<h3><a id="fixed" href="#fixed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Fixed</h3>
357359
<ul>
360+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2084">#2084</a> - <strong>value functions in query builder</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
358361
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/commit/3fb046eae182f08ae9b180f36f569e41e80ee508">3fb046</a> - <strong>building docker on github actions</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
359362
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2063">#2063</a> - <strong>failing test on latest version of symfony in php 8.4</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
360363
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2048">#2048</a> - <strong>headline links to navigate to specific section of page</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>

documentation/components/adapters/chartjs/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ <h1 class="hidden lg:block">
432432
<h1><a id="chart-js-adapter" href="#chart-js-adapter" class="mr-2" aria-hidden="true" title="Permalink">#</a>Chart JS Adapter</h1>
433433
<ul>
434434
<li><a href="/documentation/introduction">⬅️️ Back</a></li>
435+
<li><a rel="noopener noreferrer" target="_blank" href="https://packagist.org/packages/flow-php/etl-adapter-chartjs">📦Packagist</a></li>
436+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/etl-adapter-chartjs">🐙GitHub</a></li>
435437
<li><a href="/documentation/api/adapter/chartjs">📚API Reference</a></li>
436438
<li><a href="/documentation/api/adapter/chartjs/indices/files.html">📁Files</a></li>
437439
</ul>

documentation/components/adapters/csv/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ <h1 class="hidden lg:block">
432432
<h1><a id="csv-adapter" href="#csv-adapter" class="mr-2" aria-hidden="true" title="Permalink">#</a>CSV Adapter</h1>
433433
<ul>
434434
<li><a href="/documentation/introduction">⬅️️ Back</a></li>
435+
<li><a rel="noopener noreferrer" target="_blank" href="https://packagist.org/packages/flow-php/etl-adapter-csv">📦Packagist</a></li>
436+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/etl-adapter-csv">🐙GitHub</a></li>
435437
<li><a href="/documentation/api/adapter/csv">📚API Reference</a></li>
436438
<li><a href="/documentation/api/adapter/csv/indices/files.html">📁Files</a></li>
437439
</ul>

documentation/components/adapters/doctrine/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ <h1 class="hidden lg:block">
432432
<h1><a id="etl-adapter-doctrine" href="#etl-adapter-doctrine" class="mr-2" aria-hidden="true" title="Permalink">#</a>ETL Adapter: Doctrine</h1>
433433
<ul>
434434
<li><a href="/documentation/introduction">⬅️️ Back</a></li>
435+
<li><a rel="noopener noreferrer" target="_blank" href="https://packagist.org/packages/flow-php/etl-adapter-doctrine">📦Packagist</a></li>
436+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/etl-adapter-doctrine">🐙GitHub</a></li>
435437
<li><a href="/documentation/api/adapter/doctrine">📚API Reference</a></li>
436438
<li><a href="/documentation/api/adapter/doctrin/indices/files.html">📁Files</a></li>
437439
</ul>

documentation/components/adapters/elasticsearch/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ <h1 class="hidden lg:block">
432432
<h1><a id="etl-adapter-elasticsearch" href="#etl-adapter-elasticsearch" class="mr-2" aria-hidden="true" title="Permalink">#</a>ETL Adapter: Elasticsearch</h1>
433433
<ul>
434434
<li><a href="/documentation/introduction">⬅️️ Back</a></li>
435+
<li><a rel="noopener noreferrer" target="_blank" href="https://packagist.org/packages/flow-php/etl-adapter-elasticsearch">📦Packagist</a></li>
436+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/etl-adapter-elasticsearch">🐙GitHub</a></li>
435437
<li><a href="/documentation/api/adapter/elasticsearch">📚API Reference</a></li>
436438
<li><a href="/documentation/api/adapter/elasticsearch/indices/files.html">📁Files</a></li>
437439
</ul>

documentation/components/adapters/excel/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ <h1 class="hidden lg:block">
432432
<h1><a id="excel-adapter" href="#excel-adapter" class="mr-2" aria-hidden="true" title="Permalink">#</a>Excel Adapter</h1>
433433
<ul>
434434
<li><a href="/documentation/introduction">⬅️️ Back</a></li>
435+
<li><a rel="noopener noreferrer" target="_blank" href="https://packagist.org/packages/flow-php/etl-adapter-excel">📦Packagist</a></li>
436+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/etl-adapter-excel">🐙GitHub</a></li>
435437
<li><a href="/documentation/api/adapter/excel">📚API Reference</a></li>
436438
<li><a href="/documentation/api/adapter/excel/indices/files.html">📁Files</a></li>
437439
</ul>

documentation/components/adapters/google-sheet/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ <h1 class="hidden lg:block">
432432
<h1><a id="etl-adapter-google-sheet" href="#etl-adapter-google-sheet" class="mr-2" aria-hidden="true" title="Permalink">#</a>ETL Adapter: Google Sheet</h1>
433433
<ul>
434434
<li><a href="/documentation/introduction">⬅️️ Back</a></li>
435+
<li><a rel="noopener noreferrer" target="_blank" href="https://packagist.org/packages/flow-php/etl-adapter-google-sheet">📦Packagist</a></li>
436+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/etl-adapter-google-sheet">🐙GitHub</a></li>
435437
<li><a href="/documentation/api/adapter/google-sheet">📚API Reference</a></li>
436438
<li><a href="/documentation/api/adapter/google-sheet/indices/files.html">📁Files</a></li>
437439
</ul>

documentation/components/adapters/http/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ <h1 class="hidden lg:block">
432432
<h1><a id="etl-adapter-http" href="#etl-adapter-http" class="mr-2" aria-hidden="true" title="Permalink">#</a>ETL Adapter: HTTP</h1>
433433
<ul>
434434
<li><a href="/documentation/introduction">⬅️️ Back</a></li>
435+
<li><a rel="noopener noreferrer" target="_blank" href="https://packagist.org/packages/flow-php/etl-adapter-http">📦Packagist</a></li>
436+
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/etl-adapter-http">🐙GitHub</a></li>
435437
<li><a href="/documentation/api/adapter/http">📚API Reference</a></li>
436438
<li><a href="/documentation/api/adapter/http/indices/files.html">📁Files</a></li>
437439
</ul>

0 commit comments

Comments
 (0)