Skip to content

Releases: flow-php/flow

0.6.1

12 Feb 11:06
Compare
Choose a tag to compare

[0.6.1] - 2024-02-12

Fixed

Contributors

Generated by Automation

0.6.0

12 Feb 11:00
Compare
Choose a tag to compare

[0.6.0] - 2024-02-12

Added

Read more

0.5.2

05 Dec 19:39
Compare
Choose a tag to compare

[0.5.2] - 2023-12-05

Added

  • #861 - Add documentation about installation using Homebrew - @stloyd
  • #861 - Add Homebrew formula into monorepo - @stloyd

Removed

  • #863 - removed LocalFile references in readme and dockblock - @rzarno

Contributors

Generated by Automation

0.5.1

03 Dec 00:59
Compare
Choose a tag to compare

[0.5.1] - 2023-12-03

Added

Fixed

Contributors

Generated by Automation

0.5.0

30 Nov 23:05
Compare
Choose a tag to compare

[0.5.0] - 2023-11-30

Added

Read more

0.4.0

13 Oct 17:37
Compare
Choose a tag to compare

[0.4.0] - 2023-10-13

Added

  • #579 - Add note about rework of transformers into UPGRADE.md file - @stloyd
  • #576 - Parquet library - reading only for now - @norberttech
  • #576 - Implementation of algorithms from Google Dremel paper - @norberttech
  • #568 - Add way to run all examples - @stloyd
  • #569 - Add binary comparisons integration test - @stloyd
  • #566 - array_to_map() DSL function - @norberttech
  • #566 - optional expression to work with optional entries - @norberttech
  • #566 - UPGRADE.md to help with migrations between flow versions - @norberttech
  • #557 - Add integration tests for combine & missing unit test for math expressions - @stloyd
  • #553 - Add integration tests for count, hash & not expressions - @stloyd
  • #552 - Add integration tests for string related expressions - part 2 - @stloyd
  • #551 - Add integration tests for string related expressions - part 1 - @stloyd
  • #550 - Add integration tests for jsonDecode & jsonEncode expressions - @stloyd
  • #546 - Add integration tests for array related expression - @stloyd
  • #547 - Add integration tests for when, any & all expressions - @stloyd
  • #543 - Add options to array_expand expression - @stloyd
  • #541 - Add ArrayKeysStyleConvert expression - @stloyd
  • #527 - Add new ref()->arrayReverse() entry expression - @stloyd
  • #521 - Add new Any & All expressions - @stloyd
  • #516 - Add new IsNumeric & IsNotNumeric expressions - @stloyd
  • #514 - Add new StrPad expression - @stloyd

Changed

  • #582 - Simplified casting entries to strings - @norberttech
  • #580 - Polish content of README.md file - @stloyd
  • #576 - Simplified composer.json files across all sub repositories - @norberttech
  • #574 - Update Box package to the latest - @stloyd
  • #566 - ref is no longer null safe - @norberttech
  • #566 - Extractors are no longer returning rows under "row" ArrayEntry, instead all values are unpacked to dedicated rows - @norberttech
  • #565 - Change detection of PHAR in examples - @stloyd
  • #564 - Block running incompatible examples via PHAR - @stloyd
  • #561 - Rework string checks to skip json, xml or uuid as much as possible - @stloyd
  • #562 - Rework examples to allow running them outside the phar - @stloyd
  • #558 - Optimized NativeEntryFactory - @norberttech
  • #556 - Rework expressions to return null instead of throwing exception on failure - @stloyd
  • #554 - Adjust the size expression to behave similarly to the count one - @stloyd
  • #545 - Prevent using strlen & count on empty input - @stloyd
  • #544 - Optimize DropDuplicatesTransformer hashing - @stloyd
  • #542 - Allow enum as style param in ArrayKeysStyleConvert expression - @stloyd
  • #535 - README files structure of all repositories - @norberttech
  • #530 - Rework Trim expression to use enum instead of constants - @stloyd
  • #529 - Rework ArraySort expression to work predefined sort methods - @stloyd
  • #529 - Add recursive & flags options to the ArraySort expression - @stloyd
  • #528 - Use default value for json_decode() in NativeEntryFactory - @stloyd
  • #526 - Simplify RenameEntriesTransformer to work only on one entry - @stloyd

Fixed

Updated

Removed

  • #577 - Remove "scripts" from composer.json in subpackages - @stloyd
  • #563 - Remove "issue" examples as outdated & covered by tests - @stloyd
  • #541 - Remove ArrayKeysStyleConverterTransformer - @stloyd
  • #537 - Remove ChainTransformer - @stloyd
  • #536 - Remove DynamicEntryTransformer - @stloyd
  • #533 - Remove StaticEntryTransformer - @stloyd
  • #531 - Remove ArraySortTransformer - @stloyd
  • #525 - Remove ArrayPushTransformer & CallbackEntryTransformer - @stloyd
  • #527 - Remove ArrayReverseTransformer - @stloyd
  • #524 - Remove FilterRowsTransformer & related code - @stloyd
  • #523 - Remove CallUserFunctionTransformer & CloneEntryTransformer - @stloyd
  • #522 - Remove CastTransformer & related code - @stloyd
  • #520 - Remove ConditionalTransformer & related code - @stloyd
  • #519 - Remove ObjectToArrayTransformer & related code - @stloyd
  • [#518](https://g...
Read more

0.3.3

03 Oct 18:11
Compare
Choose a tag to compare

[0.3.3] - 2023-10-03

Changed

  • #503 - Remove unused AWS services from vendor - @stloyd

Contributors

Generated by Automation

0.3.2

03 Oct 11:28
Compare
Choose a tag to compare

[0.3.2] - 2023-10-03

Added

Changed

  • #497 - Rework most of the examples to be runnable via PHAR - @stloyd
  • #495 - Use git tag for version name in PHAR - @stloyd
  • #496 - Allow to run runtime.php outside of phar - @stloyd

Fixed

  • #502 - Add dev files to PHAR to allow usage of adapters - @stloyd
  • #499 - Prevent calling runtime outside of CLI - @stloyd
  • #500 - Prevent fatal error when passing empty string to \DOMDocument - @stloyd
  • #494 - Use more accurate version for PHAR - @stloyd

Generated by Automation

Contributors

0.3.1

02 Oct 11:43
Compare
Choose a tag to compare

[0.3.1] - 2023-10-02

Added

Generated by Automation

0.3.0

02 Oct 11:05
Compare
Choose a tag to compare

[0.3.0] - 2023-10-02

Added

Changed

  • #492 - Add Google services cleanup tasks to composer - @stloyd
  • #472 - Allow to use Symfony UID for UUID generation - @stloyd
  • #482 - Move rector to the tools - @stloyd
  • #481 - Update GH actions to the latest - @stloyd
  • #478 - Remove unnecessary template overwrite in ChartJS adapter - @stloyd
  • #479 - Updated cs-fixer to latest and bump min version - @stloyd
  • #479 - Run the latest cs-fixer against codebase - @stloyd
  • #474 - XMLReaderExtractor is now returning XMLEntry type instead of casting XML's to array - @norberttech
  • #445 - **Allow u...
Read more