1. 11e43d4 Merge pull request #44 from hakman/travisci-arm64 by Kubernetes Prow Robot · 3 years, 6 months ago main
  2. 3cc309c Add CI tests for ARM64 by Ciprian Hacman · 3 years, 9 months ago
  3. 8daa61c Merge pull request #51 from longwuyuan/master by Kubernetes Prow Robot · 3 years, 6 months ago
  4. 7d8e15c removed go v1.12.x and added go v1.15.x in ghactions ci by Long · 3 years, 6 months ago
  5. 9f315c2 Merge pull request #50 from longwuyuan/master by Kubernetes Prow Robot · 3 years, 6 months ago
  6. 4750a07 added github-actions CI by Long · 3 years, 6 months ago
  7. 8f01418 Merge pull request #42 from neolit123/1.20-fix-tests-on-arm64 by Kubernetes Prow Robot · 3 years, 6 months ago
  8. 7e97a1a yaml_test: adapt around undefined behavior in float64->int64 casting by Lubomir I. Ivanov · 3 years, 9 months ago
  9. 8aabd9a Merge pull request #40 from gravis/tidy-go-modules by Kubernetes Prow Robot · 3 years, 10 months ago
  10. bc021c4 Tidy go modules by Philippe Lafoucrière · 3 years, 10 months ago
  11. 06fcaf6 Merge pull request #36 from ZhiFeng1993/Fix-json-to-yaml-marshal-results by Kubernetes Prow Robot · 4 years ago
  12. a6fdc8d Fix json to yaml marshal results by ZhiFeng1993 · 4 years ago
  13. 9fc9552 Merge pull request #33 from kubernetes-sigs/thaJeztah-ci_go_1.13 by Kubernetes Prow Robot · 4 years, 6 months ago upstream/v1.2.0
  14. 79fb70a travis: add go 1.13 to test matrix by Sebastiaan van Stijn · 4 years, 8 months ago upstream/thaJeztah-ci_go_1.13
  15. cab1062 Switch off GO111MODULE when installing linter by Davanum Srinivas · 4 years, 6 months ago
  16. 5f5be1e Merge pull request #32 from BenTheElder/bump-dep by Kubernetes Prow Robot · 4 years, 6 months ago
  17. 9c42d5a upgrade gopkg.in/yaml.v2 to v2.2.8 by Benjamin Elder · 4 years, 6 months ago
  18. 683730a Merge pull request #31 from riking/patch-1 by Kubernetes Prow Robot · 4 years, 7 months ago
  19. d53f809 Switch dead link to archive.org by Kane York · 4 years, 7 months ago
  20. 745ef44 Merge pull request #29 from thaJeztah/bump_yaml by Kubernetes Prow Robot · 4 years, 8 months ago
  21. 91bdfd9 Update gopkg.in/yaml.v2 to v2.2.7 (CVE-2019-11253) by Sebastiaan van Stijn · 4 years, 8 months ago
  22. 3561805 fix go mod vendor by Sebastiaan van Stijn · 4 years, 8 months ago
  23. 4cd0c28 Merge pull request #25 from nikhita/gomod by Kubernetes Prow Robot · 5 years ago
  24. 70db9bf Check for go.mod changes by Nikhita Raghunath · 5 years ago
  25. 3f088a4 Fix gomod by Nikhita Raghunath · 5 years ago
  26. 4e761d0 Merge pull request #14 from sttts/sttts-json-to-yaml by Kubernetes Prow Robot · 5 years ago
  27. 6872eb0 Add JSONObjectToYAMLObject by Dr. Stefan Schimanski · 5 years ago
  28. a1a8390 Merge pull request #21 from laverya/update-package-paths-in-readme by Kubernetes Prow Robot · 5 years ago
  29. ca78b81 mention heritage as fork of ghodss/yaml by Andrew Lavery · 5 years ago
  30. 105d6c2 refer to kubernetes-sigs/yaml and sigs.k8s.io/yaml in readme by Andrew Lavery · 5 years ago
  31. 68106da Merge pull request #20 from neolit123/go1.12 by Kubernetes Prow Robot · 5 years ago
  32. 2f65673 ci: only test using 1.12.x by Lubomir I. Ivanov · 5 years ago
  33. addf6da Merge pull request #16 from errordeveloper/modules by Kubernetes Prow Robot · 5 years ago
  34. f8f4ddd Update CI config by Ilya Dmitrichenko · 5 years ago
  35. d52f528 Vendor modules by Ilya Dmitrichenko · 5 years ago
  36. f7fe884 Enable modules by Ilya Dmitrichenko · 5 years ago
  37. 199c9c2 Merge pull request #13 from rlenferink/patch-owners by Kubernetes Prow Robot · 5 years ago
  38. 704868c Updated OWNERS file to include link to docs by Roy Lenferink · 5 years ago
  39. 5fa4c7f Merge pull request #8 from neolit123/travis-fix by k8s-ci-robot · 6 years ago
  40. 6867046 remove go 1.9.x from Travis by Lubomir I. Ivanov · 6 years ago
  41. fd68e98 Merge pull request #5 from neolit123/fix-unknown-json-fields by k8s-ci-robot · 6 years ago upstream/v1.1.0
  42. 9fb50c1 Merge pull request #6 from dims/update-travis-yaml-with-additional-checks by k8s-ci-robot · 6 years ago
  43. c978af5 Update .travis.yml with additional checks by Davanum Srinivas · 6 years ago
  44. 8f2b31b UnmarshalStrict: use DisallowUnknownFields by Lubomir I. Ivanov · 6 years ago
  45. d6591d7 Merge pull request #2 from dims/add-test-for-multiple-keys by Davanum Srinivas · 6 years ago
  46. fde1181 Merge pull request #3 from dims/add-owners-and-other-template-file by Davanum Srinivas · 6 years ago
  47. afc86d1 Add OWNERS and other template files by Davanum Srinivas · 6 years ago
  48. 5dffca3 Add test for multiple keys by Davanum Srinivas · 6 years ago
  49. f579179 Merge pull request #1 from dims/tanner-bruce-strictly-unmarshal by Davanum Srinivas · 6 years ago
  50. ea12370 Add UnmarshalStrict for strict yaml unmarshaling by Davanum Srinivas · 6 years ago
  51. c7ce166 Merge pull request #33 from bradfitz/YAMLToJSONStrict by Sam Ghods · 6 years ago
  52. f5bccc0 Add YAMLToJSONStrict for strict YAML parsing. by Brad Fitzpatrick · 6 years ago
  53. e9ed3c6 Merge pull request #27 from filmil/master by Sam Ghods · 6 years ago
  54. 8aa0426 Adds a hook to specify unmarshal options. by Filip Filmar · 6 years ago
  55. 0ca9ea5 Merge pull request #19 from aggrolite/gofmt-examples by Sam Ghods · 7 years ago upstream/v1.0.0
  56. a4f8cbd Apply gofmt to example code in README. by Curtis Brandt · 7 years ago
  57. 04f3134 Merge pull request #7 from greensnark/fix-map-deserialize by Sam Ghods · 8 years ago
  58. a54de18 Merge pull request #16 from fabianofranz/patch-1 by Sam Ghods · 8 years ago
  59. b99c3b0 Remove reference to candiedyaml by Fabiano Franz · 8 years ago
  60. bea76d6 Merge pull request #15 from fabianofranz/master by Sam Ghods · 8 years ago
  61. b452f56 Switch back from candiedyaml to go-yaml by Fabiano Franz · 8 years ago
  62. aa0c862 Merge pull request #12 from joe2far/patch-1 by Sam Ghods · 8 years ago
  63. 2920f90 Fixed typo in docstring by Joe Farrell · 8 years ago
  64. e8e0db9 Merge pull request #8 from philoserf/patch-1 by Sam Ghods · 8 years ago
  65. c2abd1b Merge pull request #10 from hw-qiaolei/fix_typos_in_readme by Sam Ghods · 8 years ago
  66. a08de6f Fixed some typos in readme by qiaolei · 8 years ago
  67. 1a6f069 Merge pull request #6 from karlkfi/candiedyaml by Sam Ghods · 8 years ago
  68. 1fb2dc4 Switch from go-yaml to candiedyaml by Karl Isenberg · 9 years ago
  69. 6b3727e Fixed: no formatting directive in Errorf call by Mark Ayers · 9 years ago
  70. e9369f6 Fix map unmarshal with struct pointer values by Darshan Shaligram · 9 years ago
  71. e5cf5ca Test for map with struct pointer value unmarshal. by Darshan Shaligram · 9 years ago
  72. 73d445a Remove log lines and add Travis by Sam Ghods · 9 years ago
  73. a96c56d Recurse into maps to find JSON target type by Sam Ghods · 9 years ago
  74. c3eb24a Coerce YAML booleans to strings if there's a boolean key or the JSON target is a string by Sam Ghods · 9 years ago
  75. 588cb43 Fix marshalling so it doesn't render all numbers as floats by Sam Ghods · 9 years ago
  76. 3bc1590 Change to newly enforced gopkg.in format by Sam Ghods · 10 years ago
  77. 4fb5c72 Bugfix to not panic on some slices by Sam Ghods · 10 years ago
  78. c683c89 Bugfix to convert ints to strings inside slices by Sam Ghods · 10 years ago
  79. 92ff9d3 Unmarshal: If target is string and source is int, convert by Sam Ghods · 10 years ago
  80. a4ad253 Initial commit. by Sam Ghods · 10 years ago