Skip to content

Releases: nikolaydubina/smrcptr

v1.4.1

14 Jun 03:35
f348488
Compare
Choose a tag to compare
  • dependencies bump
  • docs fixes

v1.4.0

09 Apr 04:45
Compare
Choose a tag to compare
  • regexp notation for constructor selection
  • regexp notation for function skipping

v1.3.2

09 Apr 03:44
2ff4bee
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/tools from 0.19.0 to 0.20.0 by @dependabot in #6

Full Changelog: v1.3.1...v1.3.2

v1.3.1

21 Mar 12:16
69301fa
Compare
Choose a tag to compare

ossf

Skipping generated files

15 Aug 13:39
288ec30
Compare
Choose a tag to compare

🥞 Simpler implementation of filter selection

03 Dec 13:26
Compare
Choose a tag to compare

New approach better reflects business logic and is more data-driven pattern.

🥞 Skipping methods from standard packages

03 Dec 11:13
bcf7029
Compare
Choose a tag to compare

Improving major source of false positives. These standard methods has to be pointers and okay if other methods are value receivers.

🥞 Performance Optimisation

01 Dec 12:51
Compare
Choose a tag to compare
  • using pointer for function map to avoid copy and speed up processing (if we don't use pointers in AST, then the size of structures equal or larger the size of source code files, which is big! this must be reason why AST uses so many pointers). there is safety check already for non-nil pointers in main.

🥞 First release

30 Nov 15:06
e2b13b9
Compare
Choose a tag to compare
  • basic version works