Releases: georgysavva/scany
Releases · georgysavva/scany
v1.2.0
What's Changed
- Replace archived pkg/error with std lib errors by @mrkagelui in #90
New Contributors
- @mrkagelui made their first contribution in #90
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.0
This release contains the first stable version of the library.
v0.3.0
What's Changed
- Introduce API object to customize library behavior
- Handle single-column case for custom scannable types
New Contributors
Full Changelog: v0.2.9...v0.3.0
v0.2.9
- Allow commas in
db
struct tag - Improve dbscan docs
v0.2.8
v0.2.7
Add support for nested structs.
v0.2.6
- pgxscan and sqlscan return pgx.ErrNoRows and sql.ErrNoRows correspondingly
- improve documentation for pgxscan and sqlscan about querying support
v0.2.5
Improve documentation structure and linking.
v0.2.4
Improve examples.