v0.0.13
What's new
- Feat:
IS_PRESENTandIS_NOT_PRESENTtargeting operators (qfg-7jnb.6). Both take onlypropertyName(novalueToMatch).IS_PRESENTresolves the dotted path against the merged context and returns true iff the value is non-nil. Type-agnostic — empty string"",0, andfalseall count as present; onlynil/ missing keys (including missing nested paths) are absent.IS_NOT_PRESENTis the negation.
Released to https://rubygems.org/gems/quonfig/versions/0.0.13.