Current section
Files
Jump to
Current section
Files
csv_generator
CHANGELOG.md
CHANGELOG.md
# Changelog
## v0.2.1
* Update the docs canonical URL to the new per-package HexDocs subdomain style.
## v0.2.0
* Drop the `calendar` dependency in favour of the standard library `Calendar.strftime/2`.
* Requires Elixir 1.11 or later.
## v0.1.7
* Update dependencies.
## v0.1.6
* Ensure the `delimiter`, `line ending`, `decimal point`, and `header` options
fall back to their defaults when set to `nil`.
## v0.1.5
* :string will not always convert to string
## v0.1.4
* Double the double quotes inside a string.
## v0.1.3
* Default nil values to empty columns
* Allow integer values in float columns
## v0.1.2
* add `hardcoded/3`
* add `header/1`
* Update README with formatter information
* Add exceptions
## v0.1.1
* Update documentation
* Initial release
## v0.1.0
* Initial release