File: changelog.html

package info (click to toggle)
haskell-lazy-csv 0.5.1-7
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: haskell: 820; makefile: 6
file content (46 lines) | stat: -rw-r--r-- 777 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
  lazy-csv change log
</title>
</head>

<body bgcolor='#ffffff'>

<center>
<h1>lazy-csv change log</h1>
</center>
<hr>

<h3>Release 0.5</h3>
<ul>
<li> Bugfix when encountering CR-only line-endings.
<li> Bugfix when encountering multi-duplicate headers.
</ul>

<h3>Release 0.4</h3>
<ul>
<li> First public release.
</ul>

<h3>Release 0.3</h3>
<ul>
<li> Validation now reports duplicate headers
<li> De-duplicate headers when repairing an incorrect file.
</ul>

<h3>Release 0.2</h3>
<ul>
<li> Repair fields containing newlines.
<li> csvTableFull, adds padding to short rows.
<li> Export mkCSVField API.
</ul>

<h3>Release 0.1</h3>
<ul>
<li> Initial (non-public) release.
</ul>

</body>
</html>