Change8

route-pattern@0.16.0

Breaking Changes
📦 remixView on GitHub →
1 breaking🔧 2 symbols

Summary

This release introduces a breaking change by renaming the RegExpMatcher class to ArrayMatcher.

⚠️ Breaking Changes

  • RegExpMatcher has been renamed to ArrayMatcher. Update all references to the class name to avoid NameErrors.

Migration Steps

  1. Replace all occurrences of `RegExpMatcher` with `ArrayMatcher` in your codebase.

🔧 Affected Symbols

RegExpMatcherArrayMatcher