Skip to content

Releases: jbsmith7741/uri

0.6.0

26 Sep 20:56
303eed0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

v0.5.1

28 Apr 19:26
8d2de68
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

0.5.0

22 Sep 14:37
cd0752d
Compare
Choose a tag to compare

Add json tag support

Support: uri:"name" or json:"name'

  • uri will override json tag
  • json overrides default struct name

0.4.2

20 Aug 14:47
9fa9ae5
Compare
Choose a tag to compare

Bug Fix

  • an empty slice in the url arr= should return an empty slice.

0.4.1

14 Jul 14:36
fc8ae87
Compare
Choose a tag to compare

Fixes

  • Issue with map's with colons in value that prevented using a full time string.

0.4.0

18 Jun 19:55
f00e5fc
Compare
Choose a tag to compare

Support for maps and runes

0.3.1

30 Dec 18:58
2458598
Compare
Choose a tag to compare
  • Add support for ignoring values. (uri tag "-")
  • Preserve default struct values
  • Support for unsigned integers

0.3.0

25 Nov 19:57
a06ddc9
Compare
Choose a tag to compare

Add time.Time custom format parsing via the "format" tag

0.2.1

22 Oct 19:36
c3b43ca
Compare
Choose a tag to compare

Bug fix for unmarshaling time.Duration as a string ("10s")

0.2.0

27 Feb 18:39
4076d5d
Compare
Choose a tag to compare

support []string for host