Skip to content

v0.0.64

Choose a tag to compare

@github-actions github-actions released this 10 Jun 18:58
  • fix(migrate): the LaunchDarkly importer no longer writes a junk propertyName (e.g. user.segmentMatch) onto segment-match criteria. LD segmentMatch clauses have no real attribute, but the clause converter normalized the pseudo-attribute into propertyName on every IN_SEG/NOT_IN_SEG criterion. Evaluation was unaffected (segment match keys off valueToMatch), but the criterion was non-canonical and previously rendered as an empty Property bubble in the app's rule editor. Segment criteria now serialize as operator + valueToMatch only, matching what the app editor expects and what the Launch importer already emits. Existing imports need no re-run — the stray field is ignored everywhere. (qfg-gc3u)

Published to npm: @quonfig/cli@0.0.64