forked from koajs/session
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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: CharlesSpace/session
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: koajs/session
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 35 files changed
- 5 contributors
Commits on Jan 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 878669e - Browse repository at this point
Copy the full SHA 878669eView commit details -
Configuration menu - View commit details
-
Copy full SHA for df2d28f - Browse repository at this point
Copy the full SHA df2d28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75f5706 - Browse repository at this point
Copy the full SHA 75f5706View commit details -
avoid peerDependencies WARNING https://github.com/koajs/session/pull/218/files#r1060445443
Configuration menu - View commit details
-
Copy full SHA for e2de39e - Browse repository at this point
Copy the full SHA e2de39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b70431 - Browse repository at this point
Copy the full SHA 6b70431View commit details
Commits on Feb 4, 2023
-
feat: Add Session.regenerate() method (koajs#221)
And make both save() and regenerate() compatible with koa-passport closes koajs#74
Configuration menu - View commit details
-
Copy full SHA for 4cd3bef - Browse repository at this point
Copy the full SHA 4cd3befView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98630aa - Browse repository at this point
Copy the full SHA 98630aaView commit details
Commits on Jan 19, 2025
-
feat: support cjs and esm both by tshy (koajs#228)
BREAKING CHANGE: drop Node.js < 18.19.0 support
Configuration menu - View commit details
-
Copy full SHA for 575864c - Browse repository at this point
Copy the full SHA 575864cView commit details -
[skip ci] ## [7.0.0](koajs/session@v6.4.0...v7.0.0) (2025-01-19) ### ⚠ BREAKING CHANGES * drop Node.js < 18.19.0 support ### Features * support cjs and esm both by tshy ([koajs#228](koajs#228)) ([575864c](koajs@575864c))
Configuration menu - View commit details
-
Copy full SHA for 6d068ff - Browse repository at this point
Copy the full SHA 6d068ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3421008 - Browse repository at this point
Copy the full SHA 3421008View commit details -
[skip ci] ## [7.0.1](koajs/session@v7.0.0...v7.0.1) (2025-01-19) ### Bug Fixes * remove unused dependencies ([koajs#229](koajs#229)) ([3421008](koajs@3421008))
Configuration menu - View commit details
-
Copy full SHA for 6dfdcf6 - Browse repository at this point
Copy the full SHA 6dfdcf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c45bf8b - Browse repository at this point
Copy the full SHA c45bf8bView commit details -
[skip ci] ## [7.0.2](koajs/session@v7.0.1...v7.0.2) (2025-01-19) ### Bug Fixes * make sure options instance is not mutated ([koajs#230](koajs#230)) ([c45bf8b](koajs@c45bf8b))
Configuration menu - View commit details
-
Copy full SHA for 36beada - Browse repository at this point
Copy the full SHA 36beadaView commit details
Commits on Apr 6, 2025
-
Providing `nul` as `sameSite` will lead to errors. Zod requires sameSite to be a string, so the description in the documentation was inaccurate and has been corrected. ``` ZodError: [ { "code": "invalid_type", "expected": "string", "received": "null", "path": [ "sameSite" ], "message": "Expected string, received null" } ] ``` ## Checklist - [✅] I have ensured my pull request is not behind the main or master branch of the original repository. - [✅] I have rebased all commits where necessary so that reviewing this pull request can be done without having to merge it first. - [✅] I have written a commit message that passes commitlint linting. - [✅] I have ensured that my code changes pass linting tests. - [✅] I have ensured that my code changes pass unit tests. - [✅] I have described my pull request and the reasons for code changes along with context if necessary.Configuration menu - View commit details
-
Copy full SHA for 968ae94 - Browse repository at this point
Copy the full SHA 968ae94View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master