Releases: Jacobbrewer1/pagefilter
Releases · Jacobbrewer1/pagefilter
v0.1.6
v0.1.6 What's Changed (2024-12-31)
Bug Fixes
- pivot: Correcting how the pivot works when only one value is supplied (#19) (955317c3)
Chores
- deps: Bump github.com/vektra/mockery/v2 from 2.47.0 to 2.50.2 (#20) (87fdc77c)
v0.1.5
v0.1.5 What's Changed (2024-12-20)
Features
Chores
- deps:
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#15) (48f7f85b)
- Bump github.com/vektra/mockery/v2 from 2.46.3 to 2.47.0 (#13) (fa4b751e)
- legal: Delete LICENSE (#17) (c05fd204)
v0.1.4
v0.1.4 What's Changed (2024-10-20)
Bug Fixes
Chores
- deps: Updating the module name to be lowercase (#11) (5e84bc9c)
v0.1.3
v0.1.3 What's Changed (2024-10-16)
Bug Fixes
- query_builder:
- only removing autoinc if there are multiple provided (#9) (d7264522)
- Correcting how we should be replacing db tags (#8) (1506ca27)
Features
- responses: Adding paginated response that allows users to return multiple items (#10) (bc56c197)
Chores
- deps: Bump github.com/vektra/mockery/v2 from 2.46.2 to 2.46.3 (#7) (6e996105)
v0.1.2
v0.1.2 What's Changed (2024-10-14)
Bug Fixes
- db-tag: Ignoring
autoinc
and pk
columns in the db tag (#5) (da27a9f2)
- retrieve: Allowing a slice of pointed structs (#6) (a3dc12d2)
v0.1.1
v0.1.1 What's Changed (2024-10-10)
Bug Fixes
- query_builder: trimming a prefix if it is on the where statement (#4) (e44783ff)