@visulima/path
Version:
Drop-in replacement of the Node.js path module.
225 lines (117 loc) • 11.1 kB
Markdown
## @visulima/path [1.4.0](https://github.com/visulima/visulima/compare/@visulima/path@1.3.6...@visulima/path@1.4.0) (2025-06-04)
### Features
* **path:** added isWindows helper function ([ba7ab7d](https://github.com/visulima/visulima/commit/ba7ab7dec78aec7ca08c221eba5b04e82a07bee5))
## @visulima/path [1.3.6](https://github.com/visulima/visulima/compare/@visulima/path@1.3.5...@visulima/path@1.3.6) (2025-05-30)
### Bug Fixes
* **path:** update dependencies ([d0e4c71](https://github.com/visulima/visulima/commit/d0e4c71ccfbc45701735a10e666c0af7860d0563))
### Miscellaneous Chores
* updated dev dependencies ([2433ed5](https://github.com/visulima/visulima/commit/2433ed5fb662e0303c37edee8ddc21b46c21263f))
## @visulima/path [1.3.5](https://github.com/visulima/visulima/compare/@visulima/path@1.3.4...@visulima/path@1.3.5) (2025-03-07)
### Bug Fixes
* updated @visulima/packem and other dev deps, for better bundling size ([e940581](https://github.com/visulima/visulima/commit/e9405812201594e54dd81d17ddb74177df5f3c24))
### Miscellaneous Chores
* fixed issue with pnpm audit, changed browser path ([67337cb](https://github.com/visulima/visulima/commit/67337cb0395442540e7701c4dc8a4fef8a3fe1a2))
* updated dev dependencies ([487a976](https://github.com/visulima/visulima/commit/487a976932dc7c39edfc19ffd3968960ff338066))
## @visulima/path [1.3.4](https://github.com/visulima/visulima/compare/@visulima/path@1.3.3...@visulima/path@1.3.4) (2025-01-25)
### Bug Fixes
* fixed wrong node version range in package.json ([4ae2929](https://github.com/visulima/visulima/commit/4ae292984681c71a770e4d4560432f7b7c5a141a))
### Miscellaneous Chores
* fixed typescript url ([fe65a8c](https://github.com/visulima/visulima/commit/fe65a8c0296ece7ee26474c70d065b06d4d0da89))
* lock file update, added dedupe lint command ([5ba7093](https://github.com/visulima/visulima/commit/5ba7093fefaca7ed2fce6b0cf6069a53c300456a))
* updated all dev dependencies ([37fb298](https://github.com/visulima/visulima/commit/37fb298b2af7c63be64252024e54bb3af6ddabec))
* updated all dev dependencies and all dependencies in the app folder ([87f4ccb](https://github.com/visulima/visulima/commit/87f4ccbf9f7900ec5b56f3c1477bc4a0ef571bcf))
## @visulima/path [1.3.3](https://github.com/visulima/visulima/compare/@visulima/path@1.3.2...@visulima/path@1.3.3) (2025-01-13)
### Bug Fixes
* **path:** fixed isRelative with ".." syntax ([67a63b5](https://github.com/visulima/visulima/commit/67a63b5c7044605b9a77b9f13cf6dc7ac37f376b))
## @visulima/path [1.3.2](https://github.com/visulima/visulima/compare/@visulima/path@1.3.1...@visulima/path@1.3.2) (2025-01-12)
### Bug Fixes
* updated @visulima/packem, and all other dev dependencies ([7797a1c](https://github.com/visulima/visulima/commit/7797a1c3e6f1fc532895247bd88285a8a9883c40))
## @visulima/path [1.3.1](https://github.com/visulima/visulima/compare/@visulima/path@1.3.0...@visulima/path@1.3.1) (2025-01-08)
### Bug Fixes
* **path:** switched minimatch to zeptomatch ([d10d466](https://github.com/visulima/visulima/commit/d10d4667094345693b554641522d1aeec86f2f56))
## @visulima/path [1.3.0](https://github.com/visulima/visulima/compare/@visulima/path@1.2.0...@visulima/path@1.3.0) (2025-01-08)
### Features
* **path:** preserve normalized unc paths in join ([316301d](https://github.com/visulima/visulima/commit/316301d1103f707953e7b4fc2df3d921d0120561))
## @visulima/path [1.2.0](https://github.com/visulima/visulima/compare/@visulima/path@1.1.2...@visulima/path@1.2.0) (2024-12-31)
### Features
* added matchesGlob export, added Path type, added posix and win32 exports ([2374dad](https://github.com/visulima/visulima/commit/2374dadf62026394df061c7bf8ce1e99ce0304c4))
### Miscellaneous Chores
* updated dev dependencies ([9de2eab](https://github.com/visulima/visulima/commit/9de2eab91e95c8b9289d12f863a5167218770650))
## @visulima/path [1.1.2](https://github.com/visulima/visulima/compare/@visulima/path@1.1.1...@visulima/path@1.1.2) (2024-12-12)
### Bug Fixes
* allow node v23 ([8ca929a](https://github.com/visulima/visulima/commit/8ca929af311ce8036cbbfde68b6db05381b860a5))
* allowed node 23, updated dev dependencies ([f99d34e](https://github.com/visulima/visulima/commit/f99d34e01f6b13be8586a1b5d37dc8b8df0a5817))
* updated packem to v1.8.2 ([23f869b](https://github.com/visulima/visulima/commit/23f869b4120856cc97e2bffa6d508e2ae30420ea))
* updated packem to v1.9.2 ([47bdc2d](https://github.com/visulima/visulima/commit/47bdc2dfaeca4e7014dbe7772eae2fdf8c8b35bb))
### Styles
* cs fixes ([46d31e0](https://github.com/visulima/visulima/commit/46d31e082e1865262bf380859c14fabd28ff456d))
### Miscellaneous Chores
* updated dev dependencies ([a916944](https://github.com/visulima/visulima/commit/a916944b888bb34c34b0c54328b38d29e4399857))
## @visulima/path [1.1.1](https://github.com/visulima/visulima/compare/@visulima/path@1.1.0...@visulima/path@1.1.1) (2024-10-05)
### Bug Fixes
* **path:** fixing wrong export of isAbsolute on utils ([92148a8](https://github.com/visulima/visulima/commit/92148a8dd7c986536aefdbc3d316d16f32239e57))
## @visulima/path [1.1.0](https://github.com/visulima/visulima/compare/@visulima/path@1.0.9...@visulima/path@1.1.0) (2024-10-05)
### Features
* **path:** added isAbsolute util ([57dac59](https://github.com/visulima/visulima/commit/57dac5933b454782eb61683bb60cc7fe9a7a1b62))
### Bug Fixes
* updated dev dependencies, updated packem to v1.0.7, fixed naming of some lint config files ([c071a9c](https://github.com/visulima/visulima/commit/c071a9c8e129014a962ff654a16f302ca18a5c67))
## @visulima/path [1.0.9](https://github.com/visulima/visulima/compare/@visulima/path@1.0.8...@visulima/path@1.0.9) (2024-09-24)
### Bug Fixes
* update packem to v1 ([05f3bc9](https://github.com/visulima/visulima/commit/05f3bc960df10a1602e24f9066e2b0117951a877))
* updated esbuild from v0.23 to v0.24 ([3793010](https://github.com/visulima/visulima/commit/3793010d0d549c0d41f85dea04b8436251be5fe8))
### Miscellaneous Chores
* updated dev dependencies ([05edb67](https://github.com/visulima/visulima/commit/05edb671285b1cc42875223314b24212e6a12588))
## @visulima/path [1.0.8](https://github.com/visulima/visulima/compare/@visulima/path@1.0.7...@visulima/path@1.0.8) (2024-09-11)
### Bug Fixes
* fixed node10 support ([f5e78d9](https://github.com/visulima/visulima/commit/f5e78d9bff8fd603967666598b34f9338a8726b5))
### Miscellaneous Chores
* updated dev dependencies ([28b5ee5](https://github.com/visulima/visulima/commit/28b5ee5c805ca8868536418829cde7ba8c5bb8dd))
## @visulima/path [1.0.7](https://github.com/visulima/visulima/compare/@visulima/path@1.0.6...@visulima/path@1.0.7) (2024-09-07)
### Bug Fixes
* fixed broken chunk splitting from packem ([1aaf277](https://github.com/visulima/visulima/commit/1aaf27779292d637923c5f8a220e18606e78caa2))
## @visulima/path [1.0.6](https://github.com/visulima/visulima/compare/@visulima/path@1.0.5...@visulima/path@1.0.6) (2024-09-07)
### Bug Fixes
* added types support for node10 ([604583f](https://github.com/visulima/visulima/commit/604583fa3c24b950fafad45d17e7a1333040fd76))
### Styles
* cs fixes ([f5c4af7](https://github.com/visulima/visulima/commit/f5c4af7cfa9fc79b6d3fa60c1e48d88bffab5a08))
### Miscellaneous Chores
* update dev dependencies ([0738f98](https://github.com/visulima/visulima/commit/0738f9810478bb215ce4b2571dc8874c4c503089))
## @visulima/path [1.0.5](https://github.com/visulima/visulima/compare/@visulima/path@1.0.4...@visulima/path@1.0.5) (2024-08-30)
### Bug Fixes
* updated license content ([63e34b3](https://github.com/visulima/visulima/commit/63e34b3a173d0b05b4eea97f85d37f08559559dd))
### Miscellaneous Chores
* updated dev dependencies ([45c2a76](https://github.com/visulima/visulima/commit/45c2a76bc974ecb2c6b172c3af03373d4cc6a5ce))
## @visulima/path [1.0.4](https://github.com/visulima/visulima/compare/@visulima/path@1.0.3...@visulima/path@1.0.4) (2024-08-04)
### Bug Fixes
* **path:** fixed delimiter return based on the platform ([967f221](https://github.com/visulima/visulima/commit/967f221b4cea689ab32e5f42fec37db5d413b61b))
## @visulima/path [1.0.3](https://github.com/visulima/visulima/compare/@visulima/path@1.0.2...@visulima/path@1.0.3) (2024-08-01)
### Bug Fixes
* **path:** switched to packem from tsup ([0bd94e5](https://github.com/visulima/visulima/commit/0bd94e5a977497864132f63678c5e09e059a46dc))
### Styles
* cs fixes ([ee5ed6f](https://github.com/visulima/visulima/commit/ee5ed6f31bdabcfacdb0d1abd1eff2cc6207cefc))
### Miscellaneous Chores
* added private true into fixture package.json files ([4a9494c](https://github.com/visulima/visulima/commit/4a9494c642fa98f224505a1d231b5af4e73d6c79))
* changed typescript version back to 5.4.5 ([55d28bb](https://github.com/visulima/visulima/commit/55d28bbdc103718d19f844034b38a0e8e5af798a))
* cs fixes ([ab59375](https://github.com/visulima/visulima/commit/ab59375452fa289aed240bfd0b54b76d0c6ee2b4))
* updated all dev deps ([ef143ce](https://github.com/visulima/visulima/commit/ef143ce2e15952a0910aa5c8bd78d25de9ebd7f3))
* updated dev dependencies ([ac67ec1](https://github.com/visulima/visulima/commit/ac67ec1bcba16175d225958e318199f60b10d179))
* updated dev dependencies ([34df456](https://github.com/visulima/visulima/commit/34df4569f2fc074823a406c44a131c8fbae2b147))
* updated dev dependencies and sorted the package.json ([9571572](https://github.com/visulima/visulima/commit/95715725a8ed053ca24fd1405a55205c79342ecb))
### Build System
* fixed found audit error, updated all dev package deps, updated deps in apps and examples ([4c51950](https://github.com/visulima/visulima/commit/4c519500dc5504579d35725572920658999885cb))
## @visulima/path [1.0.2](https://github.com/visulima/visulima/compare/@visulima/path@1.0.1...@visulima/path@1.0.2) (2024-06-06)
### Bug Fixes
* allow node v22 ([890d457](https://github.com/visulima/visulima/commit/890d4570f18428e2463944813c0c638b3f142803))
### Miscellaneous Chores
* updated dev dependencies ([a2e0504](https://github.com/visulima/visulima/commit/a2e0504dc239049434c2482756ff15bdbaac9b54))
## @visulima/path [1.0.1](https://github.com/visulima/visulima/compare/@visulima/path@1.0.0...@visulima/path@1.0.1) (2024-05-24)
### Bug Fixes
* changed pathe to @visulima/path ([#410](https://github.com/visulima/visulima/issues/410)) ([bfe1287](https://github.com/visulima/visulima/commit/bfe1287aff6d28d5dca302fd4d58c1f6234ce0bb))
### Styles
* cs fixes ([ed993a1](https://github.com/visulima/visulima/commit/ed993a1a3b4c963c3c8e3400278b4dbca5993e13))
### Miscellaneous Chores
* changed semantic-release-npm to pnpm ([b6d100a](https://github.com/visulima/visulima/commit/b6d100a2bf3fd026577be48726a37754947f0973))
* fixed wrong named folders to integration, added TEST_PROD_BUILD ([1b826f5](https://github.com/visulima/visulima/commit/1b826f5baf8285847199de9ede8fbdbadf201ad6))
## @visulima/path 1.0.0 (2024-05-14)
### Features
* **path:** new path component ([#409](https://github.com/visulima/visulima/issues/409)) ([e3fe6be](https://github.com/visulima/visulima/commit/e3fe6be7c79a791d028666a570199e6df1936482))