GitHub / mitchellh/mapstructure / commits
Go library for decoding generic map values into native Go structures and vice versa.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 8508981c | merge Merge pull request #328 from prochac/fix-issue-327 |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 63cde0df | prevent panic in TextUnmarshallerHookFunc | Tomáš Procházka <t****d@g****m> | over 3 years ago | |
| bf980b35 | merge Merge pull request #283 from mitchellh/master |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 627ea8ae | update Go version for tests | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| e10ba623 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| 1f85f72c | merge Merge pull request #266 from ozgursoy/master |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| a97d106c | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| c9d3eae0 | TestNotEmptyByteSlice added | bugraozgursoy <b****r@g****m> | over 4 years ago | |
| 19e70c24 | merge Merge branch 'mitchellh:main' into master |
Buğra Özgürsoy <b****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 3908fe7f | merge Merge pull request #282 from arielshaqed/patch-1 |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 3518e198 | Wrap decodehook errors when reporting |
arielshaqed <a****s@t****o>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| ab69d8d9 | update CHANGELOG to 1.5.0 | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| bd687ea3 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| c9b585b7 | update test to not rely on fmt | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| 5a2eb615 | merge Merge pull request #281 from semrekkers/issue-238 |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 74e07d1c | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| 3a684c78 | merge Merge pull request #240 from julnicolas/feature/add_or_compose_decode_hook_func |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 0bb6a2eb | merge Merge branch 'master' into feature/add_or_compose_decode_hook_func |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| ac10e229 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| 8385cfad | merge Merge pull request #225 from SaschaRoland/unset-fields |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 17e49ec5 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| a1249671 | merge Merge pull request #280 from kralicky/master |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| a4976211 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| 7c5722fa | merge Merge pull request #277 from radeksimko/ignore-untagged-fields |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| a6c35702 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| 2328018e | merge Merge pull request #271 from vlanse/fix/decode-nested-pointer-structs-to-map |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| d3388a73 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| 582f84a6 | clean up test for decoding slice to array | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| a5a4d3b0 | merge Merge branch 'suzuki-shunsuke-fix/fix-issue-264' | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| b58f0b68 | merge Merge pull request #272 from kochetkov-av/patch-1 |
Mitchell Hashimoto <m****o@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 7bbefaa2 | Fix squash not working when decoder config option is set and squash struct ta... | Joe Kralicky <j****y@g****m> | over 4 years ago | |
| b37a0d6b | DecoderConfig: introduce IgnoreUntaggedFields | Radek Simko <r****o@g****m> | over 4 years ago | |
| 48d074ba | Docs syntax fix |
Aleksander Kochetkov <s****4@g****m>
Committed by: Mitchell Hashimoto <m****o@g****m> |
over 4 years ago | |
| 32e0a5fc | Docs syntax fix |
Aleksander Kochetkov <s****4@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 94c41ea7 | allow decoding nested struct ptrs to map | vsemenov <v****e@g****m> | over 4 years ago | |
| 33d262eb | slice mapping bug fix |
Buğra Özgürsoy <b****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| ab945951 | fix: panic when Decode's input is array and output is a slice | Shunsuke Suzuki <s****9@g****m> | over 4 years ago | |
| 74cdd45a | test: add a test to reproduce the bug | Shunsuke Suzuki <s****9@g****m> | over 4 years ago | |
| b9b99d7d | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 4 years ago | |
| 13b6df78 | merge Merge pull request #257 from bogdandrutu/smalltypo |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| f41e93f0 | merge Merge pull request #261 from onlyice/feature/json-number-to-uint64 |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| ea0720b2 | Fix unittest | kevin.lin <k****n@s****m> | over 4 years ago | |
| 8b0346e1 | Add support for parsing json.Number to uint64 | kevin.lin <k****n@s****m> | almost 5 years ago | |
| 6faef110 |
Fix typo in test name
Signed-off-by: Bogdan Drutu <b****u@g****m> |
Bogdan Drutu <b****u@g****m> | almost 5 years ago | |
| 5ac1f6aa | CHANGELOG | Mitchell Hashimoto <m****o@g****m> | almost 5 years ago | |
| 18f04e66 | Default MatchName in NewDecoder | Mitchell Hashimoto <m****o@g****m> | almost 5 years ago | |
| 14df28db | merge Merge pull request #247 from veikokaap/fix-doc-typo-decodehook |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 251d52b1 | improve comments for matchname | Mitchell Hashimoto <m****o@g****m> | almost 5 years ago | |
| 1b7c3d8e | merge Merge pull request #250 from abeMedia/feat/custom-name-matchers |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 381a76bf | initialize data to interface for decode hook (tested) | Mitchell Hashimoto <m****o@g****m> | almost 5 years ago | |
| 6577afad | merge Merge pull request #251 from eh-steve/bugfix-panic-with-empty-composed-decode... |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| edc56495 | Fix possible panic when using ComposeDecodeHookFunc() with no funcs | Anonymous <a****s@g****m> | about 5 years ago | |
| fd87e0d4 | Support custom name matchers | Adam Bouqdib <a****m@a****k> | about 5 years ago | |
| 963925de | fix typo in documentation | Veiko Kääp <v****p@g****m> | over 5 years ago | |
| 477b5e29 | add OrComposeDecodeHookFunc function | Julien Nicolas <j****v@g****m> | over 5 years ago | |
| eb645e24 | Fix empty keyName when decoding struct -> map with omitempty | Sem Rekkers <r****m@g****m> | over 5 years ago | |
| 4664f9ee | Update CHANGELOG.md |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 8ebf2d61 | Update CHANGELOG.md |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 18a713d8 | merge Merge pull request #232 from mitchellh/issue-231 |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| cbfe7942 | decodeMapFromStruct: Only deref element if we're squashing the struct | Mitchell Hashimoto <m****o@g****m> | over 5 years ago | |
| 1b4332da | merge Merge pull request #222 from sqills/feature/text-unmarshaller-hook |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 2fb8a820 | merge Merge pull request #227 from dnephin/document-decode-with-squash |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 35a4b158 | Document behaviour of squash when decoding struct->map | Daniel Nephin <d****n@g****m> | over 5 years ago | |
| 9ed2c4b7 | Update godoc about DecodeHooks | Daniel Nephin <d****n@g****m> | over 5 years ago | |
| d91ccce9 | Add ErrorUnset option to DecoderConfig and Unset array to Metddata | Sascha Roland <s****d@f****e> | over 5 years ago | |
| 2da917e4 | Ability to use encoding.TextUnmarshaler | Arno Geurts <a****s@s****m> | over 5 years ago | |
| 95075d6e | v1.4.0 | Mitchell Hashimoto <m****o@g****m> | almost 6 years ago | |
| 1ceb09e5 | test to verify map => struct | Mitchell Hashimoto <m****o@g****m> | almost 6 years ago | |
| 0029644c | Empty strings decode to numeric 0 when weakly typed | Mitchell Hashimoto <m****o@g****m> | almost 6 years ago | |
| 08183c2d | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | almost 6 years ago | |
| fcb781b8 | merge Merge pull request #183 from camdencheek/master |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 07998cfd | merge Merge pull request #201 from northvolt/value-in-error-message |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| d5b1da74 | merge Merge pull request #205 from RussellLuo/add-support-for-squashing-struct-ptr |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| d3e3c7fc | merge Merge pull request #218 from mitchellh/gh-actions |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 25ee533c | Use GH Actions | Mitchell Hashimoto <m****o@g****m> | almost 6 years ago | |
| c0eda128 | fix build | Mitchell Hashimoto <m****o@g****m> | almost 6 years ago | |
| e4c35325 | merge Merge pull request #215 from bored-engineer/patch-1 |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| ddaf87dc | Replace fmt.Sprintf calls with string concatenation and strconv |
Luke Young <b****r@u****m>
Committed by: GitHub <n****y@g****m> |
almost 6 years ago | |
| 60234007 | Add support for squashing embedded struct pointers | RussellLuo <l****e@g****m> | about 6 years ago | |
| 9e1e4717 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | about 6 years ago | |
| fb53316e | merge Merge pull request #203 from mkeeler/settable-intermediates |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| bfe0d3c2 | Ensure that intermediate maps during struct to struct decoding are settable | Matt Keeler <m****7@g****m> | about 6 years ago | |
| 130efaf4 | Print value in error messages | Roman Leventov <l****u@g****m> | about 6 years ago | |
| d16e9488 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | about 6 years ago | |
| 7c2237ae | merge Merge pull request #196 from mitchellh/b-interface-value |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 93663c4d | If interface value is not addressable, make copy and set | Mitchell Hashimoto <m****o@g****m> | about 6 years ago | |
| 5ffcd79c | add test for #187's working case | Mitchell Hashimoto <m****o@g****m> | about 6 years ago | |
| 20e21c67 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 6 years ago | |
| ac490cc8 | merge Merge pull request #194 from veyo-dev/squash-embedded-only |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 1d69ed7a | Fix squash decoder option to squash only embedded fields | Maxim Kostovetski <m****i@v****m> | over 6 years ago | |
| 14428cd8 | merge Merge pull request #188 from jsamunderu/cleanup |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 79865b10 | Avoid unnecessary memory allocations in decodeMapFromStruct | James Samunderu <j****u@g****m> | over 6 years ago | |
| 916b5f23 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 6 years ago | |
| 5cc946fb | missing one doc line in merge | Mitchell Hashimoto <m****o@g****m> | over 6 years ago | |
| 55652fbc | merge Merge pull request #184 from yamil-rivera/master |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 57698e06 | merge Merge branch 'master' into master |
Mitchell Hashimoto <x****x@g****m>
Committed by: GitHub <n****y@g****m> |
over 6 years ago | |
| 331aabc9 | Document omitempty | Mitchell Hashimoto <m****o@g****m> | over 6 years ago | |
| 853fa18b | merge Merge branch 'perenecabuto-master' | Mitchell Hashimoto <m****o@g****m> | over 6 years ago | |
| ca9bdade | merge Merge branch 'master' of https://github.com/perenecabuto/mapstructure into pe... | Mitchell Hashimoto <m****o@g****m> | over 6 years ago | |
| 5829d229 | update CHANGELOG | Mitchell Hashimoto <m****o@g****m> | over 6 years ago |