Skip to content

Releases: Allaman/kustomize.nvim

v4.0.0

20 Apr 22:24
4680e8e
Compare
Choose a tag to compare

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

23 Feb 19:29
a189234
Compare
Choose a tag to compare

3.1.0 (2023-02-23)

Features

  • list_kinds: show also metadata.name value of each resource #22 (2e8aef6)

v3.0.0

23 Feb 16:17
ebe8c94
Compare
Choose a tag to compare

3.0.0 (2023-02-23)

⚠ BREAKING CHANGES

  • list resource "kinds:" in loclist #21

Features

v2.0.1

11 Jan 04:23
ce3d921
Compare
Choose a tag to compare

2.0.1 (2023-01-11)

Bug Fixes

  • validation error msg handling (d30f120)

v2.0.0

11 Jan 04:03
17cb33e
Compare
Choose a tag to compare

2.0.0 (2023-01-11)

⚠ BREAKING CHANGES

  • introduce nvim-treesitter parsing

Features

  • introduce nvim-treesitter parsing (49aa4a0)

v1.0.3

06 Jan 23:27
d5c5ffb
Compare
Choose a tag to compare

1.0.3 (2023-01-06)

Bug Fixes

  • remove unnecessary line break in error msg (a6b6cb7)

v1.0.2

06 Jan 15:56
ba74c4d
Compare
Choose a tag to compare

1.0.2 (2023-01-06)

Bug Fixes

  • title in warn and error functions (f7c612a)
  • unix detection for path_separator() (7c7b6cd)

v1.0.1

05 Jan 18:00
ec8523d
Compare
Choose a tag to compare

1.0.1 (2023-01-05)

Bug Fixes

  • prevent create_output to create a 'NO NAME' buffer #11 (e57ea1f)

v1.0.0

05 Jan 16:29
cd7f767
Compare
Choose a tag to compare

1.0.0 (2023-01-05)

⚠ BREAKING CHANGES

  • rename commands

Features

  • delete buffer after closing output window #9 (9c4398d)

Bug Fixes

Code Refactoring

v0.5.0

05 Jan 04:10
2c2f519
Compare
Choose a tag to compare

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)