clear-react-router 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,6 @@ It provides first-class support for:
31
31
  - **Prefetching** - Preload data on hover for instant navigation
32
32
  - **Lazy Loading** - Code-split your routes with dynamic imports for optimal performance
33
33
  - **Scroll Restoration** — Automatically saves and restores scroll position when navigating back to a page (preserves user's scroll position)
34
- - **Typed Query Param** — Type-safe reading and writing of URL query parameters with built-in parsers for strings, numbers, booleans, arrays, and Zod schemas
35
34
  - **Flexible API** - Use components or hooks as you prefer
36
35
  - **Browser History** - Full support for browser back/forward buttons
37
36
  - **Context-aware** - Pass and update context through routes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clear-react-router",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "A lightweight, type-safe routing library for React applications",
5
5
  "author": "Andrew Bubnov",
6
6
  "scripts": {