scratch – Blame information for rev 66

Subversion Repositories:
Rev:
Rev Author Line No. Line
66 office 1  
2 0.2.3 / 2011-12-05
3 ==================
4  
5 * Added a "null.yaml" test case in the examples.
6 * Added support for NULL values.
7 * Fixed a global leak
8  
9 0.2.2 / 2011-08-31
10 ==================
11  
12 * Made it so the first indentation in the input determines the indentation ammount (instead of it being statically set to 2 spaces) [joelverhagen]
13  
14 0.2.1 / 2011-05-22
15 ==================
16  
17 * Fixed boolean support [Adrian Olaru]
18  
19 0.2.0 / 2011-05-21
20 ==================
21  
22 * Added support for dates [Adrian Olaru]
23  
24 0.1.1 / 2010-12-15
25 ==================
26  
27 * Added package.json
28 * Added a regex for unquoted strings as values.
29 * Fixed example/run.js so that it actually runs!
30 * Fixed problem with nested hashes dedenting too much.
31  
32 0.1.0 / 2010-02-25
33 ==================
34  
35 * Added single quote string
36 * Added parse error contexts
37 * Added support for spaces in hash keys
38 * Added basic --- support
39 * Added inline hash whitespace tolerance
40 * Added spec for invalid inline hash
41 * Added inline hash support
42 * Fixed syntax error escaping
43  
44 0.0.1 / 2010-02-25
45 ==================
46  
47 * Initial release