9.0.0 (2023-01-08)
⚠ BREAKING CHANGES
- spec: setting a table to
Plugin.config
is now deprecated. Please usePlugin.opts
instead. (backward compatible for now)
Features
- git: added fast
Git.get_origin
andGit.get_config
(a39fa0f) - git: lazy now detects origin changes and will fix it on update. Fixes #346. Fixes #331 (615781a)
- spec: setting a table to
Plugin.config
is now deprecated. Please usePlugin.opts
instead. (backward compatible for now) (7260a2b) - util: better deep merging with
Util.merge
(6a31b97)