Skip to content

v0.16.0

Compare
Choose a tag to compare
@nukosuke nukosuke released this 16 Sep 09:00
· 38 commits to master since this release
a4cebf3

❗ This release includes some breaking changes

What's Changed

breaking changes

GetTicketsFromView() takes *TicketListOptions as third argument from this release.

// ~v0.15.x
GetTicketsFromView(context.Context, int64) ([]Ticket, error)

// v0.16.0~
GetTicketsFromView(context.Context, int64, *TicketListOptions) ([]Ticket, Page, error)

Full Changelog: v0.15.1...v0.16.0