Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Apr 00:01
· 17 commits to main since this release

[1.0.1] - 2026-04-21

Documentation

  • Prepare changelog for v1.0.1 (2fb9a13)
  • Add gerpolint + golangci-lint plugin page (38e6d99)

Features

  • gerpolint: Treat In(slice) same as In(slice...) (f653a82)
  • gerpolint: Track append-chain accumulators in []any spread recovery (183d44c)
  • gerpolint: Recover element types from []any spreads (5e0e256)
  • Gerpolint golangci-lint v2 module plugin (5af05ff)
  • Gerpolint static analyzer for type-safe WHERE filters (2535b9a)

Misc

  • examples/todo-api: Wire gerpolint as a golangci-lint plugin (6d872d6)

Tests

  • bench: Add isolated real-PG bench report (ac844de)