raviger 5.0.0-2 → 5.0.0

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/CHANGELOG.md +3 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,12 +4,14 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [5.0.0] - UNRELEASED
7
+ ## [5.0.0] - 2025-06-29
8
8
  ### Added
9
9
  - Added support for `useRoutes` to take an array to specify route matching priority
10
+ - Support for React 19
10
11
  ### Changed
11
12
  - **BREAKING**: changed parameters on `useQueryParams` setter options from `replace, replaceHistory` to `overwrite, replace` to keep consistency with `replace` on other navigation functions.
12
13
  - Added support for underscore `_` in path part matchers
14
+ - Removed support for Node versions older than 20
13
15
 
14
16
  ## [4.2.1] - 2025-04-08
15
17
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "raviger",
3
- "version": "5.0.0-2",
3
+ "version": "5.0.0",
4
4
  "description": "React routing with hooks",
5
5
  "keywords": [
6
6
  "react",