Skip to content

Releases: quasilyte/go-ruleguard

v0.4.2

22 Feb 10:29
51cece5
Compare
Choose a tag to compare

Changes

v0.4.1

22 Feb 09:26
9a00b21
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump golang.org/x/tools from 0.11.0 to 0.12.0 by @dependabot in #454
  • build(deps): bump golang.org/x/tools from 0.12.0 to 0.14.0 by @dependabot in #461
  • build(deps): bump github.com/google/go-cmp from 0.5.9 to 0.6.0 by @dependabot in #462
  • ruleguard: fix typos by @alexandear in #467
  • build(deps): bump actions/checkout from 1 to 4 by @dependabot in #459
  • build(deps): bump toolmantim/release-drafter from 5.12.1 to 5.25.0 by @dependabot in #463
  • build(deps): bump golang.org/x/tools from 0.14.0 to 0.17.0 by @dependabot in #469

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

10 Aug 09:52
ecb75df
Compare
Choose a tag to compare

What's Changed

  • chore(ci): use different version of Go by @ldez in #451

New Contributors

  • @ldez made their first contribution in #451

Full Changelog: v0.3.20...v0.4.0

v0.3.20

10 Aug 06:46
067b930
Compare
Choose a tag to compare

Changes

What's Changed

New Contributors

Full Changelog: v0.3.19...v0.3.20

v0.3.19

19 Feb 20:15
908956d
Compare
Choose a tag to compare

Changes

v0.3.18

28 Aug 23:04
b1383df
Compare
Choose a tag to compare

Changes

v0.3.17

09 Aug 21:38
e750a0e
Compare
Choose a tag to compare

Changes

v0.3.16

18 May 14:00
003e476
Compare
Choose a tag to compare

Changes

v0.3.15

03 Jan 12:10
22be084
Compare
Choose a tag to compare
v0.3.15 Pre-release
Pre-release

Changes

  • ruleguard: pass imports table to gogrep pattern compiler @quasilyte (#343)
  • ruleguard: better text truncation in the rendered message @quasilyte (#330)
  • ruleguard: assign the current func decl @quasilyte (#328)
  • ruleguard,analyzer: change Report() callback argument @quasilyte (#327)

DSL

Fixes

Performance

Other

v0.3.14

26 Dec 11:53
934ac97
Compare
Choose a tag to compare
v0.3.14 Pre-release
Pre-release

Changes

Features

Other

Testing

Docs

Custom filters

  • ruleguard/quasigo: add variadic native func calls support @quasilyte (#312)
  • ruleguard/quasigo: enable multi-return + add strconv lib support @quasilyte (#311)
  • ruleguard/quasigo: add some strings package wrappers @quasilyte (#309)
  • ruleguard/quasigo: emit implicit return stmt @quasilyte (#308)
  • ruleguard/quasigo: implement void funcs @quasilyte (#307)