Commit graph

  • 77f7b922be Fix escaping of back slashes. Jonathan Wood 2015-06-28 13:35:34 -0700
  • 3d90260d32 Add methods to control date formatting and time zones. Jonathan Wood 2015-06-28 11:52:40 -0700
  • ecbd9f048d Add a way to control spacing around array brackets. Jonathan Wood 2015-06-28 11:26:49 -0700
  • 72941c146d Add writer indentation policy controls. Jonathan Wood 2015-06-28 10:30:35 -0700
  • 24a6503d19 Conform to the project's singleton pattern. Jonathan Wood 2015-06-27 14:35:26 -0700
  • 8b3652a309 Remove classes merged into Converters. Jonathan Wood 2015-06-27 14:27:38 -0700
  • bcc52f5cb0 Use new 'write' vocabulary in the docs. Jonathan Wood 2015-06-27 14:23:52 -0700
  • ec30be7901 Move Toml.write() to TomlWriter. Jonathan Wood 2015-06-27 14:19:40 -0700
  • acc952a572 Remove Toml.serialize(). Jonathan Wood 2015-06-27 13:11:52 -0700
  • c076099ddd Use 'write' rather than 'serialize'. Jonathan Wood 2015-06-27 12:50:15 -0700
  • ca6e043926 Change bouncy caps to underscores in test names. Jonathan Wood 2015-06-25 09:31:36 -0700
  • b729e450ab Fix thread-safety issue in DateSerializer. Jonathan Wood 2015-06-25 09:21:36 -0700
  • 1216a009cb 4 -> 2 spaces Jonathan Wood 2015-06-25 08:01:34 -0700
  • 4ed3740732 Fix Date serialization testing. Jonathan Wood 2015-06-25 07:56:04 -0700
  • ad8a9fd932 Switched build status badge to wip branch Moandji Ezana 2015-06-25 11:09:19 +0200
  • f210ad02fb Switched dependency status badge to wip branch Moandji Ezana 2015-06-25 11:03:33 +0200
  • 2fec857f14 Changed coverage status badge to wip branch Moandji Ezana 2015-06-25 10:56:11 +0200
  • 64afb09d96 Java-6 style date/tz formatting Jonathan Wood 2015-06-24 23:35:19 -0700
  • 9f717384a4 Don't use java.util.function.Predicate. Jonathan Wood 2015-06-24 22:14:42 -0700
  • bb0d9b1146 Add serialization to changelog. Jonathan Wood 2015-06-24 21:55:37 -0700
  • f8f55a6f16 Merge remote-tracking branch 'upstream/wip' into merge Jonathan Wood 2015-06-24 21:49:24 -0700
  • e7d7de7ae5 Implement serialization. Jonathan Wood 2015-05-31 21:08:42 -0700
  • 8571d258ca Updated coveralls plugin command in Travis CI config moandji.ezana 2015-06-24 01:07:58 +0200
  • 38666593dd Added Toml#contains(String) and Toml#containsXxx(String) methods moandji.ezana 2015-06-24 01:07:34 +0200
  • 0cea9ae187 Added test cases for iterating over empty TOML and key containing empty list moandji.ezana 2015-06-24 00:49:41 +0200
  • 1b2aa582d9 Removed trailing newlines from error messages. moandji.ezana 2015-06-23 23:35:52 +0200
  • 9f29f6951f Updated outdated dependencies and removed unused fest-reflect dependency moandji.ezana 2015-06-23 23:24:48 +0200
  • 1c3e0642ae Renamed IteratorTest -> IterationTest iterator moandji.ezana 2015-06-12 15:32:15 +0200
  • 80008fca15 Updated Reflection section of readme moandji.ezana 2015-06-12 15:25:23 +0200
  • 4074242e0b Using a private implementation of Map.Entry instead of public Toml.Entry class moandji.ezana 2015-04-28 23:31:59 +0200
  • 68513b0851 Added to Toml#entrySet() documentation moandji.ezana 2015-04-28 13:31:42 +0200
  • 15c014a327 Added documentation moandji.ezana 2015-04-28 12:07:34 +0200
  • a0bd307f58 Added Toml#entrySet() moandji.ezana 2015-04-28 11:57:19 +0200
  • 5402ce22f3 Updated change log moandji.ezana 2015-04-29 22:25:41 +0200
  • ae2911c82c Toml#getTables() returns null for missing keys and indices moandji.ezana 2015-04-29 22:10:30 +0200
  • 24a5134c2c getTable() and getTables() return null for missing keys moandji.ezana 2015-04-29 21:46:22 +0200
  • a210896477 Improved a test's assertion semantics moandji.ezana 2015-04-29 21:36:44 +0200
  • a342b1fef6 Toml#getList() returns null if key is missing moandji.ezana 2015-04-29 20:27:31 +0200
  • 4d32f77ce0 Removed Toml#to(Class, Gson) moandji.ezana 2015-04-29 00:19:39 +0200
  • 0817b40d8f Simplified test names moandji.ezana 2015-04-13 13:24:52 +0200
  • 8cae6c2e32 Improved error message when key overwrites table moandji.ezana 2015-04-13 13:23:58 +0200
  • 0795127266 New error message when table overwrites existing key definition moandji.ezana 2015-04-13 13:04:10 +0200
  • 1a6ddbd5ac Moved tests to more appropriate classes moandji.ezana 2015-04-13 11:42:05 +0200
  • 1e19f0847f Updated contributon guidelines default_values moandji.ezana 2015-03-30 23:00:10 +0200
  • af5a2a5867 Updated docs and changelog moandji.ezana 2015-03-30 22:57:14 +0200
  • 439d1c600d Fixed typo moandji.ezana 2015-03-30 22:46:13 +0200
  • d958baebb5 Added getArray(String, List) moandji.ezana 2015-03-30 22:45:15 +0200
  • c0eafb9f17 DRY-er date creation in tests moandji.ezana 2015-03-30 22:31:13 +0200
  • d31792e5a8 Added test to show that constructor defaults take precedence over method defaults moandji.ezana 2015-03-30 22:09:12 +0200
  • 7f11f97020 Merge branch 'default_values' of git://github.com/udiabon/toml4j into default_values moandji.ezana 2015-03-30 21:51:33 +0200
  • f5e19dbb4b Merge branch 'master' into wip moandji.ezana 2015-03-30 21:48:27 +0200
  • 414bd396fa Call original method to avoid duplicated work. Nick Jiang 2015-03-27 10:13:09 +0800
  • 3773c4eadf Remove the ignores use global .gitignore instead. Nick Jiang 2015-03-27 09:41:43 +0800
  • 5a608cad02 Clarified that PRs should be against wip branch moandji.ezana 2015-03-26 11:25:26 +0200
  • bc04eec538 Returns the default value if the key was not found. Nick Jiang 2015-03-26 16:50:48 +0800
  • 7f0ea04e99 Ignore the folder "target". Nick Jiang 2015-03-26 16:46:39 +0800
  • ffb0e08290 Fixed typo moandji.ezana 2015-03-11 23:06:55 +0200
  • 8d183061ec Fixed typo moandji.ezana 2015-03-11 23:01:31 +0200
  • baec3a1697 Added VersionEye badge to README moandji.ezana 2015-02-19 21:26:27 +0200
  • 598c319ef3 Bumped version and updated change log moandji.ezana 2015-02-17 10:28:27 +0200
  • 252a704a61 Merge branch 'master' into wip moandji.ezana 2015-02-17 10:26:27 +0200
  • 8c66284960 In number, underscore after dot is invalid moandji.ezana 2015-02-17 10:24:45 +0200
  • 7aa496582c Added v0.4.0 example moandji.ezana 2015-02-17 10:21:57 +0200
  • a3edb55e9c Merge branch 'underscores_in_numbers' into wip. Fixed version example test. moandji.ezana 2015-02-17 10:21:17 +0200
  • 8d9f08e93f [maven-release-plugin] prepare for next development iteration moandji.ezana 2015-02-16 14:56:43 +0200
  • 8528c22b93 [maven-release-plugin] prepare release toml4j-0.4.0 toml4j-0.4.0 moandji.ezana 2015-02-16 14:56:33 +0200
  • 58e4f9191c Updates for release moandji.ezana 2015-02-16 14:54:08 +0200
  • 7e88ad0f93 Merge branch 'wip' moandji.ezana 2015-02-16 14:49:21 +0200
  • 4e22176f1e Improved duplicate table detection. Improved line reporting. moandji.ezana 2015-02-16 13:33:02 +0200
  • 2b9af91bf4 Improved detection of invalid use of inline tables. moandji.ezana 2015-02-15 01:44:13 +0200
  • 40f12ca3b1 Throw exception when duplicate keys are defined inside an inline table moandji.ezana 2015-02-14 02:39:39 +0200
  • 14896a6033 Code coverage improvements moandji.ezana 2015-02-14 01:36:14 +0200
  • ba98daeb85 Added Toml#isEmpty() moandji.ezana 2015-02-13 09:09:05 +0200
  • ca7fcc766b Removed unused methods and variables moandji.ezana 2015-02-13 08:44:54 +0200
  • be85328555 Javadoc improvements moandji.ezana 2015-02-13 08:43:35 +0200
  • cdef758f4c Made TomlParser#run(String) static moandji.ezana 2015-02-13 08:19:40 +0200
  • b69f8514cb Deleted unused constant moandji.ezana 2015-02-13 08:18:56 +0200
  • 96220b7a88 The TOML string is never transformed into an array moandji.ezana 2015-02-12 23:25:10 +0200
  • 8388e394ed Removed unused methods moandji.ezana 2015-02-12 23:12:50 +0200
  • 6e4c8fd022 Documentation clean up for version 0.4.0 moandji.ezana 2015-02-12 22:56:45 +0200
  • d468ec1892 Updated copyright date moandji.ezana 2015-02-12 22:55:55 +0200
  • d28fffa4e6 Added support for Unicode characters in quoted keys moandji.ezana 2015-02-12 22:38:40 +0200
  • 1c87a9e85a Improved bare key validation and quoted key support moandji.ezana 2015-02-12 22:38:17 +0200
  • 8a6ca61101 Cleaned up bare key handling and started cleaning up identifier validation moandji.ezana 2015-02-12 11:21:00 +0200
  • 7292fe5468 Added Results.Errors to Context constructor and Context.with(Identifier) moandji.ezana 2015-02-12 08:33:43 +0200
  • 786529fce6 Moved ValueConverterUtils.isComment(String) to ValueConverters moandji.ezana 2015-02-12 08:31:34 +0200
  • c0e78db681 Improved error message reporting moandji.ezana 2015-02-11 17:59:20 +0200
  • c4027ed2d5 Merge branch 'inline_tables' into wip moandji.ezana 2015-02-11 16:43:48 +0200
  • 5567f6c8bd Updated change log moandji.ezana 2015-02-11 16:02:43 +0200
  • 66f7946542 Added test for mixed inline tables in array moandji.ezana 2015-02-11 16:02:30 +0200
  • 21c5dfd235 Improved error messages moandji.ezana 2015-02-11 15:55:02 +0200
  • 3e2d9fad37 Simplified TomlParser moandji.ezana 2015-02-11 15:54:51 +0200
  • d1d7145a03 Streamlined array and inline table converters to re-use other converters inline_tables moandji.ezana 2015-02-11 00:59:48 +0200
  • ddb061b9f9 Added support for nested inline tables moandji.ezana 2015-02-10 20:06:46 +0200
  • 5bd87a6b56 Added support for arrays in inline tables moandji.ezana 2015-02-10 14:32:44 +0200
  • a5a6ab22dc Support for very basic inline tables moandji.ezana 2015-02-09 22:15:37 +0200
  • de1bcbdca2 Reduced method visibility moandji.ezana 2015-02-09 22:14:58 +0200
  • 91e5c65577 Improved error handling code and line numbers included in error messages moandji.ezana 2015-02-09 16:29:20 +0200
  • d32ead52d4 Improved error handling code and line numbers included in error messages moandji.ezana 2015-02-09 16:29:20 +0200
  • 55d598c3b1 Added inceptionYear and ciManagement moandji.ezana 2015-02-09 09:46:54 +0200