Skip to content

Releases: sir-dunxalot/cypress-nextjs-auth0

v2.1.0

15 Feb 18:21
Compare
Choose a tag to compare

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 to main

Huge thank you to @natterstefan for taking the lead on this release!

Ensure passing tests in Travis

29 Apr 03:39
Compare
Choose a tag to compare

This release adds no new feature or bug fixes. Instead, this release updates Travis config to ensure a passing test suite on the main branch.

  • Travis test suite fix attempt 2 (ee7083c)
  • Travis test suite fix attempt 1 (8cb20d1)

Support @auth0/nextjs-auth0" ^1.0.0

29 Apr 01:07
Compare
Choose a tag to compare
  • 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

25 Feb 18:30
Compare
Choose a tag to compare

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.

Cypress 5 support + typescript

19 Feb 19:24
Compare
Choose a tag to compare
  • Added support for Cypress ^5.0.0 (#10)
  • Updated dependencies (#10)
  • Added support for Typescript (#6)
  • Added link to Auth0 tenant settings in README (#12)

Travis support

30 May 22:07
Compare
Choose a tag to compare
  • Clarified contributing instructions re: env variables (57dcb1e)
  • Added Travis

First useable release

30 May 02:18
Compare
Choose a tag to compare

Changelog:

  • Auth0 screenshot added (13a8b81)
  • Readme typos fixed (b9d2c46)
  • Bundling for releases. Fixes #1. (7e5e914)
  • More comprehensive documentation. Fixes #2. (bbcd086)
  • Basic readme instructions added (4ebcda1)
  • Test coverage for login() (97a867c)
  • Non-Cypress auth PoC (328aa8a)