diff --git a/History.md b/History.md index d5a958d3..a8981fce 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +# v0.5.5 +* Fixed issues with ordering of headers when specifying headers in a write stream [#77](https://github.com/C2FO/fast-csv/pull/77) +* Fixed issue where headers were not being written if no data was supplied to write stream. + # v0.5.4 * Fixed issues with error handling and not registering an error handler on stream [#68](https://github.com/C2FO/fast-csv/issues/68) diff --git a/docs/History.html b/docs/History.html index 94b40eec..e573794e 100644 --- a/docs/History.html +++ b/docs/History.html @@ -176,28 +176,33 @@ -

v0.5.4

+

v0.5.5

+ +

v0.5.4

-

v0.5.3

+

v0.5.3

-

v0.5.2

+

v0.5.2

-

v0.5.1

+

v0.5.1

-

v0.5.0

+

v0.5.0

-

v0.4.4

+

v0.4.4

-

v0.4.3

+

v0.4.3

-

v0.4.2

+

v0.4.2

-

v0.4.1

+

v0.4.1

-

v0.4.0

+

v0.4.0

-

v0.3.1

+

v0.3.1

-

v0.3.0

+

v0.3.0

-

v0.2.5

+

v0.2.5

-

v0.2.4

+

v0.2.4

-

v0.2.3

+

v0.2.3

-

v0.2.2

+

v0.2.2

-

v0.2.1

+

v0.2.1

-

v0.2.0

+

v0.2.0

-

v0.1.2

+

v0.1.2

-

v0.1.1

+

v0.1.1

-

v0.1.0

+

v0.1.0


diff --git a/docs/index.html b/docs/index.html index 5ca42746..05b32d3e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -178,17 +178,17 @@

build status

-

Fast-csv

+

Fast-csv

This is a library that provides CSV parsing and formatting.

NOTE As of v0.2.0 fast-csv supports multi-line values.

-

Installation

+

Installation

npm install fast-csv

-

Usage

-

Parsing

+

Usage

+

Parsing

All methods accept the following options