Revision history for Perl extension TOML-Parser
0.91 2017-11-08T13:23:39Z
- Same as 0.90_01
0.90_01 2017-11-05T09:39:39Z
- Less recursion for parsing (thanks for bhmevik)
0.90 2017-10-01T03:02:09Z
- [INCOMPATIBLE] Fix wrong multi-line string implementation to specification.
- [INCOMPATIBLE] Distinguishes single-quote and double-quote
- [FIXED] "Use of uninitialized value" in error
0.10 2017-05-08T06:08:45Z
- [INTERNAL] give up to support perl 5.8
- [FIXED] wrong inline-table/array syntax is allowed on 0.09
0.09 2017-05-07T13:50:25Z
- [FIXED] comment parsing bug in inline table and array
0.08 2016-11-08T18:58:41Z
- [FIXED] key value parsing issue (thanks for shohex)
- [FIXED] tests fail with -Duselongdouble
0.07 2016-04-01T02:10:39Z
- [FIXED] Parser produces "" for value "0" (thanks for yowcow)
0.06 2015-11-30T16:32:44Z
- [FIXED] strict_mode is broken. (tests for strict_mode didn't worked.)
- [FEATURE] The v.0.4.0 spec is supported.
0.05 2015-02-18T06:19:11Z
- [FIXED] Dependency fixes (dolmen)
0.04 2014-10-08T23:33:32Z
- [FIXED] Allow "." in key name.
- [INTERNAL] Switch to Module::Build::Tiny.
0.03 2014-05-22T13:22:37Z
- [FIXED] Die when key duplicate.
- [FIXED] Allow comma at last of array.
- [FEATURE] Added `strict_mode`.
0.02 2014-05-20T04:08:28Z
- [FIXED] Allow empty comment.
- [FIXED] Allow empty string.
0.01 2014-05-13T12:21:22Z
- original version