Skip to content

Conversation

@stloyd
Copy link
Member

@stloyd stloyd commented Oct 5, 2023

Change Log

Added

Fixed

Changed

Removed

  • Remove `ConditionalTransformer` & related code

Deprecated

Security


Description

Refs: #505

  • all, & any = Add new Any & All expressions #521
  • array_dot_exists = array_exists(),
  • array_dot_get = array_get(),
  • array_dot_value_equals = when(array_get(ref()))
  • gte, lt etc. = array_get()->greaterThan(), array_get()->lessThan(),
  • entry_exists = ref()->exists(),
  • entry_instance_of = ref()->isType(),
  • none = not(any()),
  • opposite = not()

@stloyd stloyd force-pushed the remove-condition-transformer branch from d10b264 to cca50d2 Compare October 5, 2023 08:48
@norberttech norberttech merged commit 3b7cf1d into flow-php:1.x Oct 5, 2023
@stloyd stloyd deleted the remove-condition-transformer branch October 5, 2023 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants