[0.10.0] - 2024-10-03
Added
- #1238 - Added more output styles for to_output() loader - @norberttech
- #1234 - symfony streamed response - @norberttech
- #1234 - Possibility to use different output streams in StdOutFilesystem - @norberttech
- #1233 - Added StdOut Filesystem with stdout protocol - @norberttech
- #1226 - to_array() loader with usage example - @norberttech
- #1225 - Added breadcrumbs to blog posts - @norberttech
- #1225 - Data Sink examples topic - @norberttech
- #1224 - Added comments to website blog/documentation - @norberttech
- #1221 - DataFrame::filters(array $filters) : self - @norberttech
- 78cefe - BigSiteAuth to submit flow-php.com to bing search - @norberttech
- #1216 - Added auto generated sitemap to website - @norberttech
- #1216 - Added robots.txt - @norberttech
- #1215 - Display DSL function usage examples at function doc page - @norberttech
- #1215 - More DataFrame usage examples - @norberttech
- #1215 - Priority parameter that defines in what order examples/topics are displayed - @norberttech
- #1215 - Hidden parameter that allows to not display specific examples/topics but still let dsl docs link to them - @norberttech
- ee4e8a - missing pointerToEntryName to JsonExtractor withPointer method - @norberttech
- #1211 - Allow to use json pointer as an entry name for extracted records - @norberttech
- #1211 - More tests to array_to_row and array_to_rows methods - @norberttech
- #1195 - Functional tests for flow-php.com website - @norberttech
- #1193 - Links from code examples to DSL functions documentation - @norberttech
- #1193 - each DSL function now gots her own page - @norberttech
- #1193 - missing DSL's definitions - filesystem, azure filesystem, azure sdk - @norberttech
Changed
- #1239 - CachingPipeline will relay only on previously set batch size without modifying it - @norberttech
- #1234 - Path options are now available as a Options object instead of PHP associative array - @norberttech
- #1235 - Improved DX on adding path filter to file extractors - @norberttech
- #1233 - Loaders no longer need to relay on file extension to close streams in clousure - @norberttech
- #1223 - Improved performance of Scalar Function Parameter - @norberttech
- #1222 - Return DOMDocument instead of DOMElement from XMLParserExtractor - @norberttech
- #1221 - Optimized XPath Scalar Function by reusing DOMDocument instead of creating new one - @norberttech
- #1221 - Allow to pass Schema\Definition to withEntry in order to avoid using NativeEntryFactory type detection - @norberttech
- #1215 - Improved title/description at DSL documentation pages - @norberttech
- #1211 - When JsonExtractor is using a pointer, pointer becomes a key - @norberttech
- #1209 - Updated dependencies - @norberttech
- #1208 - Unify passing options to loaders/extractors through fluent interface - @norberttech
- #1207 - from_csv, from_json, from_xml, from_parquet and from_text contract, removed support for passing path as array - @mleczakm
- #1203 - Allow to rename XML nested structure elements on a loader level - @norberttech
- #1203 - Move optional XMLLoader options to fluent interface - @norberttech
- #1196 - Duplicate Module/Type enums in website to avoid dependencies and keep boundaries clean - @norberttech
- #1193 - landing page code highlights are now handled by prismjs - @norberttech
- #1191 - Update Homebrew TAP formula: flow-php to version: 0.9.2 - @norberttech
Fixed
- #1237 - detecting array value type when first element was null - @norberttech
- #1236 - FlowStreamedResponse - drop partitions to avoid opening multiple streams - @norberttech
- cb98b1 - invalid repo name in symfony http foundation bridge repo - @norberttech
- #1234 - Path to bridges unit/integration test cases in phpunit.xml - @norberttech
- #1232 - Don't call loaders when rows are empty - @norberttech
- b5f70f - SEO issue with duplicated example pages titles - @norberttech
- #1220 - DOMElementValue behavior when used on a XPath scalar function result - @norberttech
- #1220 - DOMElementAttributeValue behavior when used on a XPath scalar function result - @norberttech
- #1216 - Routes priority to always check examples and topics at the end - @norberttech
- #1211 - Fixed Json extractor when pointer is used to extract flat arrays - @norberttech
- eaa783 - documentation homepage - @norberttech
- 904b6a - lowercasing module names in dsl routes provider - @norberttech
- b1a9cd - autolinker prism plugin - @norberttech
- 443c48 - codding standards - @norberttech
- d66b2d - building landing page documnetation - @norberttech
- #1194 - Generating links to dsl functions - @norberttech
Updated
- d962b5 - project dependencies before 0.10.0 release - @norberttech
Removed
- #1239 - Default global CachingPipeline batch size - @norberttech
Contributors
Generated by Automation