Skip to content

Releases: pysan3/pathlib.nvim

v2.2.3

29 Aug 15:03
57e5598
Compare
Choose a tag to compare

2.2.3 (2024-08-29)

Bug Fixes

  • base: Path:tostring sep argument is not longer ignored (0e98cef)

v2.2.2

26 Apr 14:18
723f9cd
Compare
Choose a tag to compare

2.2.2 (2024-04-26)

Bug Fixes

  • base: fix type annotations (1c56f55)

v2.2.1

26 Apr 14:14
494f79d
Compare
Choose a tag to compare

2.2.1 (2024-04-26)

Bug Fixes

  • base: Path.glob return nil when finished (fd9dee0)

v2.2.0

31 Mar 07:56
852ea2f
Compare
Choose a tag to compare

2.2.0 (2024-03-31)

Features

  • base: path:regex_string which returns regex-safe string (de8c6b3)

Bug Fixes

  • base: don't overwrite file with touch (7bba29c)

v2.1.1

31 Mar 07:34
ac3d49a
Compare
Choose a tag to compare

2.1.1 (2024-03-28)

Bug Fixes

  • base: add tests for self:remove_suffix (d39ff55)
  • base: fix self:remove_suffix (26fa1f2)

v2.1.0

28 Mar 21:05
2954bf9
Compare
Choose a tag to compare

2.1.0 (2024-03-28)

Bug Fixes

  • base: fix suffix detection and add tests (#54) (25d2123)

Documentation

  • base: fix and improve docs for self:with_suffix (7a5be95)

v2.0.1

28 Mar 00:12
1c0aeb1
Compare
Choose a tag to compare

2.0.1 (2024-03-28)

Bug Fixes

  • base: fix resolving multiple ../ and add test (#52) (6fb37e0)

v2.0.0

26 Mar 20:05
77013ed
Compare
Choose a tag to compare

2.0.0 (2024-03-26)

⚠ BREAKING CHANGES

  • base: move Path.len -> depth to make path align with string.len (#50)

Features

  • base: move Path.len -> depth to make path align with string.len (#50) (43cc27c)

v1.1.1

26 Mar 18:42
2c4c349
Compare
Choose a tag to compare

1.1.1 (2024-03-26)

Bug Fixes

  • base: fix self:child when self:len() == 0 returns wrong string cache (4664793)
  • init: trick type annotations (48f9d2b)

v1.1.0

26 Mar 09:57
5b46603
Compare
Choose a tag to compare

1.1.0 (2024-03-25)

Features

  • base: add peek to get specific part in path (#45) (5511eb3)
  • base: make path object inherit string manipulation functions (fe5cd85)