Sign in
edge
/
third_party
/
mitchellh
/
mapstructure
/
HEAD
db1efb5
Merge pull request #68 from sitano/fix_decode_slice
by Mitchell Hashimoto
· 9 years ago
master
1f0178e
fix decode slice in zero fields false case
by John.Koepi
· 9 years ago
ed105d6
Merge pull request #64 from skipor/support_func_decode
by Mitchell Hashimoto
· 9 years ago
c7e5aeb
Merge pull request #65 from skipor/verbose_hook_errors
by Mitchell Hashimoto
· 9 years ago
d5efe88
verbose decode hook errors
by Vladimir Skipor
· 9 years ago
95bfb4b
support func decoding via hooks
by Vladimir Skipor
· 9 years ago
bfdb1a8
Merge pull request #61 from gernoteger/#48
by Mitchell Hashimoto
· 9 years ago
c813330
#48: fixes for ptr and slice cases
by Gernot Eger
· 9 years ago
8161820
Tests to reproduce
by Gernot Eger
· 9 years ago
5a0325d
Merge pull request #60 from nmiyake/patch-1
by Mitchell Hashimoto
· 9 years ago
09d4a23
Fix typo in documentation
by Nick Miyake
· 9 years ago
f3009df
Merge pull request #57 from mitchellh/b-embedded-non-struct
by Mitchell Hashimoto
· 9 years ago
6acba42
Embedded non-structs are supported (such as slices)
by Mitchell Hashimoto
· 9 years ago
a6ef2f0
Merge pull request #55 from dshil/master
by Mitchell Hashimoto
· 9 years ago
729e95e
remove redundant variable of for loop
by dshilin
· 9 years ago
ca63d7c
Merge pull request #51 from jefferai/master
by Mitchell Hashimoto
· 9 years ago
a81b1d1
Handle json.Number values.
by Jeff Mitchell
· 9 years ago
21a35fb
returning untyped nil from decode hook will assign properly to interface
by Mitchell Hashimoto
· 9 years ago
d2dd026
Merge pull request #44 from grrtrr/master
by Mitchell Hashimoto
· 10 years ago
909738d
squash: validate type of sqashed fields also (bug-fix)
by Gerrit Renker
· 10 years ago
4b2fb14
Merge pull request #45 from mitchellh/f-map-slice
by Mitchell Hashimoto
· 10 years ago
30c4410
decode slice of maps to a map
by Mitchell Hashimoto
· 10 years ago
eacf684
failing test for slice to map
by Mitchell Hashimoto
· 10 years ago
281073e
Update mapstructure_examples_test.go
by Mitchell Hashimoto
· 10 years ago
6fa09fe
Merge pull request #38 from shurcooL/add-decodeViaJSON-benchmark
by Mitchell Hashimoto
· 10 years ago
42646d5
Add decodeViaJSON, benchmark and example (as a test).
by Dmitri Shuralyov
· 10 years ago
2caf8ef
clarify comment
by Mitchell Hashimoto
· 10 years ago
6282b1c
Fields don't need to be anonymous to support "squash"
by Mitchell Hashimoto
· 10 years ago
bb4fbaf
add another test
by Mitchell Hashimoto
· 10 years ago
482a9fd
introduce ZeroFields, starting to work with maps
by Mitchell Hashimoto
· 10 years ago
542b391
implement errwrap.Wrapper
by Mitchell Hashimoto
· 10 years ago
f7d28d5
add test for decoding direct struct
by Mitchell Hashimoto
· 10 years ago
0f47202
Merge pull request #31 from hectorj/handle-struct
by Mitchell Hashimoto
· 10 years ago
a8ae14d
Merge pull request #34 from mitchellh/f-decode-hook-type
by Mitchell Hashimoto
· 10 years ago
fee7bae
comment
by Mitchell Hashimoto
· 10 years ago
72b9b91
bigger test for decode hook with types
by Mitchell Hashimoto
· 10 years ago
d7ecef0
string to time duration hook
by Mitchell Hashimoto
· 10 years ago
51d99d1
simplify code a bit
by Mitchell Hashimoto
· 10 years ago
4ba6792
decode hooks can take types or kinds
by Mitchell Hashimoto
· 10 years ago
4a7bf62
Create .travis.yml
by Mitchell Hashimoto
· 10 years ago
aede19f
Merge pull request #33 from mcos/bugfix/uint-handling
by Mitchell Hashimoto
· 10 years ago
ef1a074
Return errors when decoding negative numbers to unsigned integers.
by Mark Costello
· 10 years ago
86ff736
Use struct directly if type matches
by lazada_hector_j
· 10 years ago
442e588
Fix some failures
by Mitchell Hashimoto
· 11 years ago
58fb9bd
Merge pull request #21 from ryanuber/f-squash
by Mitchell Hashimoto
· 11 years ago
4e86876
Add squash example
by Ryan Uber
· 11 years ago
740c764
WeakDecode
by Mitchell Hashimoto
· 11 years ago
6fb2c83
StringToSlice: empty string is empty slice
by Mitchell Hashimoto
· 11 years ago
294f6ce
Merge pull request #15 from nobu-k/slice-type-check
by Mitchell Hashimoto
· 11 years ago
62eae97
Fix decodeSlice to check input type before calling its Len method
by Nobuyuki Kubota
· 11 years ago
743fcf1
WeaklyTypedHook
by Mitchell Hashimoto
· 11 years ago
c1bbdd0
ComposeDecodeHookFunc
by Mitchell Hashimoto
· 11 years ago
b517fda
StringToSliceHookFunc
by Mitchell Hashimoto
· 11 years ago
61253f1
Comment update
by Mitchell Hashimoto
· 11 years ago
9faeefd
Weakly typed convert []uint8 to string
by Mitchell Hashimoto
· 11 years ago
6b97cff
Decode pointers
by Mitchell Hashimoto
· 11 years ago
763118f
Merge pull request #14 from ryanuber/tag_example
by Mitchell Hashimoto
· 11 years ago
5d45b80
Fixed expected type in ExampleDecode_tags
by Ryan Uber
· 11 years ago
7767e2a
readme: added tags example
by Ryan Uber
· 11 years ago
57bb2fa
Add DecodeHookFunc type to make thigns easier
by Mitchell Hashimoto
· 12 years ago
4879426
DecodeHook
by Mitchell Hashimoto
· 12 years ago
5d2e5a8
fix compile issues
by Mitchell Hashimoto
· 12 years ago
41b1079
Merge pull request #10 from armon/master
by Mitchell Hashimoto
· 12 years ago
1c076c4
Test for GH-10
by Mitchell Hashimoto
· 12 years ago
4fdb4de
Allow decoding from map[interface{}]interface{}
by Armon Dadgar
· 12 years ago
c2e5aaf
Add test for PR #9
by Mitchell Hashimoto
· 12 years ago
d18bd60
Merge pull request #9 from ambify/master
by Mitchell Hashimoto
· 12 years ago
996ac50
embedded pointers are not supported, prevent them from panicking when squashed
by Andrew M Bursavich
· 12 years ago
11980bc
When the input is nil, don't set the zero value
by Mitchell Hashimoto
· 12 years ago
9a9e764
Merge pull request #6 from mtchavez/master
by Mitchell Hashimoto
· 12 years ago
40d467f
Adding benchmark tests
by Chavez
· 12 years ago
9716120
Clarify weakly typed input feature.
by Mitchell Hashimoto
· 12 years ago
7c28ea3
weakly typed example works
by Mitchell Hashimoto
· 12 years ago
c9fbfc1
more clear document on weak conversions
by Mitchell Hashimoto
· 12 years ago
9e3b697
rename tests
by Mitchell Hashimoto
· 12 years ago
5baf216
Merge pull request #5 from gyim/master
by Mitchell Hashimoto
· 12 years ago
25f461a
Add WeaklyTypedMode for automatic string/number/bool and slice/map conversion
by Akos Gyimesi
· 12 years ago
044cac3
Support floats
by Akos Gyimesi
· 12 years ago
8e74f68
Clean extra tag contents when determining field name
by Mitchell Hashimoto
· 12 years ago
c40e34b
Metadata tracking works properly with embedded structs
by Mitchell Hashimoto
· 12 years ago
ef43d56
support squashing embedded structs
by Mitchell Hashimoto
· 12 years ago
3fb8ce9
Support arbitrary tag names [GH-3]
by Mitchell Hashimoto
· 12 years ago
fe2081b
Add ErrorUnused config where it is an error if there are unused keys
by Mitchell Hashimoto
· 12 years ago
62de14c
Update some docs
by Mitchell Hashimoto
· 12 years ago
17c42d5
Update examples with metadta
by Mitchell Hashimoto
· 12 years ago
6b34251
Metadata can track used keys and unused keys
by Mitchell Hashimoto
· 12 years ago
1f004f0
Create Decoder struct, start work on Metadata
by Mitchell Hashimoto
· 12 years ago
fd87c78
mapstructure can decode non-maps
by Mitchell Hashimoto
· 12 years ago
8b59089
fmt
by Mitchell Hashimoto
· 12 years ago
5c71e44
If data is ever invalid, set val to zero value
by Mitchell Hashimoto
· 12 years ago
ac22e1e
If data is zero type, decodeBasic should set the zero value
by Mitchell Hashimoto
· 12 years ago
56a9e56
Remove unnecessary comments
by Mitchell Hashimoto
· 12 years ago
7abd203
Support arbitrary key types in maps in structs
by Mitchell Hashimoto
· 12 years ago
a58093d
Fix panic when setting uint from int value
by Mitchell Hashimoto
· 12 years ago
52000dc
Support interface{} types in the struct
by Mitchell Hashimoto
· 12 years ago
9bb0f38
Clean up the FailNow()s with Fatals
by Mitchell Hashimoto
· 12 years ago
033c586
properly handle integer conversions for int/uint fields in structs
by Mitchell Hashimoto
· 12 years ago
801eebe
Loosen up on the decode arg requirements
by Mitchell Hashimoto
· 12 years ago
8b7122c
Support the "mapstructure:" tag on structs for custom keys
by Mitchell Hashimoto
· 12 years ago
2bb6b96
Typo
by Mitchell Hashimoto
· 12 years ago
Next »