Open
Description
From the same changeset, document the step name changes:
The following
ModifierStep
classes have all dropped theirStep
suffix, these
Modifier
classes now all run at runtime, and are thus no longer steps; they're
invoked as part of the newapplyInput()
(TODO: document) step:
ModifierStep
⇒Modifier
PgBooleanFilterStep
⇒PgBooleanFilter
PgClassFilterStep
⇒PgClassFilter
PgConditionCapableParentStep
⇒PgConditionCapableParent
PgConditionLikeStep
⇒PgConditionLike
PgConditionStepMode
⇒PgConditionMode
PgConditionStep
⇒PgCondition
PgManyFilterStep
⇒PgManyFilter
PgOrFilterStep
⇒PgOrFilter
PgTempTableStep
⇒PgTempTable
SetterCapableStep
⇒SetterCapable
SetterStep
⇒Setter
(Interestingly, other than the removal of
placeholder
and the fact they deal
with runtime values rather than steps now, they're very similar to what they
were before.)
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
📝 Docs Improvements