docs: update spectrum-ts documentation for v7.0.0#101
Closed
photon-action-bot[bot] wants to merge 1 commit into
Closed
docs: update spectrum-ts documentation for v7.0.0#101photon-action-bot[bot] wants to merge 1 commit into
photon-action-bot[bot] wants to merge 1 commit into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Superseded by #102 which targets a newer version. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Update: spectrum-ts v7.0.0
This PR updates documentation for spectrum-ts based on the v7.0.0 release.
Release Notes
Breaking Changes
Framework webhook adapters moved out of
spectrum-ts/*and@spectrum-ts/core/*subpaths. Import them from the new scoped packages instead:@spectrum-ts/elysia,@spectrum-ts/express, and@spectrum-ts/hono.New Features
Added standalone first-party packages for Elysia, Express, and Hono webhook adapters. Each package now owns its framework peer dependency, so users only install the adapter they actually use. ✨
Improvement
@spectrum-ts/coreis leaner now because it no longer carries optional Elysia, Express, or Hono dependencies.Docs were updated with the new install/import paths, and a new manifest guide explains how provider metadata is generated and validated.
Version: 7.0.0
Need help on this PR? Tag
/codesmithwith what you need. Autofix is disabled.