Skip to content

Releases: denoland/deno_path_util

0.6.4

29 Oct 18:11

Choose a tag to compare

  • fix(windows): normalize_path - strip trailing spaces and dots (#21)

0.6.3

16 Oct 22:04

Choose a tag to compare

  • fix: relative path handling in canonicalize_path_maybe_not_exists (#20)

0.6.2

02 Oct 16:36

Choose a tag to compare

  • feat: resolve_import (#17)

0.6.1

29 Jul 21:32

Choose a tag to compare

  • fix: normalize_path should handle path ending in a current dir component (#18)

0.6.0

29 Jul 16:40

Choose a tag to compare

  • update deno_error to 0.7 (#16)

0.5.2

26 Jul 21:56

Choose a tag to compare

  • fix(normalize_path): remove current dir components, ensure backslashes on windows, and ensure no trailing slash (#15)

0.5.1

25 Jul 20:37

Choose a tag to compare

  • perf: remove duplicate normalize_path (#14)

0.5.0

25 Jul 20:27

Choose a tag to compare

  • fix: normalize a path when converting to a url (#13)
  • perf: make normalize_path faster if already normalized (#12)

0.4.0

28 May 13:54

Choose a tag to compare

0.4.0

0.3.3

15 May 18:02

Choose a tag to compare

  • feat: add named sys traits (#10)