File: Changes

package info (click to toggle)
libtoml-parser-perl 0.91-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,716 kB
  • sloc: perl: 664; sh: 4; makefile: 2
file content (63 lines) | stat: -rw-r--r-- 1,480 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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