Skip to content

Commit

Permalink
chore: release v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2024
1 parent b2de9f2 commit 646450e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
20 changes: 1 addition & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,70 +4,52 @@ All notable changes to this project will be documented in this file.

## Unreleased

## 0.0.7 - 2024-02-04
### Fixed

- `findClosestRoute` throwing when trying to get an undefined entry of the `catch-all` route.

## 0.0.6 - 2024-01-27

### Changed

- distinguish between normal and index routes.

### Fixed

- index routes being matched wrongly.
- throw with paths with multiple segments

## 0.0.5 - 2024-01-07

### Changed

- distinguish between normal and index routes.

### Fixed

- index routes being matched wrongly.
- throw with paths with multiple segments

## 0.0.5 - 2024-01-07

### Fixed

- exporting `RouterType` as a value instead of a type.

## 0.0.4 - 2024-01-04

### Added

- improved documentation

### Fixed

- restored `Router.getSearchParams`.
- navigating causing `onChanged` hook to be called even when url is unchanged.
- `Router.getParams` now encodes params value before storing them.

## 0.0.3 - 2024-01-02

### Changed

- simplified how the router work.

## 0.0.2 - 2023-12-28

### Added

- `toHref` method allowing the creation of a valid `href` from a path or a `NamedDestination`.

### Fixed

- improved `navigate()` with the existance of a `base`.

## 0.0.1 - 2023-12-08

### Added

- export `RouterInstance` class.
- export `types`.
- export `isUrlNavigatable` method.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/RiadhAdrani/dom-router"
},
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down

0 comments on commit 646450e

Please sign in to comment.