Skip to content

Releases: padiazg/go-crap

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Jul 23:45

go-crap v0.5.0 Release

go-crap a CLI tool that calculates the CRAP score for Go projects.

Installation

Download the appropriate binary for your platform below, or:

Install the pre-built binary with version info stamped via ldflags:

curl -fsSL https://padiazg.github.io/go-crap/install.sh | sh

Or install from source:

go install github.com/padiazg/go-crap@v0.5.0

use Homebrew

brew tap padiazg/go-crap 
brew install go-crap

Changelog

Features

Bug fixes

Others

Full Changelog: v0.4.1...v0.5.0


v0.4.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 21:24

go-crap v0.4.1 Release

go-crap a CLI tool that calculates the CRAP score for Go projects.

Installation

Download the appropriate binary for your platform below, or:

use Go

go install github.com/padiazg/go-crap@v0.4.1

use Homebrew

brew tap padiazg/go-crap 
brew install go-crap

Changelog

Bug fixes

  • 2be145f: bugfix: If total entries > 25 but crappy (filtered above threshold) has < 25 items, crappy[:25] panics with slice bounds out of range. (@padiazg)

Others

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


v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 01:02
7dfdc59

go-crap v0.4.0 Release

go-crap a CLI tool that calculates the CRAP score for Go projects.

Installation

Download the appropriate binary for your platform below, or:

use Go

go install github.com/padiazg/go-crap@v0.4.0

use Homebrew

brew tap padiazg/go-crap 
brew install go-crap

Changelog

Others

Full Changelog: v0.3.0...v0.4.0


v0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 01:43

go-crap v0.3.0 Release

go-crap a CLI tool that calculates the CRAP score for Go projects.

Installation

Download the appropriate binary for your platform below, or:

use Go

go install github.com/padiazg/go-crap@v0.3.0

use Homebrew

brew tap padiazg/go-crap 
brew install go-crap

Changelog

Others

Full Changelog: v0.2.0...v0.3.0


v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 20:56
3228ef7

go-crap v0.2.0 Release

go-crap a CLI tool that calculates the CRAP score for Go projects.

Installation

Download the appropriate binary for your platform below, or:

use Go

go install github.com/padiazg/go-crap@v0.2.0

use Homebrew

brew tap padiazg/go-crap 
brew install go-crap

Changelog

Features

  • cf49bb5: feat: unify scan pipeline with regex exclude patterns (@padiazg)

Bug fixes

Others

Full Changelog: v0.1.0...v0.2.0


v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Jun 03:58

go-crap v0.1.0 Release

go-crap a CLI tool that calculates the CRAP score for Go projects.

Installation

Download the appropriate binary for your platform below, or:

use Go

go install github.com/padiazg/go-crap@v0.1.0

use Homebrew

brew tap padiazg/go-crap 
brew install go-crap

Changelog

Others

Full Changelog: ...v0.1.0