Releases: adoublef/go
Releases · adoublef/go
v0.12.0
v0.11.0
v0.10.1
What's Changed
- use errors.Is by @adoublef in #53
- Bump github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.32 by @dependabot[bot] in #47
- Bump github.com/prometheus/client_golang from 1.23.0 to 1.23.2 by @dependabot[bot] in #49
- Bump github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6 by @dependabot[bot] in #50
Full Changelog: v0.10.0...v0.10.1
v0.10.0
v0.9.0
v0.8.0
Refactor `xprof`
v0.7.1 rename Profile to Prof
Add `xprof` package
- Adds helper package for profiling. Inspired by pkg
refactor `xhttp`
- cleanup of internal functions
- removed
Errfield fromDecodeError
Package rename + `xhttp.Decode[V any]` added
v0.6.2 rename package and add decodeError