-
Notifications
You must be signed in to change notification settings - Fork 141
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: delvedor/find-my-way
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: delvedor/find-my-way
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 16 files changed
- 7 contributors
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3170bd - Browse repository at this point
Copy the full SHA f3170bdView commit details
Commits on Feb 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4ffd9e - Browse repository at this point
Copy the full SHA c4ffd9eView commit details
Commits on Mar 5, 2024
-
* add dependabot.yml * add automerge bot * improve * fix
Configuration menu - View commit details
-
Copy full SHA for 51a47ca - Browse repository at this point
Copy the full SHA 51a47caView commit details -
chore: bump actions/setup-node from 3 to 4 (#351)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for de27d87 - Browse repository at this point
Copy the full SHA de27d87View commit details -
chore: bump actions/checkout from 3 to 4 (#352)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9731ad7 - Browse repository at this point
Copy the full SHA 9731ad7View commit details -
Achieve 100% test coverage (#349)
* test: Router module integration test: findMyWay.findRoute should also trows an error when wildcard is not the last character test: does not find the route if maxParamLength is exceeded refactor: make integration test more compliant with the existing code base test: cover uncovered constrainer.js test cases test: safeDecodeURIComponent should replace %3x to null for every x that is not a valid lowchar test: SemVerStore version should be a string test: httpMethodStrategy storage handles set and get operations correctly test: case insensitive static routes of level 1 for FindMyWay.findRoute test: findRoute normalizes wildcard patterns to require leading slash refactor: make tests more consistants with the existing test: should return null if no wildchar child Date: Tue Feb 20 14:10:18 2024 +0100 Achieves 100% test coverage * fix: add proxyquire to dev dependencies * test: cover uncovered branches in index.js * fix: revert 'if (nextCharCode === 58)' stmt to one line * fix: remove useless parametric node kind check * fix: if it is a wildchar node, it has a child * fix: a wildcard route created via the router api necessarily has a pattern with a leading slash * fix: non-custom strategy error only happen when user dont use the appropriate api * fix: there is no way found route params is not an array, expect if user break internals * test: Constrainer.noteUsage * Cannot derive constraints without active strategies. * test: should derive multiple async constraints * test: Major version must be a numeric value * test: SemVerStore.maxMajor should increase automatically * test: SemVerStore.maxPatches should increase automatically * refactor: httpMethods module should be a source of truth * refactor: make consistent use of fmw.on * fix: istanbul should ignore the complete function * test: remove 90 min limit for code coverage * fix: when no args is passed, undefined is default value * fix: add new line at the end of .taprc * fix: readd removed comment indicating static route
Configuration menu - View commit details
-
Copy full SHA for e117960 - Browse repository at this point
Copy the full SHA e117960View commit details -
chore: bump the dependencies-major group with 1 update (#353)
Bumps the dependencies-major group with 1 update: [safe-regex2](https://github.com/fastify/safe-regex). Updates `safe-regex2` from 2.0.0 to 3.1.0 - [Release notes](https://github.com/fastify/safe-regex/releases) - [Commits](https://github.com/fastify/safe-regex/commits/v3.1.0) --- updated-dependencies: - dependency-name: safe-regex2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8c7983c - Browse repository at this point
Copy the full SHA 8c7983cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d1ee1 - Browse repository at this point
Copy the full SHA a9d1ee1View commit details
Commits on Apr 29, 2024
-
Exclude Node v14 and v16 on macos (#364)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 20e7b1c - Browse repository at this point
Copy the full SHA 20e7b1cView commit details -
add node v22. Skip old nodes on mac (#363)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for 984ff20 - Browse repository at this point
Copy the full SHA 984ff20View commit details
Commits on Apr 30, 2024
-
Support optional params on root (#367)
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for cce5437 - Browse repository at this point
Copy the full SHA cce5437View commit details -
Signed-off-by: Matteo Collina <hello@matteocollina.com>
Configuration menu - View commit details
-
Copy full SHA for ea27fa2 - Browse repository at this point
Copy the full SHA ea27fa2View commit details
There are no files selected for viewing