You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added matchingStrategy that replaces exactStrategy and caseSensitiveStrategy. It uses Intl.Collator to support locales and sensitivities for comparing strings.
Added mapKeys and renameKeys to augment existing unordered strategies. The latter also uses Intl.Collator.
Added setInput and reset to Lexer and Parser to allow reusing the same instance.
Implemented IterableIterator for Args; it will iterate over the string value of the ordered tokens.
Improved performance of mergeOutputs.
Fixed compact option keys not being matched correctly (comes with matchingStrategy).