Skip to content

v0.0.13

Choose a tag to compare

@jdwyah jdwyah released this 07 May 11:58
· 114 commits to main since this release

What's new

  • Feat: IS_PRESENT and IS_NOT_PRESENT targeting operators (qfg-7jnb.6). Both take only propertyName (no valueToMatch). IS_PRESENT resolves the dotted path against the merged context and returns true iff the value is non-nil. Type-agnostic — empty string "", 0, and false all count as present; only nil / missing keys (including missing nested paths) are absent. IS_NOT_PRESENT is the negation.

Released to https://rubygems.org/gems/quonfig/versions/0.0.13.