Skip to content

Releases: muir/reflectutils

v0.8.0

14 Mar 21:35
802665b
Compare
Choose a tag to compare

What's Changed

  • add ForceJSON option for string decoding by @muir in #13

Full Changelog: v0.7.0...v0.8.0

v0.7.0

02 Feb 06:17
abaed17
Compare
Choose a tag to compare

What's Changed

  • feat: TypeName() returns type names with versioned packages by @muir in #12

Full Changelog: v0.6.0...v0.7.0

v0.6.0

16 Apr 03:56
7534b3a
Compare
Choose a tag to compare

What's Changed

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

v0.5.1

15 Apr 05:26
a23e455
Compare
Choose a tag to compare

What's Changed

  • add more details to the readme by @muir in #9
  • bugfix: options were not preserved for pointer types for MakeStringSetter by @muir in #10

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

New GetTag & LookupTag functions to bypass TagSets

20 Mar 04:01
Compare
Choose a tag to compare

time.Duration & flag.Value

29 Dec 02:20
bbfdc44
Compare
Choose a tag to compare

Add support for registering unpackers and use that to support time.Duration.
Add support for unpacking into things that support the flag.Value interface

Can now specify antonyms for tag flags

18 Nov 08:20
9edbedf
Compare
Choose a tag to compare
Merge pull request #7 from muir/negative-bools

for tag parsing of bools, can now specify antonyms

can now append to existing slices (which is the the new default)

17 Nov 05:26
0340dca
Compare
Choose a tag to compare
Merge pull request #6 from muir/slice-append

can now append to existing slices

expose TagSet.Tag

11 Nov 17:31
576e86b
Compare
Choose a tag to compare

also: split on "" means don't split

tag.Fill can now split on tag values

08 Nov 06:09
defa64b
Compare
Choose a tag to compare
Merge pull request #4 from muir/splits

can now split tag values