Skip to content

Releases: muir/reflectutils

v0.11.0

23 Aug 00:40
Compare
Choose a tag to compare

What's Changed

  • improve tag fill by position and walk elements by @suqin-haha in #22

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

21 Jul 00:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

20 Jul 21:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

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