-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
62 lines (60 loc) · 1.56 KB
/
CHANGES
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
#
# YAML parser for Tcl.
#
# Load this file!
# >> yaml::load "CHANGES"
#
---
title: YAML parser for Tcl.
version: 0.3.6
authors:
- KATO Kanryu: kanryu6@users.sourceforge.net
license: tcllib's BSD-style license
copyright: (c) 2008 KATO Kanryu
changes:
0.3.6:
- 2011-08-23
- fixed for empty block/floating sub node. to see
- https://sourceforge.net/tracker/?func=detail&atid=112883&aid=3396656&group_id=12883
- https://core.tcl.tk/tcllib/tktview?name=3396661fff
0.3.5:
- 2009-05-24
- To read uninitialized yaml::data(current), when there is not empty line
or "---" at the beginning of yaml.
- Thanks al_chou!
- https://core.tcl.tk/tcllib/tktview?name=2795699fff
- supported for YAML termination(...)
0.3.4:
- 2008-09-27
- fixed for some incorrect use of "string first/last"
0.3.3:
- 2008-06-05
- add benchmark
- validate check fors scripts
0.3.2:
- 2008-06-03
- add command huddle2yaml
- validate check fors scripts
0.3.1:
- 2008-06-02
- change comanndname from load to yaml2dict
- add command huddle2yaml
0.3.0:
- 2008-06-01
- testsuites for Tcl8.4
- using huddle-lib
- not to auto-convert for mapping keys
0.2.2:
- 2008-05-17
- begin to implement tag treatment
- add !!float / !!binary(base64) parsing.
- merge mapping "<<"
0.2.1:
- 2008-05-14
- add timestamp / integer parsing.
- improved a manual.
0.2.0:
- parser reimplimented from scratch.
- write a manual.
0.1.0:
- Changed the library name, from yapt-0.1.2 to yaml-0.1.0