Releases: jbsmith7741/uri
Releases · jbsmith7741/uri
0.6.0
What's Changed
- add userinfo (username/password) by @jbsmith7741 in #25
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- bug fix: ignore private variables when marshaling by @jbsmith7741 in #24
Full Changelog: v0.5.0...v0.5.1
0.5.0
Add json tag support
Support: uri:"name"
or json:"name'
uri
will override json tagjson
overrides default struct name
0.4.2
Bug Fix
- an empty slice in the url
arr=
should return an empty slice.
0.4.1
Fixes
- Issue with map's with colons in value that prevented using a full time string.
0.4.0
Support for maps and runes
0.3.1
- Add support for ignoring values. (uri tag "-")
- Preserve default struct values
- Support for unsigned integers
0.3.0
Add time.Time custom format parsing via the "format" tag
0.2.1
Bug fix for unmarshaling time.Duration as a string ("10s")
0.2.0
support []string for host