path_to_regexp 0.4.0-nullsafety.0 path_to_regexp: ^0.4.0-nullsafety.0 copied to clipboard
Converts a path such as '/user/:id' into a regular expression.
0.4.0-nullsafety.0 #
- Migrate to null safety.
0.3.0 #
-
Added an option to create case insensitive regular expressions.
-
Added a getter named
regExp
toParameterToken
for the regular expression used to match arguments. -
Updated lower SDK constraint to 2.3.0.
0.2.1 #
-
Removed unnecessary code.
-
Added an example.
-
Included
package:pedantic/analysis_options.yaml
.
0.2.0 #
- Removed support for optional parameters.
0.1.2 #
- Updated SDK constraints to support Dart 2 stable.
0.1.1 #
- Lowered SDK constraint so that Pub can analyze the package and generate documentation.