Releases: sir-dunxalot/cypress-nextjs-auth0
Releases · sir-dunxalot/cypress-nextjs-auth0
v2.1.0
This release contains a number of improvements and bug fixes:
- Improved the handling of large cookies via cookie splitting (fixes #32, #31)
- Improved
cy.logout()
(fixes #36) - Improved the preservation of auth cookies between tests (fixes #33, #23)
- Improved typings
In addition, the development environment of this package has been updated:
- Updated all dependencies
- Added linting and code formatting
- Improved CI pipeline for this package (using Github Actions)
- Added reporting templates for bugs, features, and questions
- Updated default branch from
master
tomain
Huge thank you to @natterstefan for taking the lead on this release!
Ensure passing tests in Travis
Support @auth0/nextjs-auth0" ^1.0.0
- Added note on version compatibility (df76f83)
- Clarified installation instructions for @auth0/nextjs-auth0 ^1.0.0 (b7825f8)
- Merge pull request #14 from adamjmcgrath/update-nextjs-auth (da87c85)
- export encrypt as a function (1b41448)
- Update env vars (c1bb2ae)
- update to v1 (5105145)
Big thank you to @adamjmcgrath!
Fix distribution of 1.0.0
Release 1.0.0
added improvements to this library but the release did not distribute correctly.
If you are using ^1.0.0
, you should ensure you are running at least ^1.0.1
or the updates from 1.0.0
will not be in your codebase.