Skip to content

0.17.0

Latest
Compare
Choose a tag to compare
@1Computer1 1Computer1 released this 12 Aug 14:37

Changes

  • 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).
  • Fixed missing fail_ export for ESM.
  • 1.0.0 never?