Commit graph

118 commits

Author SHA1 Message Date
moandji.ezana e5966d6bed Added support for quoted keys with index arrays 2015-01-15 11:44:14 +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 98701694c4 [maven-release-plugin] prepare for next development iteration 2014-12-16 01:14:16 +02:00
moandji.ezana 51fcf76e4e [maven-release-plugin] prepare release toml4j-0.3.1 2014-12-16 01:14:07 +02:00
moandji.ezana 28c57069c6 Fixed Javadoc for Java 8 2014-12-16 01:07:59 +02:00
moandji.ezana e425f81011 [maven-release-plugin] prepare for next development iteration 2014-12-16 01:06:46 +02:00
moandji.ezana 7805561133 [maven-release-plugin] prepare release toml4j-0.3.1 2014-12-16 01:06:37 +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 5ed9a4155e Test that key name cannot start with [ 2014-12-15 23:47:06 +02:00
moandji.ezana 714fb81330 Support for unicode characters starting with \U 2014-12-15 16:02:49 +02:00
moandji.ezana 1b3c08a433 Empty table names cause parsing to fail 2014-12-15 15:58:19 +02:00
moandji.ezana 12e73fb314 Added support for RFC 3339 dates. 2014-12-15 15:44:03 +02:00
moandji.ezana 6267ac6c9d Split tests into more manageable chunks 2014-12-15 13:01:48 +02:00
moandji.ezana 28ef345bba Updated tests from BurntSushi/toml-test 2014-12-15 13:01:17 +02:00
moandji.ezana 1390487d3f Support for exponents and doubles with a plus sign 2014-11-10 23:02:10 +02:00
moandji.ezana 16e9fa16f0 Support integer with leading plus sign 2014-11-10 22:01:46 +02:00
moandji.ezana 53aba456ce Updated to Gson 2.3 2014-11-06 03:42:43 +02:00
moandji.ezana 729e0e4ed9 Fail on unterminated multiline strings 2014-11-02 18:13:58 +02:00
moandji.ezana 4c9d28bfc4 Deleted unused code 2014-11-02 18:13:26 +02:00
moandji.ezana 7a780b58b3 Moved test file to correct folder
(I didn't see it before because it failed in Maven but not in Eclipse)
2014-11-02 13:26:49 +02:00
moandji.ezana 39300478f1 Added multiline and raw string tests from BurntSushi 2014-11-02 13:22:20 +02:00
moandji.ezana 4eb948b694 Updated README for wip-specific information 2014-10-10 12:27:38 +02:00
moandji.ezana 16c8b409e6 Added test to confirm that out-of-order table arrays are supported.
cf. https://github.com/toml-lang/toml/issues/252
2014-10-10 11:45:22 +02:00
moandji.ezana ccca314649 Parse multiline string literals and all multiline strings with text on
the first line
2014-08-22 23:59:02 +02:00
moandji.ezana 1f290c94b8 Removed unused variable and added static imports. 2014-08-22 22:30:18 +02:00
moandji.ezana fcd77dca6b Renamed ValueParser#String() to ValueParser#StringToken() to avoid
conflicts/confusion with Parboiled method.
2014-08-13 20:24:58 +02:00
moandji.ezana dfd5501132 Introduced Multiline enum to clean TomlParser up a bit 2014-08-13 20:22:34 +02:00
moandji.ezana b6af2c6d48 ValueConverterUtils.parse() and ValueConverterUtils.parser() make it
easier to use Parboiled.
2014-08-13 16:01:31 +02:00
moandji.ezana 2b8bf136a9 Renamed StatementParser to ValueParser 2014-08-13 14:36:21 +02:00
moandji.ezana 697349e9a2 Renamed ValueParser to ValueConverter and associated changes 2014-08-13 14:31:50 +02:00
moandji.ezana c841c4e1fe Removed regexes from BooleanParser and IntegerParser and using Parboiled
instead
2014-08-13 14:27:23 +02:00
moandji.ezana cd7b7b68d9 Loop over parsers 2014-08-13 12:09:04 +02:00
moandji.ezana 7e101ce3a3 Added support for literal strings 2014-08-13 11:28:18 +02:00
moandji.ezana 8f877776d6 Support for multiline strings 2014-08-13 00:28:12 +02:00
moandji.ezana 2d76120562 Changelog lists changes to upcoming version 2014-08-12 23:20:23 +02:00
moandji.ezana 2667e2c20d Test that key names in table arrays can contain dots 2014-08-12 23:17:07 +02:00
moandji.ezana 1dd40b14ed Separated error messages with a new line. 2014-08-12 22:45:37 +02:00
moandji.ezana ff4c0cbc16 Key names can have dots in them 2014-08-12 22:44:24 +02:00
moandji.ezana b2888519fb Incorporated all of validator's valid tests into JUnit test suite 2014-08-12 18:27:14 +02:00
moandji.ezana 0bca81e5da Split BurntSushiTest into valid and invalid. 2014-08-12 18:17:15 +02:00
moandji.ezana feba3c7e1a Added documentation to ValueParser 2014-08-12 18:09:11 +02:00
moandji.ezana 86e921cb4b Improved handling of malformed keys.
Incorporated all of the validator's invalid tests.
2014-08-12 18:08:37 +02:00
moandji.ezana bc4ffcac47 Merge branch 'master' into wip 2014-08-12 17:42:14 +02:00
moandji.ezana eeb9e7734a Added changelog 2014-08-12 17:41:45 +02:00
moandji.ezana bc6fa8e736 Moved all classes to single package to reduce visibility.
Only Toml class is public.
2014-08-12 17:38:23 +02:00