Commit Graph

15 Commits

Author SHA1 Message Date
renovate[bot]
e71380ff87 chore(deps): update ivuorinen/actions action (25.9.17 → 25.9.19) (#6)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 04:57:12 +00:00
renovate[bot]
6f8786f0c4 chore(deps): update pre-commit hook johnnymorganz/stylua (v2.1.0 → v2.2.0) (#5)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-19 09:39:45 +00:00
renovate[bot]
2e1f776deb chore(deps): update ivuorinen/actions action (25.8.31 → 25.9.17) (#4)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-19 04:28:30 +00:00
1c50141c32 Merge pull request #2 from ivuorinen/renovate/github-codeql-action-3.x 2025-09-18 00:52:11 +03:00
renovate[bot]
60bd670114 chore(deps): update github/codeql-action action (v3.30.1 → v3.30.3)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-17 21:48:03 +00:00
dfab7a9c32 Merge pull request #3 from ivuorinen/renovate/bridgecrewio-checkov-3.x 2025-09-18 00:46:59 +03:00
renovate[bot]
acc484f8fc chore(deps): update pre-commit hook bridgecrewio/checkov (3.2.470 → 3.2.471)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-14 15:49:07 +00:00
f0f64d25cd chore: bump version to 2.0.2 v2.0.2 2025-09-10 01:39:23 +03:00
5b9b4e4492 chore: fix formatting and linting issues 2025-09-10 01:39:13 +03:00
32e6ee3885 chore: sync version to 2.0.1 across all files 2025-09-10 01:38:36 +03:00
6009d8d83d feat: implement dynamic test generation and resolve pre-commit conflicts 2025-09-10 01:24:51 +03:00
b54d6ed365 feat: implement dynamic test generation and resolve pre-commit conflicts
- Replace static test fixture files with dynamic test generation
- Implement comprehensive test suite with unit, integration, and golden master tests
- Add vim API mocking for standalone Lua test execution
- Fix pre-commit hook interference by eliminating external fixture files
- Add StyLua formatting for consistent Lua code style
- Enhance ShellSpec formatting with improved HEREDOC and comment handling
- Update documentation with new test architecture details

This resolves issues where pre-commit hooks (shfmt, end-of-file-fixer) were
modifying test fixture files and breaking golden master tests. The new dynamic
approach generates test data programmatically, making tests immune to formatting
tools while maintaining comprehensive coverage.
2.0.1
2025-09-09 23:11:47 +03:00
ce620cd035 feat: add first-class Neovim support with enhanced formatting
- Add modern Lua implementation with modular architecture
- Implement HEREDOC preservation and smart comment indentation
- Create dual implementation (Neovim Lua + VimScript fallback)
- Add comprehensive health check and configuration system
- Enhance formatting engine with state machine for context awareness
- Update documentation with Lua configuration examples
- Add memory files for development workflow and conventions
2.0.0
2025-09-09 21:13:38 +03:00
710f68a6e5 feat: plugin code and updates 1.0.0 2025-09-08 00:34:38 +03:00
0d4380f491 Initial commit 2025-09-07 20:45:35 +03:00