UNPKG

@visulima/path

Version:

Drop-in replacement of the Node.js path module.

296 lines (158 loc) 15.8 kB
## @visulima/path [2.0.5](https://github.com/visulima/visulima/compare/@visulima/path@2.0.4...@visulima/path@2.0.5) (2025-11-13) ### Bug Fixes * bump packem, to fix minified version of the code ([2a36ceb](https://github.com/visulima/visulima/commit/2a36ceb09251b0ca1178701a26547a871ed717a7)) ## @visulima/path [2.0.4](https://github.com/visulima/visulima/compare/@visulima/path@2.0.3...@visulima/path@2.0.4) (2025-11-12) ### Bug Fixes * update package configurations and TypeScript definitions ([b59aa59](https://github.com/visulima/visulima/commit/b59aa59dac1508216b944f4b917fb4a7ab1f70a4)) ### Miscellaneous Chores * Add jsr file to all packages for release ([#565](https://github.com/visulima/visulima/issues/565)) ([ec91652](https://github.com/visulima/visulima/commit/ec91652b4e4112adf14ba152c1239a7703ba425a)) * update license files and clean up TypeScript definitions ([fe668cc](https://github.com/visulima/visulima/commit/fe668cc26de23591d4df54a0954455ebbe31b22d)) ## @visulima/path [2.0.3](https://github.com/visulima/visulima/compare/@visulima/path@2.0.2...@visulima/path@2.0.3) (2025-11-07) ### Bug Fixes * update TypeScript configurations and improve linting across multiple packages ([6f25ec7](https://github.com/visulima/visulima/commit/6f25ec7841da7246f8f9166efc5292a7089d37ee)) ### Miscellaneous Chores * update npm and pnpm configurations for monorepo optimization ([#564](https://github.com/visulima/visulima/issues/564)) ([5512b42](https://github.com/visulima/visulima/commit/5512b42f672c216b6a3c9e39035199a4ebd9a4b8)) * update package.json files and pnpm-lock.yaml ([95d9f5b](https://github.com/visulima/visulima/commit/95d9f5b607105d05a006deadb4379e89f06dfe99)) ## @visulima/path [2.0.2](https://github.com/visulima/visulima/compare/@visulima/path@2.0.1...@visulima/path@2.0.2) (2025-11-05) ### Bug Fixes * update dependencies across multiple packages ([36a47f2](https://github.com/visulima/visulima/commit/36a47f26d65d25a7b4d8371186710e7d0ab61a2b)) ### Miscellaneous Chores * update dependencies across multiple packages ([c526462](https://github.com/visulima/visulima/commit/c52646260c2ae8bbf85692e642f305f47a158d4e)) * update package dependencies and configurations ([7bfe7e7](https://github.com/visulima/visulima/commit/7bfe7e71869580900aab50efb064b4293994ed9a)) ## @visulima/path [2.0.1](https://github.com/visulima/visulima/compare/@visulima/path@2.0.0...@visulima/path@2.0.1) (2025-10-21) ### Bug Fixes * allow node v25 and updated dev deps ([8158cc5](https://github.com/visulima/visulima/commit/8158cc53ec92bd0331e8c6bd0fcbc8ab61b9320f)) ### Miscellaneous Chores * **deps:** update package versions and dependencies ([88d8d32](https://github.com/visulima/visulima/commit/88d8d32c4629a7a06c8770369191da2cc81087cc)) * update license years and add validation rules ([b97811e](https://github.com/visulima/visulima/commit/b97811ed2d253d908c0d86b4579a0a6bc33673a8)) * update package dependencies across multiple packages ([17e3f23](https://github.com/visulima/visulima/commit/17e3f2377c8a3f98e2eed2192c5adaf6e32558b5)) ## @visulima/path [2.0.0](https://github.com/visulima/visulima/compare/@visulima/path@1.4.0...@visulima/path@2.0.0) (2025-10-15) ### ⚠ BREAKING CHANGES * Adjusted the node engine requirement to support versions 20.19 and above ### Bug Fixes * Adjusted the node engine requirement to support versions 20.19 and above ([ffeb2d4](https://github.com/visulima/visulima/commit/ffeb2d4ceff773f742c4f4f57b760588404e7434)) * allowed node 24 ([6397e2e](https://github.com/visulima/visulima/commit/6397e2e9a172a31d0983b0f34e9feabcc7bcf339)) * restore require exports in package.json for compatibility ([8b993fd](https://github.com/visulima/visulima/commit/8b993fd267cf4c02ef94420e520001076057c781)) * update @visulima/packem to 2.0.0-alpha.32 across multiple packages for improved compatibility ([27b346e](https://github.com/visulima/visulima/commit/27b346eaa1c0fb0e420d9a9824482028307f4249)) ### Miscellaneous Chores * **deps:** update build scripts and remove cross-env dependency ([7510e82](https://github.com/visulima/visulima/commit/7510e826b9235a0013fe61c82a7eb333bc4cbb78)) * remove unused helper test file to streamline codebase ([c096d97](https://github.com/visulima/visulima/commit/c096d97769814f9df16c1a39e41305ddb8358a3e)) * update package dependencies across multiple packages for improved compatibility and performance ([9567591](https://github.com/visulima/visulima/commit/9567591c415da3002f3a4fe08f8caf7ce01ca5f7)) * update package.json and pnpm-lock.yaml to include publint@0.3.12 and adjust build/test commands to exclude shared-utils ([1f7b3c0](https://github.com/visulima/visulima/commit/1f7b3c0381d77edfeec80ea1bf57b3469e929414)) ## @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))