Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Bessonov/node-http-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: Bessonov/node-http-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 11 files changed
  • 1 contributor

Commits on Aug 10, 2022

  1. add source code to match the source maps

    source maps pointing to non-existent files aren't
    good. Instead of embedding source code inside
    source maps with the option inlineSourceMap,
    probably, it's better to provide source files,
    because sometimes devs want to look at source
    code without switching terminal or search for
    github repo.
    Bessonov committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    1cf2296 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from Bessonov/add-source

    add source code to match the source maps
    Bessonov authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    ad189c9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. reintroduce default match

    this options is hidden. See release notes
    Bessonov committed Aug 20, 2022
    Configuration menu
    Copy the full SHA
    ec252df View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from Bessonov/reintroduce-default-match

    reintroduce default match
    Bessonov authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    2f67545 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. add default match to NodeHttpRouter

    - add example of multi-tenant router
    Bessonov committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    d316007 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from Bessonov/fix-default-match

    add default match to NodeHttpRouter
    Bessonov authored Aug 27, 2022
    Configuration menu
    Copy the full SHA
    701830e View commit details
    Browse the repository at this point in the history
  3. add link to change log

    Bessonov committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    16e30cc View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. update micro example

    Bessonov committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4c6291c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from Bessonov/update-micro

    update micro example
    Bessonov authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    c14fa1c View commit details
    Browse the repository at this point in the history
Loading