Commit Graph

69 Commits

Author SHA1 Message Date
Telesphoreo 23cc28b7b2
Update README.md 2022-05-05 22:29:02 -05:00
Telesphoreo 928a60487a Fix compilation errors 2022-05-05 21:04:31 -05:00
Telesphoreo 48df906a43 Update (done by @taahanis, I'm just repushing) 2022-05-05 20:51:35 -05:00
RedsTom 9f39895380
Added gradle to the dependency example 2021-07-17 13:35:17 +02:00
Moandji Ezana 293f512068 Fix https://github.com/mwanji/toml4j/issues/46 2017-08-05 15:12:28 +02:00
Moandji Ezana b919f5f446 Bump version number in README 2016-07-27 15:39:30 +02:00
Moandji Ezana 644c23f17d Clarify how to serialise a top-level table array.
Fixes #35
2016-07-18 08:43:28 +02:00
Moandji Ezana bede018b3d Bump version in documentation 2016-07-12 13:13:32 +02:00
Moandji Ezana 120d1396fd Add Toml#read(Toml)
Fixes #32
2016-07-12 13:12:13 +02:00
Moandji Ezana 40f866f5cd Mention in README that transient fields are not serialised 2016-06-15 09:42:47 -04:00
Moandji Ezana 55d5b91e1d Merge branch 'wip' 2016-06-14 20:22:05 -04:00
Moandji Ezana f0da6d4c36 Bump version to 0.6.0 2016-06-14 20:01:22 -04:00
Moandji Ezana ab05197c9d Add Toml#toMap()
Fixes #29
2016-05-09 22:58:46 -04:00
moandji.ezana 6318013c81 Specify Java 1.6 and above 2016-01-25 09:35:56 -04:00
moandji.ezana a5e34f464f Update version number in README 2016-01-24 22:14:16 -04:00
Jonathan Wood aacd2bf319 Update README for the 0.5.0 release. 2016-01-14 08:23:11 -08:00
moandji.ezana b1436c557d Rename Toml#containsKey() to containsPrimitive 2015-12-10 12:23:08 -04:00
moandji.ezana 175c8d645f Add link to contribution guidelines 2015-12-10 11:47:46 -04:00
moandji.ezana 30d4898938 Document TomlWriter threadsafety in readme. 2015-07-13 23:46:09 +02:00
moandji.ezana 50522d6a8c Include final fields but ignore constants 2015-07-02 08:22:31 +02:00
moandji.ezana d9abbe7bc3 Updated encoding documentation 2015-07-01 09:32:16 +02:00
moandji.ezana d9964fd61a Added an example for each TomlWriter#write method 2015-06-29 20:10:43 +02:00
moandji.ezana 121db7ef05 Merge branch 'wip' of git://github.com/dilecti/toml4j into writer 2015-06-29 08:30:43 +02:00
Jonathan Wood 7ce548e616 Note writer options in the readme. 2015-06-28 14:15:38 -07:00
Jonathan Wood bcc52f5cb0 Use new 'write' vocabulary in the docs. 2015-06-27 14:23:52 -07:00
Moandji Ezana ad8a9fd932 Switched build status badge to wip branch 2015-06-25 11:09:19 +02:00
Moandji Ezana f210ad02fb Switched dependency status badge to wip branch 2015-06-25 11:03:33 +02:00
Moandji Ezana 2fec857f14 Changed coverage status badge to wip branch 2015-06-25 10:56:11 +02:00
Jonathan Wood f8f55a6f16 Merge remote-tracking branch 'upstream/wip' into merge
Conflicts:
	README.md
	src/main/java/com/moandjiezana/toml/Toml.java
2015-06-24 21:49:24 -07:00
Jonathan Wood e7d7de7ae5 Implement serialization.
This provides functionality to convert populated Toml instances
and arbitrary objects into TOML.
2015-06-24 21:40:06 -07:00
moandji.ezana 38666593dd Added Toml#contains(String) and Toml#containsXxx(String) methods 2015-06-24 01:07:34 +02:00
moandji.ezana 80008fca15 Updated Reflection section of readme 2015-06-23 23:05:18 +02:00
moandji.ezana 15c014a327 Added documentation 2015-06-23 23:05:18 +02:00
moandji.ezana af5a2a5867 Updated docs and changelog 2015-03-30 22:57:14 +02:00
moandji.ezana f5e19dbb4b Merge branch 'master' into wip 2015-03-30 21:48:27 +02:00
moandji.ezana 5a608cad02 Clarified that PRs should be against wip branch 2015-03-26 11:25:26 +02:00
moandji.ezana ffb0e08290 Fixed typo 2015-03-11 23:06:55 +02:00
moandji.ezana 8d183061ec Fixed typo 2015-03-11 23:01:31 +02:00
moandji.ezana baec3a1697 Added VersionEye badge to README 2015-02-19 21:26:27 +02:00
moandji.ezana 58e4f9191c Updates for release 2015-02-16 14:54:08 +02:00
moandji.ezana 6e4c8fd022 Documentation clean up for version 0.4.0 2015-02-12 22:56:45 +02:00
moandji.ezana 7b7906d0ed Updated change log and readme 2015-02-08 23:16:06 +02:00
moandji.ezana 62b2718a17 Matched README to wip branch 2015-01-15 11:02:22 +02:00
moandji.ezana 8fd7e6691c Changed badges to match wip branch
[ci skip]
2015-01-14 10:07:26 +02:00
moandji.ezana db950ab054 Added support for quoted keys
https://github.com/toml-lang/toml/pull/283
2015-01-14 09:46:36 +02:00
moandji.ezana 8a16f487f5 Fixed Travis CI badge 2014-12-16 00:49:00 +02:00
moandji.ezana 3cec32eb8e Added Maven Central to badges 2014-12-16 00:47:10 +02:00
moandji.ezana b0e933fb28 Prepared README for release 2014-12-16 00:37:20 +02:00
moandji.ezana 14684e07d2 Updated changelog and readme 2014-12-16 00:31:26 +02:00
moandji.ezana 12e73fb314 Added support for RFC 3339 dates. 2014-12-15 15:44:03 +02:00