UNPKG

furi

Version:

File URI manipulation library

49 lines (33 loc) 1.36 kB
# 3.0.0 (2024-01-24) - **[Breaking change]** Convert to ESM. - **[Feature]** Drop all runtime dependencies. - **[Fix]** Update dependencies. - **[Internal]** Replace Travis CI with GitHub Actions. # 2.0.0 (2020-01-27) - **[Breaking change]** Remove repeated slashes from pathnames. - **[Feature]** Add `Furi` class enforcing file URI invariants. - **[Feature]** Add `basename`. - **[Feature]** Add support for relative URI strings for `join`. - **[Feature]** Add `relative`. - **[Fix]** Update dependencies. - **[Internal]** Update to `travis-ci.com`. # 1.3.0 (2018-12-04) - **[Feature]** Add `parent` function. # 1.2.0 (2018-12-04) - **[Feature]** Add `join` function. - **[Feature]** Add `asWritableUrl` function. - **[Feature]** Add `asFuri` function. # 1.1.0 (2018-12-03) - **[Feature]** Publish `.mjs` files. - **[Fix]** Update dependencies. # 1.0.0 (2018-11-21) - **[Breaking change]** Rename `toShortWindowsPath` to `toWindowsShortPath`. - **[Breaking change]** Rename `toLongWindowsPath` to `toWindowsLongPath`. - **[Documentation]** Add documentation. # 0.2.0 (2018-11-21) - **[Breaking change]** Rename `toWindowsPath` to `toShortWindowsPath`. - **[Feature]** Add to `toLongWindowsPath`. - **[Fix]** Add support for Windows UNC paths. - **[Fix]** Add support for Windows long paths. # 0.1.0 (2018-10-16) - **[Feature]** First release