Skip to content

Commit ce34b86

Browse files
committed
feat: Deprecate package
1 parent 89d7e18 commit ce34b86

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# @wjfe/n-savant-sk
22

3+
> ⚠️ DEPRECATED
4+
>
5+
> This package has been deprecated because it has been renamed and re-branded. Use `@svelte-router/kit` instead.
6+
7+
## 📦 Package Renaming & Deprecation Notice
8+
9+
The `@wjfe/n-savant` and `@wjfe/n-savant-sk` packages are now deprecated and will no longer receive updates. Please
10+
migrate to the new `@svelte-router/*` packages to ensure compatibility with future versions of Svelte.
11+
12+
### Migration Instructions
13+
14+
As of v1.0, the router has been renamed to better reflect its role in the Svelte ecosystem. Install the new package
15+
and update your imports:
16+
17+
| Old Package Path | New Package Path |
18+
|---------------------------|-------------------------------|
19+
| `@wjfe/n-savant` | `@svelte-router/core` |
20+
| `@wjfe/n-savant-sk` | `@svelte-router/kit` |
21+
| `@wjfe/n-savant/core` | `@svelte-router/core/kernel` |
22+
23+
---
24+
325
> Hash router for Sveltekit projects
426
527
This is an extension package of the [@wjfe/n-savant](https://github.com/WJSoftware/wjfe-n-savant) SPA router, and enables the use of the router in hash mode in Sveltekit projects.

0 commit comments

Comments
 (0)