~ubuntu-branches/ubuntu/quantal/libyaml-tiny-perl/quantal

« back to all changes in this revision

Viewing changes to Changes

  • Committer: Bazaar Package Importer
  • Author(s): John Lightsey
  • Date: 2007-05-14 22:41:57 UTC
  • Revision ID: james.westby@ubuntu.com-20070514224157-zoal0twt0m6sfzja
Tags: upstream-1.05
ImportĀ upstreamĀ versionĀ 1.05

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Revision history for Perl extension YAML::Tiny
 
2
 
 
3
1.05  Wed  2 May 2007
 
4
        - Bug fix to allow support for keys with spaces
 
5
        - Bug fix to allow empty comments
 
6
 
 
7
1.04  Wed 21 Feb 2007
 
8
        - Adding support for LoadFile, DumpFile, freeze and thaw
 
9
 
 
10
1.03  Sun 14 Jan 2007
 
11
        - Removing the forward-looking part of the preamble
 
12
 
 
13
1.02  Sun 14 Jan 2007
 
14
        - Fixing exporting
 
15
 
 
16
1.01  Sun 14 Jan 2007
 
17
        - Removed the ugly bold warning
 
18
 
 
19
1.00  Sun 14 Jan 2007
 
20
        - What the hell, I'm as close as is needed I think
 
21
 
 
22
0.90  Sat 13 Jan 2007
 
23
        - Adding support for inline multi-lines
 
24
 
 
25
0.11  Mon 25 Sep 2006
 
26
        - Fixed bug in regex that detects unheadered ARRAY|HASH
 
27
 
 
28
0.10  Thu 24 Aug 2006
 
29
        - Added double-quote support, making YAML::Tiny a lot more usable
 
30
        - Added Load and Dump for YAML.pm compatibility
 
31
        - Added tests for verifying compatibility with YAML::Syck
 
32
 
 
33
0.06  Sun  9 Jul 2006
 
34
        - Added more tests
 
35
 
 
36
0.05  Sat  8 Jul 2006
 
37
        - Added support for nested inline hashes (parse only)
 
38
        - Added support for naked undef array and hash entries
 
39
        - Can now handle sample Plagger configs from Miyagawa-san's talk
 
40
        - Can now handle vanilla.yml from Perl::Dist::Vanilla
 
41
 
 
42
0.04  Sat  8 Jul 2006
 
43
        - Added support for implicit document start for array/hash types
 
44
        - Added support for colons in hash keys
 
45
        - Added support for simple single quotes
 
46
        - Can now handle our own META.yml file
 
47
 
 
48
0.03  Sat  8 Jul 2006
 
49
        - Got all of the trivial test cases to pass
 
50
        - Good enough for an initial usable release, but still expected to fail a lot
 
51
 
 
52
0.02  Thu 26 Apr 2006
 
53
        - Added support for a single root-level hash
 
54
        - Correcting POD bugs
 
55
 
 
56
0.01  Wed 26 Apr 2006
 
57
        - Initial version
 
58
        - Handles only document headers and non-wrapping scalar documents