-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,43 @@ | ||
# nextauth-cli | ||
|
||
## 0.0.5 | ||
|
||
### Patch Changes | ||
|
||
- #### Updates on `nextauth` Command | ||
|
||
- Added new `--router` flag for enhanced routing capabilities. | ||
|
||
#### Prompt Support | ||
|
||
- Added support for prompts, improving user interaction. | ||
|
||
#### Directory Structure Refinement | ||
|
||
- Restructured directories to `/app` and `/pages` for exclusive **Next.js** project structures. | ||
- Ongoing work for `src/*` support. | ||
|
||
_Note: Stay tuned for more exciting updates in the next release!_ | ||
|
||
## 0.0.4 | ||
|
||
### Patch Changes | ||
|
||
- - Support for adapters available. | ||
- Autogenerating variables are now stable with variables for adapter support is available now. | ||
- #### Overall Updates | ||
- Support for adapters available. | ||
- Autogenerating variables are now stable with variables for adapter support is available now. | ||
|
||
## 0.0.3 | ||
|
||
### Patch Changes | ||
|
||
- Support for prisma ORM adapter | ||
- Support for prisma ORM adapter | ||
|
||
## 0.0.2 | ||
|
||
### Patch Changes | ||
|
||
- Updated `nextauth init next-app` command to `nextauth next-app`. | ||
- Updated `nextauth init next-pages` command to `nextauth next-pages`. | ||
- Config flags `--env` and `--ts` are now stable. | ||
- Providers that are supported in the official `next-auth` **(V 4.23.1)** packages are supported. | ||
- Updated `nextauth init next-app` command to `nextauth next-app`. | ||
- Updated `nextauth init next-pages` command to `nextauth next-pages`. | ||
- Config flags `--env` and `--ts` are now stable. | ||
- Providers that are supported in the official `next-auth` **(V 4.23.1)** packages are supported. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters