mirror of
https://github.com/zoriya/lz.n.git
synced 2025-12-05 22:26:11 +00:00
10 KiB
Executable File
10 KiB
Executable File
Changelog
2.9.2 (2024-10-30)
Bug Fixes
- loader: support importing submodules (
foo.bar) (988b7b3)
2.9.1 (2024-10-24)
Bug Fixes
2.9.0 (2024-10-21)
Features
2.8.1 (2024-10-15)
Bug Fixes
2.8.0 (2024-09-18)
Features
2.7.0 (2024-09-16)
Features
2.6.1 (2024-08-31)
Bug Fixes
2.6.0 (2024-08-30)
Features
2.5.2 (2024-08-28)
Bug Fixes
- vimdoc: missing lz.n.State field (a1d34cd)
2.5.1 (2024-08-28)
Bug Fixes
- vimdoc: duplicate tag (ef2194d)
2.5.0 (2024-08-28)
Features
- support a simplified handler.state API without keys (180eb92)
2.4.0 (2024-08-28)
Features
Bug Fixes
- handler resilience against trigger_load calls in hooks (163b247)
- lookup now returns deep copy (#74) (dac14fb)
2.3.0 (2024-08-26)
Features
2.2.0 (2024-08-23)
Features
2.1.0 (2024-08-22)
Features
2.0.1 (2024-08-22)
Bug Fixes
- loader: deterministic ordering when loading lists of plugins (8667b60)
2.0.0 (2024-08-20)
⚠ BREAKING CHANGES
- simplify state management + idempotent
trigger_load(#56)
Features
Bug Fixes
1.4.4 (2024-08-09)
Bug Fixes
1.4.3 (2024-07-10)
Bug Fixes
1.4.2 (2024-06-29)
Bug Fixes
1.4.1 (2024-06-26)
Bug Fixes
1.4.0 (2024-06-24)
Features
1.3.2 (2024-06-19)
Bug Fixes
- event: broken
DeferredUIEnterevent (cf11ec2)
1.3.1 (2024-06-19)
Bug Fixes
- support /nix/store links (fa625dd)
1.3.0 (2024-06-18)
Features
- support importing
init.luasubmodules (5c3c2a1) - support loading plugin spec lists and imports more than once (d911029)
1.2.4 (2024-06-17)
Bug Fixes
- actually support importing plugin specs from files (5553dc5)
1.2.3 (2024-06-16)
Bug Fixes
- colorscheme lists inserted into wrong table (9fe735e)
1.2.2 (2024-06-16)
Bug Fixes
- spdx license identifier in release rockspec (5c71d03)
1.2.1 (2024-06-16)
Bug Fixes
- ensure individual plugins can only be registered once (47a10af)
1.2.0 (2024-06-16)
Features
- register individual plugin specs for lazy loading (b9c03c1)
1.1.0 (2024-06-15)
Features
- add
DeferredUIEnteruser event (0a3b2c5)