Skip to content

Releases: bir/iken

v0.8.12

02 Dec 23:36
@bir bir
26a4b0a

Choose a tag to compare

What's Changed

  • params: ignore commas if not working with arrays by @leclark in #56

Full Changelog: v0.8.11...v0.8.12

v0.8.11 - params: support repeated fields

19 Nov 21:16
45193b5

Choose a tag to compare

What's Changed

Full Changelog: v0.8.10...v0.8.11

v0.8.10 - set/get operation in context: used for route operation names

18 Aug 20:29
4b1c9be

Choose a tag to compare

What's Changed

  • update lint by @leclark in #52
  • set/get operation in context: used for route operation names by @leclark in #53

Full Changelog: v0.8.9...v0.8.10

v0.8.9 - param: uuid array support

27 Jun 16:37
be17e42

Choose a tag to compare

What's Changed

Full Changelog: v0.8.8...v0.8.9

v0.8.8 Basic Auth

06 Jun 20:41
@bir bir
cde6f7a

Choose a tag to compare

What's Changed

  • add basic auth support by @bir in #50

Full Changelog: v0.8.7...v0.8.8

v0.8.7 Bearer Auth

16 Apr 22:50
@bir bir
605207b

Choose a tag to compare

What's Changed

  • add bearer auth with a simple helper to remove the bearer prefix. by @bir in #49

Full Changelog: v0.8.6...v0.8.7

v0.8.6 - forms: treat null as an empty string

15 Apr 20:40
dd0c7dd

Choose a tag to compare

What's Changed

  • forms: treat null as an empty string by @leclark in #48

Full Changelog: v0.8.5...v0.8.6

v0.8.5 - Optimized Auth

15 Apr 18:40
@bir bir
d5f43db

Choose a tag to compare

What's Changed

  • golangci-lint v2 by @leclark in #46
  • introduce [Header|Query|Cookie]Auth helper functions to streamline token extraction by @bir in #47

Full Changelog: v0.8.4...v0.8.5

v0.8.4 - params: Add GetType{Path,Query,Header,Cookie} functions

02 Apr 22:14
@bir bir
6a91fc1

Choose a tag to compare

What's Changed

  • params: Add GetType{Path,Query,Header,Cookie} param functions by @davidn in #45

New Contributors

Full Changelog: v0.8.3...v0.8.4

v0.8.3 - GetJsonBody fix

21 Mar 19:16
@bir bir
7f77fb7

Choose a tag to compare

What's Changed

  • GetJSONBody already takes in a pointer to the body by @leclark in #44

Full Changelog: v0.8.2...v0.8.3