This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add new load util, add file support * feat: add url plugin * refactor: new pipeline api (wip) * feat: support urls in specifications (wip) * fix: details action is broken * refactor: make all pipeline actions work with the queue * refactor: move files around * refactor: rename resolve to dereference * docs(changeset): refactor!: when using the pipeline syntax all tasks are queued and only executed when you add .get(), .toJson() or toYaml() * docs(changeset): refactor!: resolve is renamed to dereference * docs: rewrite the section about file references * chore: remove loadFiles utility * docs(changeset): chore!: remove `loadFiles` utility, use `load` instead * chore: export load utility and all plugins * chore: add failing test * fix: file references inside referenced files are broken * fix: TS issues * fix: build * chore: exclude all node modules * docs: wording * docs: fix broken import in example * feat: new pipeline action to get the filesystem * refactor: simplify the action queue * fix: TS issues * test: filesystem with multiple files has the correct structure * feat: better error messages * chore: clean up * fix: build * chore: better types * fix: TS issues * chore: update lock file * docs: fix example * fix: tests * fix: typo * fix: doesn’t load urls in passed strings
- Loading branch information
Showing
59 changed files
with
1,564 additions
and
884 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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@scalar/openapi-parser': minor | ||
--- | ||
|
||
refactor!: resolve is renamed to dereference |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@scalar/openapi-parser': minor | ||
--- | ||
|
||
refactor!: when using the pipeline syntax all tasks are queued and only executed when you add .get(), .toJson() or toYaml() |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@scalar/openapi-parser': minor | ||
--- | ||
|
||
chore!: remove `loadFiles` utility, use `load` instead |
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
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
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
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
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
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
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
Oops, something went wrong.