Releases: Allaman/kustomize.nvim
Releases · Allaman/kustomize.nvim
v4.0.0
4.0.0 (2023-04-20)
⚠ BREAKING CHANGES
- update vim.treesitter API calls
Features
- update vim.treesitter API calls (861c8d5)
Bug Fixes
v3.1.0
3.1.0 (2023-02-23)
Features
- list_kinds: show also metadata.name value of each resource #22 (2e8aef6)
v3.0.0
3.0.0 (2023-02-23)
⚠ BREAKING CHANGES
- list resource "kinds:" in loclist #21
Features
v2.0.1
2.0.1 (2023-01-11)
Bug Fixes
- validation error msg handling (d30f120)
v2.0.0
2.0.0 (2023-01-11)
⚠ BREAKING CHANGES
- introduce nvim-treesitter parsing
Features
- introduce nvim-treesitter parsing (49aa4a0)
v1.0.3
1.0.3 (2023-01-06)
Bug Fixes
- remove unnecessary line break in error msg (a6b6cb7)
v1.0.2
1.0.2 (2023-01-06)
Bug Fixes
- title in warn and error functions (f7c612a)
- unix detection for path_separator() (7c7b6cd)
v1.0.1
1.0.1 (2023-01-05)
Bug Fixes
- prevent create_output to create a 'NO NAME' buffer #11 (e57ea1f)
v1.0.0
1.0.0 (2023-01-05)
⚠ BREAKING CHANGES
Features
- delete buffer after closing output window #9 (9c4398d)
Bug Fixes
Code Refactoring
v0.5.0
0.5.0 (2023-01-05)
Features
- add 'open' use case (f14e04f)
- add "validate manifests" use case (d843a71)
- add new "resources" function (158fd25)
- better error handling for kustomize build (aab7a9b)
- customization: adds support for custom user configurations/overrides (#2) (34e240c)
Bug Fixes
- add missing require statement (3f503c3)
- do not create buffer on kustomize error (ae4280a)
- support kustomization.yml (6d5af96)
- vim commands (e778ae4)