Releases: linrongbin16/commons.nvim
Releases · linrongbin16/commons.nvim
v27.0.0
02 Feb 12:21
Compare
Sorry, something went wrong.
No results found
27.0.0 (2025-02-02)
⚠ BREAKING CHANGES
async: migrate to a new simplier/easier async module! (#311 )
Features
async: migrate to a new simplier/easier async module! (#311 ) (592432b )
v26.0.0
18 Jan 14:25
Compare
Sorry, something went wrong.
No results found
26.0.0 (2025-01-18)
⚠ BREAKING CHANGES
shell: remove 'shell' module docs! (#308 )
shell: revert 'shell' module! (#307 )
Reverts
Documentation
v25.0.1
17 Jan 03:38
Compare
Sorry, something went wrong.
No results found
v25.0.0
17 Jan 03:13
Compare
Sorry, something went wrong.
No results found
25.0.0 (2025-01-17)
⚠ BREAKING CHANGES
spawn: remove "blockwise" APIs, split "linewise" API into two modes: no-wait and waitable! (#303 )
Features
Bug Fixes
spawn: remove "blockwise" APIs, split "linewise" API into two modes: no-wait and waitable! (#303 ) (174ef15 )
v24.0.0
14 Jan 10:09
Compare
Sorry, something went wrong.
No results found
24.0.0 (2025-01-14)
⚠ BREAKING CHANGES
spawn: rename "complete" to "blockwise"! (#301 )
Code Refactoring
spawn: rename "complete" to "blockwise"! (#301 ) (41e541d )
v23.0.0
14 Jan 10:01
Compare
Sorry, something went wrong.
No results found
23.0.0 (2025-01-14)
⚠ BREAKING CHANGES
spawn: rename "run" to "linewise" for line-wise stdout/stderr processing (#299 )
Features
spawn: add "complete" for all collected stdout/stderr from child-process (#299 ) (7d1f0ed )
spawn: rename "run" to "linewise" for line-wise stdout/stderr processing (#299 ) (7d1f0ed )
v22.0.0
12 Jan 06:27
Compare
Sorry, something went wrong.
No results found
22.0.0 (2025-01-12)
⚠ BREAKING CHANGES
fileio: rename 'fileio' module to 'fio' (#298 )
fileio: refactor 'asyncreadfile' API, move 'on_complete' into opts, remove 'trim' (#296 )
Code Refactoring
fileio: refactor 'asyncreadfile' API, move 'on_complete' into opts, remove 'trim' (#296 ) (0dce06a )
fileio: rename 'fileio' module to 'fio' (#298 ) (fa600d0 )
v21.1.0
25 Nov 02:06
Compare
Sorry, something went wrong.
No results found
v21.0.1
22 Nov 05:43
Compare
Sorry, something went wrong.
No results found
v21.0.0
22 Nov 05:01
Compare
Sorry, something went wrong.
No results found
21.0.0 (2024-11-22)
⚠ BREAKING CHANGES
remove 'async' library (#287 )
Code Refactoring