onury/notation

Redundant, negated globs should be removed when normalized

onury opened this issue · 1 comments

onury commented

['name', '!id'] is equivalent to ['name'].
Notation.Glob.normalize(['name', '!id']) should remove '!id'.

onury commented

Fixed in v1.3.5