Skip to content

Releases: pysan3/pathlib.nvim

v1.0.2

21 Mar 22:17
eee78bb

Choose a tag to compare

1.0.2 (2024-03-21)

Bug Fixes

  • base: add with_stem variants (f912333)
  • base: deprecate siblings with concat (47b0cd9)
  • base: rename new_descendant to descendant for simplicity (f8b8281)
  • types: add type annotations for operator overload (d194dc2)

v1.0.1

21 Mar 20:23
cdc09f0

Choose a tag to compare

1.0.1 (2024-03-21)

Bug Fixes

  • base: add string concat mode to make it work with old code (#40) (6e7219f)
  • base: return self from to_absolute for easier chaining (#42) (b8d3184)

v1.0.0

18 Mar 23:39
fdd4d58

Choose a tag to compare

1.0.0 (2024-03-18)

⚠ BREAKING CHANGES

  • release first major version
  • release first major version

Features

  • release first major version (44e3a10)
  • release first major version (1a5b9c5)

v0.6.5

16 Mar 16:15
38161a4

Choose a tag to compare

0.6.5 (2024-03-15)

Bug Fixes

  • scheduler: make sure to sleep more than enough to trigger the task (3a65f03)

v0.6.4

15 Mar 18:59
165e6e6

Choose a tag to compare

0.6.4 (2024-03-15)

Bug Fixes

  • git: allow path to not have git_state to request (fb7f23b)

v0.6.3

22 Feb 11:20
10ebb5e

Choose a tag to compare

0.6.3 (2024-02-22)

Bug Fixes

  • base: fix shellescape to work on Windows (b82db08)
  • base: update document for shellescape to be correct (c13bd05)

v0.6.2

22 Feb 11:06
a675aaf

Choose a tag to compare

0.6.2 (2024-02-22)

Bug Fixes

  • base: fix wrong comparison in string generation (9d384f3)

v0.6.1

21 Feb 16:37
8f6f9b2

Choose a tag to compare

0.6.1 (2024-02-21)

Bug Fixes

  • base: fix type issue and wrong initialization (3e95f11)
  • git: add scheduler to debounce git status checks (a27ce38)
  • git: make sure scheduler is always triggered at least once (5f3cbe4)
  • git: process git ignore checks in batches to avoid error (c9a8812)

v0.6.0

19 Feb 00:04
e6a28c9

Choose a tag to compare

0.6.0 (2024-02-19)

Features

  • git: use nio.process to fetch git state inside nio job (#32) (f754df5)

v0.5.4

18 Feb 23:01
2fa22af

Choose a tag to compare

0.5.4 (2024-02-18)

Bug Fixes

  • base: fs_iterdir bug when skip_dir is nil (da7f101)