Skip to content

Releases: Jacobbrewer1/pagefilter

v0.1.10

24 Apr 14:50
cfc6c1c

Choose a tag to compare

v0.1.10 What's Changed (2025-04-24)

Bug Fixes

  • defaults: removing embedded fs for bazel (#41) (cfc6c1c0)

v0.1.9

21 Apr 16:06
79db4c2

Choose a tag to compare

v0.1.9 What's Changed (2025-04-21)

Features

  • spec: using the spec values from the openapi spec as the values for the package (#40) (79db4c27)

Chores

  • deps:
    • Bump github.com/jacobbrewer1/uhttp from 0.0.11 to 0.0.12 (#38) (621e53ac)
    • Bump golangci/golangci-lint-action from 6 to 7 (#37) (12486a5a)
    • Bump github.com/vektra/mockery/v2 from 2.53.0 to 2.53.3 (#36) (11650201)
  • docs: improving docs on query params (#39) (24bcb026)

v0.1.8

10 Mar 09:23
550e68e

Choose a tag to compare

v0.1.8 What's Changed (2025-03-10)

Features

  • cicd: type assertion linter (#32) (6a1d7fa1)
  • details: Updating the paginator details to use offset where required (#27) (02a9a5b2)

Chores

  • cicd: updating enabled linters to lint sprint formats (#31) (3e21e5c9)
  • deps:
    • Bump github.com/jacobbrewer1/uhttp from 0.0.10 to 0.0.11 (#28) (4a90014f)
    • Bump github.com/vektra/mockery/v2 from 2.52.2 to 2.53.0 (#30) (a9d6afd4)
  • details: early return for readablility (#33) (550e68e8)

v0.1.7

10 Feb 15:13
250ec91

Choose a tag to compare

v0.1.7 What's Changed (2025-02-10)

Chores

  • cicd: adding additional linters (#25) (3aef4889)
  • deps:
    • Bump github.com/vektra/mockery/v2 from 2.51.1 to 2.52.1 (#23) (4fe8b9ab)
    • Bump github.com/vektra/mockery/v2 from 2.50.2 to 2.51.1 (#22) (cf2fb9e0)

Features

v0.1.6

31 Dec 09:33
87fdc77

Choose a tag to compare

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

20 Dec 10:37
b5bf78c

Choose a tag to compare

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

20 Oct 06:55
a9a931a

Choose a tag to compare

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

16 Oct 08:07
bc56c19

Choose a tag to compare

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

14 Oct 07:53
a3dc12d

Choose a tag to compare

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

10 Oct 16:32
e44783f

Choose a tag to compare

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)