We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acbdaba commit 4a02773Copy full SHA for 4a02773
CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [Unreleased]
9
+### Added
10
+- Made TypeScript type definitions accessible. Thanks to @coyotte508.
11
+ [PR #23](https://github.com/ryu1kn/csv-writer/pull/23)
12
+
13
## [1.2.0] - 2018-08-22
14
### Added
15
- CSV records are now not limited to an array but can be an iterable object. Thanks to @pineapplemachine.
0 commit comments