Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 848 Bytes

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 848 Bytes

Changelog

0.4.0 (2023-06-29)

  • decode into embedded structs

0.3.1 (2022-04-09)

  • fix Decode: don't fill value for struct fields that don't exist in header

0.3.0 (2021-01-24)

  • add func Decode(header http.Header, v interface{}) error to support decoding headers into struct

0.2.1 (2018-11-03)

  • add go.mod file to identify as a module

0.2.0 (2017-06-24)

  • support http.Header field.

0.1.0 (2017-06-10)

  • Initial Release