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