Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: pillarjs/path-to-regexp

8.3.0

02 Sep 21:18
Immutablerelease. Only release title and notes can be modified.
c4f5b3f
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Changed

Other

v8.2.0...v8.3.0

Assets3
Loading

Fix backtracking (again)

05 Dec 22:09
640e694
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • Improved backtracking protection for 0.1.x, will break some previously valid paths (see previous advisory:GHSA-9wv6-86v2-598j)

v0.1.11...v0.1.12

Loading

8.2.0

26 Sep 03:28
776c898
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

  • Allowingpath-to-regexp to run on older browsers by targeting ES2015
    • Target ES20155969033
      • Also saved0.22kb (10%!) by removing the private class field down level
    • Removes flag from regexp51dbd45

v8.1.0...v8.2.0

Loading

Fix backtracking in 6.x

12 Sep 01:09
75a92c3
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

v6.2.2...v6.3.0

Loading
sacru2red, gsingh04, and BryceMehring reacted with thumbs up emojiwkillerud, hirasso, fpapado, jaenny, sean-perkins, rjblopes, and lancedikson reacted with heart emojisacru2red, samchungy, hirasso, markmssd, piyushchauhan2011, and korniltsev reacted with rocket emoji
14 people reacted

Error on bad input

12 Sep 18:15
0c71192
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Changed

  • Add error on bad input values8f09549

v0.1.10...v0.1.11

Loading

v8.1.0

10 Sep 00:26
c302644
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • AddspathToRegexp method back for generating a regex
  • Addsstringify method for convertingTokenData into a path string

v8.0.0...v8.1.0

Loading
condorheroblog, ritingliudd01, YunChaoTsai, Joel-Valentine, and sacru2red reacted with thumbs up emojihirasso reacted with heart emoji
6 people reacted

Support array inputs (again)

10 Sep 00:58
8f67b8b
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Added

  • Support array inputs formatch andpathToRegexp3fdd88f

v7.1.0...v7.2.0

Loading

Add backtracking protection

10 Sep 22:04
2eb1293
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

v3.2.0...v3.3.0

Loading
pnewhook, sacru2red, hirasso, benkeen, and alejandronanez reacted with thumbs up emoji
5 people reacted

Fix backtracking in 1.x

10 Sep 21:26
c75eb10
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Fixed

v1.8.0...v1.9.0

Loading
sacru2red, lyn-zhilin-yang, and Alienah reacted with thumbs up emojirjblopes and tovilovic reacted with heart emoji
5 people reacted

Simpler API

01 Sep 22:22
ed1095e
This commit was signed with the committer’sverified signature.
blakeembrey Blake Embrey
SSH Key Fingerprint:M0ITNfB+BngsDhNhVwWJl3OOIrDqTLFtdjQ3WGttbd8
Verified
Learn about vigilant mode.

Choose a tag to compare

Heads up! This is a fairly large change (again) and I need to apologize in advance. If I foresaw what this version would have ended up being I would not have released version 7. A longer blog post and explanation will be incoming this week, but the pivot has been due to work on Express.js v5 and this will the finalized syntax used in Express moving forward.

Edit: The post is out -https://blakeembrey.com/posts/2024-09-web-redos/

Added

  • Adds key names to wildcards using*name syntax, aligns with: behavior but using an asterisk instead

Changed

  • Removes group suffixes of?,+, and* - only optional exists moving forward (use wildcards for+,{*foo} for*)
  • Parameter names follow JS identifier rules and allow unicode characters

Added

  • Parameter names can now be quoted, e.g.:"foo-bar"
  • Match accepts an array of values, so the signature is nowstring | TokenData | Array<string | TokenData>

Removed

  • Removesloose mode
  • Removes regular expression overrides of parameters

v7.1.0...v8.0.0

Loading
condorheroblog, ysaito8015, xiaody, e22m4u, Mansi1, Shellnco, and curry-bugyo reacted with eyes emoji
7 people reacted
Previous13
Previous

[8]ページ先頭

©2009-2025 Movatter.jp