Skip to content

v0.4.0

Compare
Choose a tag to compare
@svengreb svengreb released this 31 Oct 15:09
· 35 commits to main since this release
v0.4.0

Release Date: 2020-10-31 Project Board Milestone

Show all commits

Features

Update to golangci-lint version 1.32.0#20#21 (⊶ 072aad9)

↠ The currently latest golangci-lint version 1.32.0 introduced new linters that have been configured for this template repository:

  1. wrapcheck — Checks that errors returned from external packages are wrapped.
    This linter is disabled by default, but has been enabled for this template repository to help tp reduce error context loss.
  2. errorlint — Helps to make more efficient use of the error wrapping scheme introduced in Go 1.13.
    This linter is disabled by default, but has been enabled for this template repository to help to use Go's new error handling concept.
  3. tparallel — Detects inappropriate usage of t.Parallel() method in Go tests.
    This linter is disabled by default, but has been enabled for this template repository to help to prevent parallelism errors in tests.
Update to "tmpl" template repository version 0.5.0#22#23 (⊶ 5da341c)

↠ Updated to "tmpl" version 0.5.0 which now uses a namespace for the NPM package name that helps to prevent collisions with already existing NPM packages like tmpl.


The full changelog is available here