Skip to content

Tags: hexops/autogold

Tags

v2.2.1

Toggle v2.2.1's commit message
README: release v2.2.1

Signed-off-by: Stephen Gutekanst <[email protected]>

v2.2.0

Toggle v2.2.0's commit message
update dependencies

Signed-off-by: Stephen Gutekanst <[email protected]>

v2.1.0

Toggle v2.1.0's commit message
README: release v2.1.0

Signed-off-by: Stephen Gutekanst <[email protected]>

v2.0.3

Toggle v2.0.3's commit message
README: add v2.0.3 changelog entry

Signed-off-by: Stephen Gutekanst <[email protected]>

v2.0.2

Toggle v2.0.2's commit message
update import path to have /v2 suffix

Signed-off-by: Stephen Gutekanst <[email protected]>

v2.0.1

Toggle v2.0.1's commit message
update import path to have /v2 suffix

Signed-off-by: Stephen Gutekanst <[email protected]>

v2.0.0

Toggle v2.0.0's commit message
release v2.0.0

Signed-off-by: Stephen Gutekanst <[email protected]>

v1.3.1

Toggle v1.3.1's commit message
update dependencies (and gofumpt version)

Updates dependencies, including `valast` and `gofumpt` versions (which should lead to
better Go code formatting.)

```
go get -u ./...
go mod tidy
```

Signed-off-by: Stephen Gutekanst <[email protected]>

v1.3.0

Toggle v1.3.0's commit message
update to [email protected] (66% performance improvement, better multi-li…

…ne formatting)

* 66% performance improvement: hexops/valast#10
* Fixes performance issues on very large structures: #16
* Improves formatting of very long lines: mvdan/gofumpt#70 (comment)

Signed-off-by: Stephen Gutekanst <[email protected]>

v1.2.0

Toggle v1.2.0's commit message
upgrade to [email protected] (better string formatting)

Signed-off-by: Stephen Gutekanst <[email protected]>