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/router

v2.2.0

27 Mar 00:34
@UlisesGascon UlisesGascon
e6d6b60
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v2.2.0

Assets 2
Loading

v2.1.0

10 Feb 20:04
@wesleytodd wesleytodd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.1.0

Contributors

jonkoops, wesleytodd, and 4 other contributors
Loading

1.3.8

24 Feb 16:40
@dougwilson dougwilson

Choose a tag to compare

  • Fix routing requests without method
Loading
bcomnes and NaNshekhar04 reacted with hooray emoji raksbisht reacted with rocket emoji
3 people reacted

1.3.7

28 Apr 16:51
@dougwilson dougwilson

Choose a tag to compare

  • Fix hanging on large stack of sync routes
Loading

1.3.6

16 Nov 00:11
@dougwilson dougwilson

Choose a tag to compare

  • Fix handling very large stacks of sync middleware
  • deps: safe-buffer@5.2.1
Loading

2.0.0-beta.1

16 Nov 00:12
@dougwilson dougwilson

Choose a tag to compare

2.0.0-beta.1 Pre-release
Pre-release

This incorporates all changes after 1.3.3 up to 1.3.5.

  • Internalize private router.process_params method
  • Remove debug dependency
  • deps: array-flatten@3.0.0
  • deps: parseurl@~1.3.3
  • deps: path-to-regexp@3.2.0
    • Add new ?, *, and + parameter modifiers
    • Matching group expressions are only RegExp syntax.
      (*) is no longer valid and must be written as (.*), for example.
    • Named matching groups no longer available by position in req.params.
      /:foo(.*) only captures as req.params.foo and not available as
      req.params[0].
    • Regular expressions can only be used in a matching group.
      /\\d+ is no longer valid and must be written as /(\\d+).
    • Special * path segment behavior removed.
      /foo/*/bar will match a literal * as the middle segment.
  • deps: setprototypeof@1.2.0
Loading

1.3.5

25 Mar 03:11
@dougwilson dougwilson

Choose a tag to compare

  • Fix incorrect middleware execution with unanchored RegExps
  • perf: use plain object for internal method map
Loading

1.3.4

25 Jan 02:18
@dougwilson dougwilson

Choose a tag to compare

  • deps: array-flatten@3.0.0
  • deps: parseurl@~1.3.3
  • deps: setprototypeof@1.2.0
Loading

2.0.0-alpha.1

19 Sep 17:12
@dougwilson dougwilson

Choose a tag to compare

2.0.0-alpha.1 Pre-release
Pre-release
  • Add basic support for returned, rejected Promises
    • Rejected Promises from middleware functions next(error)
  • Drop support for Node.js below 0.10
  • deps: debug@3.1.0
    • Add DEBUG_HIDE_DATE environment variable
    • Change timer to per-namespace instead of global
    • Change non-TTY date format
    • Remove DEBUG_FD environment variable support
    • Support 256 namespace colors
Loading

1.3.3

06 Jul 15:50
@dougwilson dougwilson

Choose a tag to compare

  • Fix JSDoc for Router constructor
Loading
Previous 1 3
Previous

AltStyle によって変換されたページ (->オリジナル) /