@@ -218,6 +218,7 @@ <h2 class="my-2 text-2xl font-semibold tracking-wide">Loads</h2>
218218 <h2><a id="flow-php-unreleased---2025-02-25" href="#content-unreleased---2025-02-25" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2025-02-25</h2>
219219<h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true" title="Permalink">#</a>Added</h3>
220220<ul>
221+ <li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1497">#1497</a> - <strong>DSL for Symfony Http Bridge</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
221222<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1496">#1496</a> - <strong>helper methods on Schema/Definition to manipulate metadata</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
222223<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1495">#1495</a> - <strong>Adds method <code>TransformerLoader::closure()</code> to delegate generator stop signals to proxied loaders.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/christianc1">@christianc1</a></li>
223224<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1468">#1468</a> - <strong>Nix - for local development environment</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -317,6 +318,8 @@ <h3><a id="flow-php-added" href="#content-added" class="mr-2" aria-hidden="true"
317318</ul>
318319<h3><a id="flow-php-changed" href="#content-changed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Changed</h3>
319320<ul>
321+ <li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1497">#1497</a> - <strong>Renamed API of Http Bridge Stream Builder</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
322+ <li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1497">#1497</a> - <strong>Moved generic Transformations from bridge to Core</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
320323<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1496">#1496</a> - <strong>Removed readonly from Schema Definition</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
321324<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1493">#1493</a> - <strong>Doctrine Dbal Adapter loader now expect options as an object</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
322325<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1488">#1488</a> - <strong>Moved Transformations to ETL Core</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
@@ -394,6 +397,7 @@ <h3><a id="flow-php-changed" href="#content-changed" class="mr-2" aria-hidden="t
394397</ul>
395398<h3><a id="flow-php-fixed" href="#content-fixed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Fixed</h3>
396399<ul>
400+ <li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1497">#1497</a> - <strong>Fixed documentation</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
397401<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/commit/457164b233c9168df44ccf298a777121e1891861">457164</a> - <strong>broken upsert example</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>
398402<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1482">#1482</a> - <strong>JSON was being double encoded.</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/jmortlock">@jmortlock</a></li>
399403<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/1483">#1483</a> - <strong>Fix typo in README.md</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/jmortlock">@jmortlock</a></li>
0 commit comments