BREAKING_CHANGE(iso): rename pathJoin to join for better API consistency

This commit is contained in:
2025-07-28 22:31:00 +00:00
parent ff1e6242a3
commit 047d7fcab9
5 changed files with 43 additions and 35 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## [6.0.0] - 2025-01-28
### BREAKING CHANGES
- Renamed `pathJoin()` to `join()` for better API consistency and brevity
### Changed
- Updated all references and tests to use the new `join()` function name
## [5.1.0] - 2025-01-28
### Added