1. b8825f6 go.mod,.github: Go 1.13 is the minimum version by Oleksandr Redko · 9 days ago master
  2. 243d79a update github action workflow versions by Will Norris · 10 weeks ago
  3. b64aef0 code opt: replace bytes.Buffer with strings.Builder by 14March · 10 weeks ago
  4. ffb7deb code opt: prioritize handling boundary conditions by 14March · 10 weeks ago
  5. 085cc78 Bump golangci/golangci-lint-action from 5.0.0 to 6.0.1 by dependabot[bot] · 1 year, 2 months ago
  6. d887f37 Bump golangci/golangci-lint-action from 4.0.0 to 5.0.0 by dependabot[bot] · 1 year, 2 months ago
  7. d6a1024 go.mod,.github: update dependencies by dependabot[bot] · 1 year, 4 months ago
  8. 7af347e Bump codecov/codecov-action from 3.1.4 to 3.1.5 by dependabot[bot] · 1 year, 5 months ago
  9. 3455b53 Bump codecov/codecov-action from 3.1.3 to 3.1.4 by dependabot[bot] · 2 years, 2 months ago
  10. 6ab76b2 recommend an alternative package httpin by Ggicci · 2 years, 2 months ago
  11. 1e2d512 Bump github.com/google/go-cmp from 0.5.6 to 0.5.9 by dependabot[bot] · 2 years, 2 months ago
  12. 9131c9e .github: update workflow actions by Will Norris · 2 years, 2 months ago
  13. 71a97b1 gofmt all files by Will Norris · 2 years, 2 months ago
  14. 934da17 better handling of empty values in slices/arrays by Will Norris · 3 years, 7 months ago emptyslice
  15. b6e79f1 docs: clarify behavior of nested structs by Will Norris · 3 years, 7 months ago
  16. 9392084 Bump styfle/cancel-workflow-action from 0.9.0 to 0.9.1 (#56) by dependabot[bot] · 3 years, 10 months ago
  17. ca42dd8 Bump codecov/codecov-action from 2.0.1 to 2.1.0 (#59) by dependabot[bot] · 3 years, 10 months ago
  18. f76b16e Bump codecov/codecov-action from 1 to 2.0.1 (#51) by dependabot[bot] · 4 years ago
  19. e2723fd Bump github.com/google/go-cmp from 0.5.2 to 0.5.6 (#52) by dependabot[bot] · 4 years ago
  20. e0f76a5 Set up dependabot for gomod and github-actions, Update golangci to v1.41 (#50) by Matthieu MOREL · 4 years ago
  21. af7d77d pin cancel-workflow-action to specific SHA by Will Norris · 4 years, 3 months ago
  22. 1f4a1f9 cleanup github actions config by Will Norris · 4 years, 4 months ago v1.1.0
  23. 6c9448a remove comment about undesirable test values by Will Norris · 4 years, 4 months ago
  24. c16bb7b use go reference badge from pkg.go.dev by Will Norris · 4 years, 4 months ago
  25. 5014110 add tests for embedded struct pointer by Will Norris · 4 years, 4 months ago
  26. e9ef1ee Allow embedded pointers to structs by Anthony Pratti · 4 years, 4 months ago
  27. dd81620 allow specifying a custom layout for time values by Will Norris · 4 years, 4 months ago
  28. 05266dc allow custom encoders to handle nil pointers by Will Norris · 4 years, 4 months ago
  29. 597fdbe add more tests for custom encoder implementations by Will Norris · 4 years, 4 months ago
  30. cf94fa1 fix typo: delimiters by Will Norris · 4 years, 4 months ago
  31. 9308ba2 fix whitespace in godoc by Will Norris · 4 years, 4 months ago
  32. faa69f4 allow custom delimiter for slices and arrays by Will Norris · 4 years, 4 months ago
  33. 2c9db42 Added support for unix nano and milliseconds by Ed Anderson · 4 years, 4 months ago
  34. 55faf79 add alternatives to README by Will Norris · 4 years, 8 months ago
  35. 9905ddd support empty value for any type with IsZero() method by Will Norris · 4 years, 8 months ago
  36. 50c87b2 Fix encoding non-nil pointers by their by using their actual value (#42) by Peter Bouwdewijn · 4 years, 8 months ago
  37. 1d3f675 Missing 'a' (#20) by Karsten Gresch · 4 years, 8 months ago
  38. 04f87c9 refactor remaining tests for readability by Will Norris · 4 years, 8 months ago
  39. afd52ea re-add test case for slices of pointer values by Will Norris · 4 years, 8 months ago
  40. 1edf4fb refactor tests to make them more readable by Will Norris · 4 years, 8 months ago
  41. e5b6f12 run golangci-lint as GitHub Action by Will Norris · 4 years, 8 months ago
  42. e157c8a check error returned from reflectValue by Will Norris · 4 years, 8 months ago
  43. 1530555 add isEmptyValue test for unknown type by Will Norris · 4 years, 8 months ago
  44. fc903d2 add minimum version in go.mod file by Will Norris · 4 years, 8 months ago
  45. 286e09a add tests for isEmptyValue by Will Norris · 4 years, 8 months ago
  46. a9f42ff add test coverage badge by Will Norris · 4 years, 8 months ago
  47. 3a21a47 switch from travis to GitHub Actions by Will Norris · 4 years, 8 months ago
  48. c8c88db travis: don't bother running on go master by Will Norris · 6 years ago
  49. 13ff458 properly put .travis.yml in root directory by Will Norris · 6 years ago
  50. 023a839 readme: update badges by Will Norris · 6 years ago
  51. 9c8b890 add minimal travis configuration by Will Norris · 6 years ago
  52. 992e802 use proper '%v' format for logging structs by Will Norris · 6 years ago
  53. 44c6ddd add go.mod file to identify as a module by Will Norris · 7 years ago v1.0.0
  54. 53e6ce1 fix pointer to time.Time by micanzhang · 8 years ago
  55. 9235644 New array handling options (semicolon, numbered) by Chris Marchesi · 9 years ago
  56. 6bb77fe Now checking if a field is not anonymous before by Trevor Suarez · 9 years ago
  57. 4ef3313 Updating tests for the expected behavior by Trevor Suarez · 9 years ago
  58. 2a60fc2 Fix invalid call to value method with nil pointer by Trevor Suarez · 10 years ago
  59. 547ef5a Better support for array and struct serialization by Ernesto Jiménez · 10 years ago
  60. d8840cb Add parameter key to EncodeValues by Dave Johnston · 11 years ago
  61. 30f7a39 Add `Encoder` type for custom encoding of values by Dave Johnston · 11 years ago
  62. ec0a78e Fix reference: Values, not Value by Quinn Slack · 12 years ago
  63. b61dfd1 fill out README a bit more by Will Norris · 12 years ago
  64. 9f402b6 add README and CONTRIBUTING files by Will Norris · 12 years ago
  65. 30fd897 various code cleanup by Will Norris · 12 years ago
  66. 3839cef support dereferencing pointers to pointers by Will Norris · 12 years ago
  67. c6dce2f combine tags.go into encode.go and simplify by Will Norris · 12 years ago
  68. 066ac02 fix imports and cleanup code handling pointers by Will Norris · 12 years ago
  69. d45ccfe improve handling of slice values by Will Norris · 12 years ago
  70. ab27bc2 add LICENSE (BSD) by Will Norris · 12 years ago
  71. e8fedec handle struct pointers passed to Values() by Will Norris · 12 years ago
  72. 0d72f00 add user documentation by Will Norris · 12 years ago
  73. 5428a56 add support for anonymous struct fields by Will Norris · 12 years ago
  74. d167cbd allow encoding bool values as int by Will Norris · 12 years ago
  75. f5a9f37 restructure tests a little more by Will Norris · 12 years ago
  76. c51ad0c support command and space delimited strings by Will Norris · 12 years ago
  77. 30a774e add support for time.Time field values by Will Norris · 12 years ago
  78. 65fbecd add support for slice and array field values by Will Norris · 12 years ago
  79. afb9774 dereference non-empty pointer field values by Will Norris · 12 years ago
  80. fd7548d skip unexported fields by Will Norris · 12 years ago
  81. 954984c restructure tests by Will Norris · 12 years ago
  82. f7d31fd skip empty fields with the "omitempty" tag field by Will Norris · 12 years ago
  83. bd775fd skip fields with tag name "-" by Will Norris · 12 years ago
  84. 0c2ced0 add support structured tag fields by Will Norris · 12 years ago
  85. 5afcd79 allow specifying param name in "url" field tag by Will Norris · 12 years ago
  86. 19ef3dc initial naive implementation by Will Norris · 12 years ago
  87. e376fe8 ignore *.test files by Will Norris · 12 years ago
  88. 9bc6eb0 initial empty commit by Will Norris · 12 years ago