Commit Graph

349 Commits

Author SHA1 Message Date
Telesphoreo 23cc28b7b2
Update README.md 2022-05-05 22:29:02 -05:00
Telesphoreo d66054552a Add GitHub workflow 2022-05-05 21:12:07 -05:00
Telesphoreo 72179d67a8 Update Gradle + add Maven publishing 2022-05-05 21:11:15 -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
Moandji Ezana 1f32acc597
Merge pull request #71 from RedsTom/master
Added gradle to the dependency example
2021-07-27 07:04:38 +02:00
RedsTom 9f39895380
Added gradle to the dependency example 2021-07-17 13:35:17 +02:00
Moandji Ezana 4d206e4af6 [maven-release-plugin] prepare for next development iteration 2017-08-05 15:56:58 +02:00
Moandji Ezana 7f59ab2e51 [maven-release-plugin] prepare release toml4j-0.7.2 2017-08-05 15:56:52 +02:00
Moandji Ezana 885e536836 Change build to be able to release entirely from command line 2017-08-05 15:55:00 +02:00
Moandji Ezana 1fdfe4b4ad Update changelog 2017-08-05 15:23:23 +02:00
Moandji Ezana 3e29b470d4 Merge branch 'dependency-update' of git://github.com/DanilaFe/toml4j into DanilaFe-dependency-update 2017-08-05 15:18:19 +02:00
Moandji Ezana 293f512068 Fix https://github.com/mwanji/toml4j/issues/46 2017-08-05 15:12:28 +02:00
Danila Fedorin dd4d1b08bc Update dependencies to current versions.
I've run the tests provided in the maven file, and found no failures.
This should be fine.
2017-07-28 19:06:51 -07:00
Moandji Ezana e2b212e0a5 Add unit tests for spaces and strings in table names 2016-08-04 12:49:27 +02:00
Moandji Ezana b919f5f446 Bump version number in README 2016-07-27 15:39:30 +02:00
Moandji Ezana e6b66d2612 [maven-release-plugin] prepare for next development iteration 2016-07-27 15:37:39 +02:00
Moandji Ezana 3fee15dd9c [maven-release-plugin] prepare release toml4j-0.7.1 2016-07-27 15:37:34 +02:00
Moandji Ezana 214143fe84 Support single quotes in table name
Fixes #36
2016-07-27 15:35:20 +02:00
Moandji Ezana 2d2a2c2708 Merge branch 'wip' 2016-07-18 08:43:59 +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 e0ce9c67e7 [maven-release-plugin] prepare for next development iteration 2016-07-12 13:18:33 +02:00
Moandji Ezana cc039ff25f [maven-release-plugin] prepare release toml4j-0.7.0 2016-07-12 13:18: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 e27ba3e8fb Rename TomlParseTest to TomlReadTest 2016-07-12 12:18:17 +02:00
Moandji Ezana 40f866f5cd Mention in README that transient fields are not serialised 2016-06-15 09:42:47 -04:00
Moandji Ezana ddeab75689 [maven-release-plugin] prepare for next development iteration 2016-06-15 09:34:07 -04:00
Moandji Ezana 0a5b5190b9 [maven-release-plugin] prepare release toml4j-0.6.0 2016-06-15 09:32:05 -04:00
Moandji Ezana ea845af1de Update Maven build to latest plugin versions and current recommendations 2016-06-15 09:04:45 -04:00
Moandji Ezana 55d5b91e1d Merge branch 'wip' 2016-06-14 20:22:05 -04:00
Moandji Ezana d977160e1b Normalise line endings on Windows in tests 2016-06-14 20:19:33 -04:00
Moandji Ezana f0da6d4c36 Bump version to 0.6.0 2016-06-14 20:01:22 -04:00
Moandji Ezana b7d3b34619 Support positive offset in datetime
Fixes #31
2016-06-14 19:58:13 -04:00
Moandji Ezana a37dfd80a8 Transient fields are not written to TOML files by TomlWriter
Fixes #30
2016-06-14 19:51:22 -04:00
Moandji Ezana ab05197c9d Add Toml#toMap()
Fixes #29
2016-05-09 22:58:46 -04:00
moandji.ezana 15666880a8 [maven-release-plugin] prepare for next development iteration 2016-01-25 09:39:56 -04:00
moandji.ezana 963507ae61 [maven-release-plugin] prepare release toml4j-0.5.1 2016-01-25 09:39:52 -04:00
moandji.ezana 6318013c81 Specify Java 1.6 and above 2016-01-25 09:35:56 -04:00
moandji.ezana acca966946 Merge branch 'wip' 2016-01-25 09:33:42 -04:00
moandji.ezana a5e34f464f Update version number in README 2016-01-24 22:14:16 -04:00
moandji.ezana d9b3c191fb Merge branch 'wip' of git@github.com:mwanji/toml4j.git into wip 2016-01-24 22:12:26 -04:00
moandji.ezana e024b51b0c Fix handling of tables with same name in different table array items.
Fixes https://github.com/mwanji/toml4j/issues/26
2016-01-24 22:10:35 -04:00
Moandji Ezana 2f45ce657c Merge pull request #25 from dilecti/wip
Update README for the 0.5.0 release.
2016-01-24 15:43:11 -04:00
Jonathan Wood aacd2bf319 Update README for the 0.5.0 release. 2016-01-14 08:23:11 -08:00
moandji.ezana b2daf2475f [maven-release-plugin] prepare for next development iteration 2015-12-10 12:26:42 -04:00
moandji.ezana a5f0c6aec7 [maven-release-plugin] prepare release toml4j-0.5.0 2015-12-10 12:26:37 -04:00
moandji.ezana b1436c557d Rename Toml#containsKey() to containsPrimitive 2015-12-10 12:23:08 -04:00
moandji.ezana 41b5438707 Prepare for 0.5.0 release 2015-12-10 11:50:30 -04:00
moandji.ezana 175c8d645f Add link to contribution guidelines 2015-12-10 11:47:46 -04:00