Releases: nvim-neorg/ts-breeze
Releases · nvim-neorg/ts-breeze
v1.0.0
1.0.0 (2023-05-16)
⚠ BREAKING CHANGES
- move back to rusty_pool as it has no memory leaks
- move to
threadpool
, fix excess memory usage
Features
- add
c_functions.rs
(4323904) - add preliminary
c_functions.rs
code (2060eb6) - breeze.rs: make
parse_files
take in a number of jobs (db2c87c)
Bug Fixes
Performance Improvements
Code Refactoring
- move back to rusty_pool as it has no memory leaks (3683c0c)