Skip to content

Releases: linrongbin16/commons.nvim

v27.0.0

02 Feb 12:21
ac18006

Choose a tag to compare

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
84bd05c

Choose a tag to compare

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
7d4affd

Choose a tag to compare

25.0.1 (2025-01-17)

Bug Fixes

v25.0.0

17 Jan 03:13
258510a

Choose a tag to compare

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
51f4e17

Choose a tag to compare

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
c9b9eaa

Choose a tag to compare

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
cb4502a

Choose a tag to compare

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
ff4a221

Choose a tag to compare

21.1.0 (2024-11-25)

Features

v21.0.1

22 Nov 05:43
05e6385

Choose a tag to compare

21.0.1 (2024-11-22)

Bug Fixes

v21.0.0

22 Nov 05:01
7ead7dc

Choose a tag to compare

21.0.0 (2024-11-22)

⚠ BREAKING CHANGES

  • remove 'async' library (#287)

Code Refactoring