Thomas Pelletier
5dc006fb52
Update readme to point to v2
2022-04-27 21:51:02 -04:00
Thomas Pelletier
1baee4630f
README: don't mention document editing in v2
2021-12-31 13:31:17 -05:00
Thomas Pelletier
837c1d09ee
Clarify license and comply with Apache 2.0 ( #554 )
2021-06-08 13:57:30 -04:00
Thomas Pelletier
8410c965c2
Suggest using go-toml v2
2021-06-03 22:04:06 -04:00
Ikko Ashimine
a2f5197638
Fix typo in README.md ( #513 )
...
availble -> available
2021-04-16 08:03:59 -04:00
y-yagi
3430b0f086
Update docs to reference pkg.go.dev ( #465 )
2021-01-25 08:31:50 -05:00
Stanisław Barzowski
2e01f733df
[README] There are 3 cli tools, not 2. ( #454 )
2020-11-24 13:14:26 -05:00
Thomas Pelletier
b4905040a8
TOML 1.0.0-rc.3 ( #449 )
...
No spec change since 1.0.0-rc.1.
2020-10-11 16:12:23 -04:00
Thomas Pelletier
16c9a8bdc0
Mention support to v1.0.0-rc.1
2020-05-17 17:56:44 -04:00
Jim Tittsler
8784f9c73a
Fix typos
2020-05-17 20:41:16 +08:00
x-hgg-x
a60e466129
Fix index and slice expressions for query ( #405 )
...
* Fix index and slice expressions for query
Support negative step for slice expressions
2020-05-14 14:21:51 +08:00
Thomas Pelletier
903d9455db
TOML 0.5.0 ( #320 )
...
go-toml now officially supports all TOML 0.5.0 features. If anything
does not work according to the spec, please file a bug!
2019-10-25 14:53:56 -04:00
Thomas Pelletier
091e2dc498
Set up CI with Azure Pipelines ( #304 )
2019-09-24 16:11:17 -07:00
Gaurav Dhameeja
4d5afd743f
jsontoml tool ( #296 )
...
`jsontoml` is very similar to `tomljson`
It uses json.Unmarshal to convert read json to map and then
converts the map to tree using `toml.TreeFromMap`.
Then this tree is converted to toml using `tree.toTomlString()`
The numbers when taken as input from json get converted to float64
because of how `json.Unmarshal()` converts all json numbers to float.
Fixes #280
2019-09-06 09:36:56 -07:00
Thomas Pelletier
d95bfe020e
Dockerfile ( #269 )
...
Provide docker images for go-toml tools.
Ref: https://github.com/pelletier/go-toml/pull/267
2019-04-10 13:43:12 +01:00
Thomas Pelletier
405d48dc28
Port toml-test to pure Go ( #264 )
...
* Port toml-test to pure Go
This change basically ports the toml-test examples test suite to pure
Go. This removes the snowflake test.sh required to run such tests, and
allows us to the example tests on any platform (which includes Windows
as part of the pull-request testing).
* Allow CircleCI failure for go tip
2019-03-20 00:23:14 -07:00
Thomas Pelletier
27c6b39a13
Fossa badge
2018-11-23 16:27:27 -08:00
Thomas Pelletier
c2dbbc24a9
Add Codecov badge to README
2018-07-24 11:51:02 -07:00
Thomas Pelletier
a295f02a64
AppVeyor Windows build ( #234 )
...
Fixes #229
2018-07-18 16:44:55 -07:00
Thomas Pelletier
8c31c2ec65
Fix fuzz ( #199 )
...
Fix fuzzer (LoadString does not exist), and mention it in the README.
2017-10-21 19:23:38 -07:00
Thomas Pelletier
6d858869d3
Describe versioning policy in README ( #198 )
2017-10-21 19:08:12 -07:00
Maxime Le Conte des Floris
d01db88be9
Fix example code in README ( #197 )
2017-10-21 15:24:36 -07:00
KANEKO Tatsuya
16398bac15
Fix example code in README ( #187 )
2017-09-24 11:42:18 -07:00
Thomas Pelletier
40ecdac242
Clean up documentation ( #168 )
...
Fixes #135
2017-05-30 18:33:25 -07:00
Thomas Pelletier
685a1f1cb7
Rename TomlTree to Tree ( #159 )
...
Avoid stutter.
Fixes #55
2017-05-10 17:53:23 -07:00
Thomas Pelletier
23f644976a
Move query to its own subpackage ( #152 )
...
Move all the query system to its own package. The reason is to
avoid it to rely on unexported methods and structures, and move
it out of the main package since this is really not a core
feature. It is still tied to the toml.TomlTree and toml.Position
structures for now.
* Move query mechanism to its own subpackage
* Rename QueryResult to Result to avoid stutter
* Add query.CompileAndExecute
Fixes #116
2017-05-07 17:14:13 -07:00
Thomas Pelletier
c9506ee963
Update license ( #128 )
...
* Update LICENSE badge
* Update license year to 2017
2017-02-09 13:38:35 -08:00
Jordan Bach
ee2c0b51cf
Fix typo in README tomljson installation instructions ( #125 )
2017-01-15 18:48:04 -08:00
Cameron Moore
5a62685873
Add license and Go Report Card badges to README ( #93 )
2016-08-23 09:47:07 +02:00
Thomas Pelletier
e6271032cc
Move license to LICENSE file ( #91 )
2016-08-22 11:17:53 +02:00
Thomas Pelletier
de2e921d55
TOML to JSON cli tool ( #85 )
...
* Implement tomljson
* Add note about tools in README
2016-08-14 13:50:18 +02:00
Thomas Pelletier
4d8fb95ffe
Update coveralls badge
2016-04-18 10:02:19 +02:00
Thomas Pelletier
346e676fa2
2015 -> 2016
2016-01-05 10:06:54 +01:00
Thomas Pelletier
3102b98900
Update to TOML v0.4.0
2015-11-03 16:07:50 +01:00
Thomas Pelletier
a77f30ea80
Add coveralls badge to readme
2015-07-16 23:55:56 -07:00
Thomas Pelletier
6dd2de38a9
We have been in 2015 for quite a while now
2015-07-14 20:18:44 -07:00
eanderton
66e7f06e7d
Revised readme per peer-review
2014-10-01 18:38:03 -04:00
eanderton
d9de45b5b5
Revised after review
...
* Dropped 'script' support
* Improved documentation
* Made pathFn members private
2014-09-30 14:57:03 -04:00
Thomas Pelletier
a2495b4806
Add positions in README
2014-08-29 17:31:58 +02:00
Thomas Pelletier
bcbaee1079
Use SVG for the Travis badge
2014-08-23 15:40:43 +02:00
Thomas Pelletier
f15dd550e8
Add godoc badge
2014-08-23 15:31:59 +02:00
Thomas Pelletier
c1ad095e9b
Update README.md
...
Update the supported TOML version and the command to run the tests.
2014-07-09 07:40:16 +02:00
eanderton
7b208738bc
Fixed formatting; added name to license file
2014-07-07 21:06:42 -04:00
Thomas Pelletier
def5433558
Add a note on the README
2013-12-10 15:06:32 +01:00
Thomas Pelletier
1df0722ee1
Mark supported TOML version as v0.1.0
2013-07-01 21:43:09 +02:00
Thomas Pelletier
f2a1344e12
Add exmaple of direct get in README
2013-06-30 13:31:48 +02:00
Kevin Burke
682034a662
Add usage example to README
2013-06-23 10:54:40 -07:00
Thomas Pelletier
b1c54ee485
Add TravisCI badge in README
2013-03-26 09:56:14 +01:00
Thomas Pelletier
95c8a36e24
Update godoc URL
2013-02-25 11:03:54 +01:00
Thomas Pelletier
9128eca02b
Fixes #1 : correct source layout
2013-02-25 10:59:35 +01:00