Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
chore(main): release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 29, 2024
1 parent ce9a2e8 commit 36ba463
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.6.0](https://github.com/folke/neodev.nvim/compare/v2.5.2...v2.6.0) (2024-03-29)


### Features

* added lpeg types ([4233305](https://github.com/folke/neodev.nvim/commit/4233305906767488d3cec31b3a02287d99886e08))
* added vim.iter, vim.version and vim.secure. Fixes [#153](https://github.com/folke/neodev.nvim/issues/153) ([76bdb81](https://github.com/folke/neodev.nvim/commit/76bdb81a3cd45ff0f42c7d427e3e67fe6e39593c))


### Bug Fixes

* add some types back for nightly since not everything is typed yet in core ([f54ec26](https://github.com/folke/neodev.nvim/commit/f54ec266b8328661e880e22b2690cc2234222842))
* correctly type vim.iter. See [#153](https://github.com/folke/neodev.nvim/issues/153) ([5136343](https://github.com/folke/neodev.nvim/commit/5136343889f068fda32467cefd41029ca6bdf4d9))
* deepcopy lsp config before unsetting library for fallback scopes. Fixes [#190](https://github.com/folke/neodev.nvim/issues/190) ([1c5dc3e](https://github.com/folke/neodev.nvim/commit/1c5dc3efce40ee419f573088543299194edde8ca))
* only skip workspace libraries when needed and extend original config ([e7ca4a2](https://github.com/folke/neodev.nvim/commit/e7ca4a2ea0da5e39a639c08c3edb352b9355f09e))
* use Neovim distributed types on Neovim >= 0.10, instead of neodev ([b354c38](https://github.com/folke/neodev.nvim/commit/b354c3810f8f3a954f9d5ef8c1706451a27a4964))


### Performance Improvements

* **luals:** don't add workspace library for the fallback scope ([c6be05a](https://github.com/folke/neodev.nvim/commit/c6be05aab078827e51aabdc64cc9fba7c06d27b7))

## [2.5.2](https://github.com/folke/neodev.nvim/compare/v2.5.1...v2.5.2) (2023-03-24)


Expand Down

0 comments on commit 36ba463

Please sign in to comment.