Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 815 Bytes

File metadata and controls

25 lines (19 loc) · 815 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.0.2] - 2025-07-21

Changed

  • Migrated repository from GitLab to GitHub
  • Updated package name from use-path to react-use-path
  • Updated repository URL to https://github.com/Sacercode/react-use-path.git
  • Updated README.md with new installation instructions
  • Added author information in package.json

Added

  • This CHANGELOG.md file to track changes

[1.0.1] - Previous releases

  • Initial implementation of usePath hook
  • Basic navigation functionality
  • Support for relative and absolute paths
  • Unit tests with vitest
  • Example application