1. a1f048b Make ToString() return an error instead of panic (#117) by Thomas Pelletier · 9 years ago master
  2. ee2c0b5 Fix typo in README tomljson installation instructions (#125) by Jordan Bach · 9 years ago
  3. 439fbba Make lexComment jump back to the previous state (#122) by Thomas Pelletier · 9 years ago
  4. 017119f Use a single line for slice encoding (#119) by Christopher Mancini · 9 years ago
  5. ce7be74 Rename group to table (#115) by Thomas Pelletier · 9 years ago
  6. d464759 Bump test go patchlevels (#113) by Thomas Pelletier · 9 years ago v0.4.0
  7. 7cb9880 Make values come before tables in ToString output (#111) by Thomas Pelletier · 9 years ago
  8. 3ddb37c Fix []*Toml.Tree being wrapped in *Toml.Value (#110) by Thomas Pelletier · 9 years ago
  9. f7f1498 Update travis to go1.7.3 (#109) by Thomas Pelletier · 9 years ago
  10. 45932ad Handle nil, map[string]string, and map[interface{}]interface{} input (#103) by Cameron Moore · 9 years ago
  11. 67b7b94 Support all numeric type conversions (#102) by Cameron Moore · 9 years ago
  12. 31055c2 Allow empty quoted keys (#97) by Thomas Pelletier · 9 years ago
  13. 5a62685 Add license and Go Report Card badges to README (#93) by Cameron Moore · 9 years ago
  14. d05a148 Fix typo in comment (#94) by Cameron Moore · 9 years ago
  15. 0599275 Simplify redundant types in literals (#95) by Cameron Moore · 9 years ago
  16. 0049ab3 Update Travis build (#89) by Cameron Moore · 9 years ago
  17. bfe4a7e Fix gofmt and golint issues (#90) by Cameron Moore · 9 years ago
  18. e627103 Move license to LICENSE file (#91) by Thomas Pelletier · 9 years ago
  19. 887411a Add \U support to query lexer (#88) by Cameron Moore · 9 years ago
  20. 31c735e Test with go 1.7. Stop testing with 1.4 (#87) by Thomas Pelletier · 9 years ago
  21. 06484b6 Fix ToMap conversion of array of tables (#83) by Thomas Pelletier · 9 years ago
  22. de2e921 TOML to JSON cli tool (#85) by Thomas Pelletier · 9 years ago
  23. 7f29280 Target latest Go patch level in Travis (#80) by Thomas Pelletier · 9 years ago
  24. 923742e Fix String() comment (#79) by Sam Broughton · 9 years ago
  25. 65ad89c Pointer cleanup (#78) by Sam Broughton · 9 years ago
  26. 64ff1ea Don't hang when reading an invalid rvalue (#77) by Thomas Pelletier · 9 years ago v0.3.5
  27. b39f6ef Add a toml linter (#74) by Sam Broughton · 9 years ago
  28. c187221 Implement fmt.Stringer and alias ToString (#73) by Sam Broughton · 9 years ago
  29. 8e6ab94 Fix inline tables parsing by Thomas Pelletier · 10 years ago v0.3.4
  30. 8d9c606 Improve test coverage (#66) by Thomas Pelletier · 10 years ago
  31. 288bc57 Better logging for parser tests (#65) by Thomas Pelletier · 10 years ago
  32. e3b2497 TomlTree.ToMap (#59) by Thomas Pelletier · 10 years ago
  33. 1a85652 Fix multiline strings (#62) by Thomas Pelletier · 10 years ago
  34. e58cfd3 Bump to golang 1.6.2 on Travis by Thomas Pelletier · 10 years ago
  35. a2ae216 Add more token tests (#58) by Cameron Moore · 10 years ago
  36. 8645be8 Merge pull request #57 from moorereason/simplify by Thomas Pelletier · 10 years ago
  37. 99b9371 Use strings.ContainsRune instead of IndexRune by Cameron Moore · 10 years ago
  38. 92c565e Use literal string for regexp pattern by Cameron Moore · 10 years ago
  39. 6e26017 Clean up lint (#56) by Cameron Moore · 10 years ago
  40. 9d93af6 Add couple tests by Thomas Pelletier · 10 years ago
  41. 4d8fb95 Update coveralls badge by Thomas Pelletier · 10 years ago
  42. 0e41db2 Update documentation for Query by Thomas Pelletier · 10 years ago
  43. afca7f3 Hardcode Go versions in .travis.yml by Thomas Pelletier · 10 years ago
  44. d6a90e6 Fix #52: query matcher doesn't handle arrays tables by Thomas Pelletier · 10 years ago
  45. fe63e9f Run tests for 1.6 by Thomas Pelletier · 10 years ago
  46. 7f50e4c Merge pull request #51 from pelletier/pelletier/fix-crlf-support by Thomas Pelletier · 10 years ago v0.3.3
  47. a402e61 sudo is not needed by travis anymore by Thomas Pelletier · 10 years ago
  48. 2df0835 Fix support for CRLF line ending by Thomas Pelletier · 10 years ago
  49. 8176e30 Fix printf formatting by Thomas Pelletier · 10 years ago v0.3.2
  50. 14c964f Merge pull request #49 from pelletier/generic-input by Thomas Pelletier · 10 years ago
  51. f963bc3 Generic input by Thomas Pelletier · 10 years ago
  52. 0488b85 Have Travis run 1.5.3 by Thomas Pelletier · 10 years ago
  53. 346e676 2015 -> 2016 by Thomas Pelletier · 10 years ago
  54. 6d743bb Improve error checking on number parsing by Thomas Pelletier · 10 years ago v0.3.1
  55. fa1c2ab Error when parsing an empty key by Thomas Pelletier · 10 years ago
  56. a6c6ad1 Don't crash when assigning group array to array by Thomas Pelletier · 10 years ago
  57. ab7a652 Fix TOML URL in doc.go by Thomas Pelletier · 10 years ago
  58. 3102b98 Update to TOML v0.4.0 by Thomas Pelletier · 10 years ago v0.3.0
  59. f0cae62 Merge pull request #46 from pelletier/pelletier/inline-tables by Thomas Pelletier · 10 years ago
  60. 56c6106 Specify point versions in Travis by Thomas Pelletier · 10 years ago
  61. 7d69e5a Tests for erroneous inline tables by Thomas Pelletier · 10 years ago
  62. 07d0c2e Merge branch 'master' into pelletier/inline-tables by Thomas Pelletier · 10 years ago
  63. 6b9002d Harden tests for bad arrays by Thomas Pelletier · 10 years ago
  64. 5753e88 Fix floating points with underscores by Thomas Pelletier · 10 years ago
  65. d467309 Add comment to justify this madness by Thomas Pelletier · 10 years ago
  66. 821a80e Add removed test by Thomas Pelletier · 10 years ago
  67. dd4c4ff Implement inline tables by Thomas Pelletier · 10 years ago
  68. da703da Add go 1.5 to tested versions by Thomas Pelletier · 10 years ago
  69. f58048c Merge pull request #39 from pelletier/pelletier/integers_underscores by Thomas Pelletier · 10 years ago
  70. 440592f Merge pull request #40 from pelletier/pelletier/space-in-keys by Thomas Pelletier · 10 years ago
  71. f4f2456 Merge pull request #38 from pelletier/pelletier/multiline by Thomas Pelletier · 10 years ago
  72. a77f30e Add coveralls badge to readme by Thomas Pelletier · 10 years ago
  73. d61c807 Add goveralls by Thomas Pelletier · 10 years ago
  74. 894e775 Accept spaces in keys by Thomas Pelletier · 10 years ago
  75. 8e75093 Accept underscores in integers by Thomas Pelletier · 10 years ago
  76. cf5ad6a Fixes #27: Reject full 00 - 1F unicode range by Thomas Pelletier · 10 years ago
  77. 8fc7451 Merge pull request #37 from pelletier/pelletier/better_keys_parsing by Thomas Pelletier · 10 years ago
  78. 9defd66 Parse datetimes in UTC by Thomas Pelletier · 10 years ago
  79. 6adf805 Use the new Travis container infrastructure by Thomas Pelletier · 10 years ago
  80. 36e1197 Test datetimes differently by Thomas Pelletier · 10 years ago
  81. 6dd2de3 We have been in 2015 for quite a while now by Thomas Pelletier · 10 years ago
  82. 209315c Fixes #35: Retrieve dotted keys by Thomas Pelletier · 10 years ago
  83. 41a8959 Reject new lines in keys by Thomas Pelletier · 10 years ago
  84. 16a681d Allow numbers in keys parsing by Thomas Pelletier · 10 years ago
  85. 9f36448 Basic keys parsing by Thomas Pelletier · 10 years ago
  86. 222e90a Parse long unicode by Thomas Pelletier · 10 years ago
  87. a8327d7 Specifiy timezone name by Thomas Pelletier · 11 years ago
  88. 61449e9 Test for Go 1.4.1 by Thomas Pelletier · 11 years ago
  89. 48c977f Test for golang 1.4 by Thomas Pelletier · 11 years ago
  90. 42e7853 Merge pull request #34 from pelletier/issue-29 by Thomas Pelletier · 11 years ago
  91. 1f3d0e0 Changes to support #29 - Support multi-line literal strings by eanderton · 11 years ago
  92. 36d65b6 Merge branch 'toml-0.3.1' by Thomas Pelletier · 11 years ago
  93. a56707c Fixes #28 : Support of literal strings by Thomas Pelletier · 11 years ago
  94. 4b47f52 Fixes #31 : Use RFC 3339 for datetimes by Thomas Pelletier · 11 years ago
  95. 2f2f286 Fixes #32 : Ensure keys are correctly parsed by Thomas Pelletier · 11 years ago
  96. 543444f Fixes #30: Implement exp notation in floats by Thomas Pelletier · 11 years ago
  97. b814e1a Merge pull request #25 from vektra/master by Thomas Pelletier · 11 years ago
  98. 1fe62f3 Merge remote-tracking branch 'prim/master' by Evan Phoenix · 11 years ago
  99. 709382e Fix usage on 32bit machines by Evan Phoenix · 11 years ago
  100. 71e7762 Don't wrap native types in a tomlValue{} by Evan Phoenix · 11 years ago