-
v0.0.1
StableCI / Test (push) Successful in 37sRelease / Test (push) Successful in 37sCI / Build (push) Successful in 25sRelease / Debian packages (push) Has been skippedRelease / RPM package (push) Has been skippedRelease / AUR package (push) Has been skippedRelease / VSCode Extension (push) Has been skippedRelease / DataGrip Plugin (push) Has been skippedRelease / Release (push) Failing after 56sreleased this
2026-06-29 13:34:47 +00:00 | 26 commits to main since this releaseWhat's changed
- fix(release): mount host Go into RPM container instead of downloading
- fix(release): produce linux tarballs matching PKGBUILD source URLs
- fix(release): bump Node to 22 for pnpm v11 compatibility
- fix(release): publish release immediately so AUR job can curl binaries
- fix(release): guard PREV_TAG with rev-parse before using in log range
- fix(release): fix VSCode pnpm, RPM docker mount, and AUR empty repo
- fix(release): update release notes generation logic
- chore(release): bump version to 0.0.1
- fix(release): handle missing previous tag in release workflow
- fix(release): improve release upload URL handling * Added error handling for missing upload URL in release creation * Replaced Python command with simpler grep and cut for extracting upload URL * Removed unnecessary upload URL artifact upload step
- ci: add CI and release workflows for automated builds
- fix: fixed compile issues and added build steps
- docs: update README with installation and usage instructions
- feat(lsp): add textDocument/rangeFormatting support
- feat(dml): implement DML statement formatting and tests * Add formatDML function for formatting top-level DML statements * Introduce tests for various DML scenarios including SELECT, INSERT, UPDATE, and DELETE * Enhance printer to handle DML statements correctly
- feat(datagrip): add PgTidy formatting action for SQL files * Implement PgTidyFormatAction to format SQL using pgtidy * Register action in plugin.xml with keyboard shortcut * Update dependencies for bundled plugins * Modify build configuration for Gradle wrapper
- feat: add LSP server, VSCode + DataGrip extensions, release infra, autofix
- feat(lint): add linter rules for migration and naming conventions
- feat(cmd): add unified diff output option for formatting * Implemented
-d/--diffflag to print unified diffs. * AddedunifiedDifffunction for generating diffs. * Config discovery now merges fields from.pgtidy.yaml. - feat(format): add PL/pgSQL body formatting and tests * Implemented formatting for BEGIN...END blocks in PL/pgSQL. * Added logic to handle indentation and blank lines. * Introduced tests for broken formatting cases.
- feat(format): implement PL/pgSQL body formatting * add formatBody and formatBodyInner functions for DECLARE section * update needSpace to handle LBracket correctly * enhance semanticallyEqual to compare dollar-quoted bodies * add test data for broken layout scenarios
- feat: initial plan
- Initial commit
Downloads