Skip to content

Latest commit

 

History

History
220 lines (99 loc) · 10.2 KB

CHANGELOG.md

File metadata and controls

220 lines (99 loc) · 10.2 KB

Changelog

3.1.0 (2024-11-23)

Features

  • support .lua and -lua suffixes for main module detection (#75) (95d02b6)

3.0.0 (2024-09-16)

⚠ BREAKING CHANGES

  • don't load bundles with opt items, add api for loading them (#61)

Features

  • don't load bundles with opt items, add api for loading them (#61) (41c08bf)

2.3.1 (2024-09-10)

Bug Fixes

  • vimdoc: remove .nvim suffix (90330cd)

2.3.0 (2024-09-10)

Features

2.2.0 (2024-07-29)

Features

  • override auto_setup per plugin via a boolean config field (a8a6862)

2.1.5 (2024-07-27)

Bug Fixes

  • auto-setup: don't error if setup fails (a836ed5)
  • don't error if loading plugins.<plugin>.config fails (c595eea)

2.1.4 (2024-07-11)

Bug Fixes

  • bundles: handle load failures gracefully (#58) (a28b018)

2.1.3 (2024-07-05)

Bug Fixes

  • allow extensions like rocks-lazy to hook into loading (#56) (778c6a7)

2.1.2 (2024-07-02)

Bug Fixes

  • deps: bump rocks.nvim minimum version constraint (#54) (16f5283)

2.1.1 (2024-06-25)

Bug Fixes

  • attempt to index nil if [rocks] is not set. (#50) (c4527e0), closes #49

2.1.0 (2024-06-25)

Features

  • support new rocks.nvim preload hook API (#44) (5bc99e9)

2.0.1 (2024-06-25)

Bug Fixes

2.0.0 (2024-06-19)

⚠ BREAKING CHANGES

  • support lazy-loading plugin configs

Features

  • support lazy-loading plugin configs (e872069)

1.6.0 (2024-05-18)

Features

Bug Fixes

  • put bundles under separate namespace, allow config to also take a string, make bundles nested tables instead of a list (1ec13ab)
  • show error when a bundle has an invalid plugin (ec975bf)

1.5.0 (2024-04-19)

Features

  • allow config = false in rocks.toml (7a3f813)
  • avoid crashing and log errors (#34) (0f1183a)
  • detect duplicate configs and warn user (#33) (d66b808)

1.4.0 (2024-04-09)

Features

Bug Fixes

  • avoid loading configs twice (#30) (d787b88)
  • set options before setting plugin configurations (024ad6b)

1.3.1 (2024-04-06)

Bug Fixes

  • use all package.loaders to search for configs (#24) (bd0adcd)

1.3.0 (2024-04-06)

Features

  • add - as a substitution for . to plugin heuristics (91845e1)
  • add colorscheme option (88f2626)

Performance Improvements

  • only search package.preloaded and package.path for configs (110ffdd)

1.2.3 (2024-03-20)

Bug Fixes

  • use new rocks.hooks.preload API to load configs (#19) (5c45b74)

1.2.2 (2024-02-29)

Bug Fixes

  • run plugin configurations after the whole configuration has executed (f9c46aa)

1.2.1 (2024-02-05)

Bug Fixes

  • plugin: prevent sourcing more than once (cca36f3)

1.2.0 (2023-12-18)

Features

  • add config = { ... } and config = true support for individual plugins (f484247)

1.1.2 (2023-12-18)

Bug Fixes

  • don't run setup() function if it is invoked without correct parameters (abb374c)
  • ensure user_configuration is a table (ec026f7)

1.1.1 (2023-12-18)

Bug Fixes

  • setup() not found error (a92809b)

1.1.0 (2023-12-18)

Features

1.0.1 (2023-12-14)

Bug Fixes

  • proper heuristics match loop conditioning (#2) (d21dcbb)

1.0.0 (2023-12-12)

Features