1.5.0 (2022-12-21)
- added
Filter.cond
to conditionally use a route (29a2e05) - format: allow
config.format.level.icons
to be false. Fixes #274 (aa68eb6)
- correctly apply padding based on four numbers (c9c1fbd)
- nui: removed work-around for padding and border style shadow (4f34d33)
1.4.2 (2022-12-16)
- debug: calculate stacktrace outisde of vim schedule to make it useful (a5de1ca)
- debug: only concat debug info that is a string (78ec5c6)
- nui: remove border text when style is
nil
,"none"
, or"shadow"
(d85a4d0) - nui: remove padding when border is
shadow
(1515007)
1.4.1 (2022-12-03)
- scrollbar destructs itself, so make a copy to see if there are any remnants left (8d80a69)
- stop processing messages when Neovim is exiting. Fixes #237 (8c8acf7)
1.4.0 (2022-12-03)
- added support for <pre>{lang} code blocks used in the Neovim codebase (de48a45)
- check if loader returned a function before loading (66946c7)
- reset preloader before trying to load the module (08655e9)