Skip to content

readable-regexp v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 10:52
· 8 commits to main since this release

Commits

  • cc21420: Export types for convenience of custom extensions (Henry Lin) #1
  • 437c627: Tweak linter rules (Henry Lin) #1
  • acd8f65: Add GenericFunction interface (Henry Lin) #1
  • a016a73: Add custom token API (Henry Lin) #1
  • 50704f7: Add docuemntation for custom tokens (Henry Lin) #1
  • 73c7a3c: Rename defineCustomToken to defineToken (Henry Lin) #1
  • 2585092: Improve typing of defineToken, throw error for non-token return in constant tokens (Henry Lin) #1
  • 9e4e648: Add WIP tests (Henry Lin) #1
  • 4d09e59: Fix errors in tests (Henry Lin) #1
  • d902372: Test that custom tokens are added to built-in mixed-type tokens (Henry Lin) #1
  • 93c7cef: Separate custom token tests by type, add coverage for incomplete token errors (Henry Lin) #1
  • 058a236: Avoid wrapping multiple layers of non-capture groups (Henry Lin)
  • 56e6639: Refactor token checks (Henry Lin)
  • 5a48f3b: Fix character class escaping an ending dash (Henry Lin)
  • f7458e6: Fix dash escape at the end of the entire char class (Henry Lin)
  • dc90075: Add support for nested char class (Henry Lin)
  • 2b0bb7f: Update docs on charIn (Henry Lin)
  • 2f87357: Fix dash escaping other characters (Henry Lin)
  • 8b7b207: Add more tests for charIn escapes (Henry Lin)
  • 264c7b7: Implement charRange and notCharRange (Henry Lin)
  • 01b2176: Add tests for charRange (Henry Lin)
  • 06a87e2: Add tests for notCharRange (Henry Lin)
  • b2e2fb2: Update README with charRange and notCharRange (Henry Lin)
  • fae7454: Update tsdoc (Henry Lin)
  • 125e25a: Add one more code example of not.charIn (Henry Lin)
  • 58b0ad5: Update package description (Henry Lin)
  • e35bc08: Fix syntax error in package.json (Henry Lin)
  • cbc9361: Move documentation from readme to gitbook (Henry Lin)
  • d947b72: Improve readme formatting (Henry Lin)
  • 741b2c5: Bump version to v1.5.0 and update changelog (Henry Lin)