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