Releases: pysan3/pathlib.nvim
Releases · pysan3/pathlib.nvim
v2.2.3
29 Aug 15:03
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.2.2 (2024-04-26)
Bug Fixes
base: fix type annotations (1c56f55 )
v2.2.1
26 Apr 14:14
Compare
Sorry, something went wrong.
No results found
2.2.1 (2024-04-26)
Bug Fixes
base: Path.glob return nil when finished (fd9dee0 )
v2.2.0
31 Mar 07:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.0.1 (2024-03-28)
Bug Fixes
base: fix resolving multiple ../ and add test (#52 ) (6fb37e0 )
v2.0.0
26 Mar 20:05
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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 )