ash_csv/CHANGELOG.md
2021-03-29 10:33:05 -04:00

140 lines
2.2 KiB
Markdown

# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v0.8.3](https://github.com/ash-project/ash_csv/compare/v0.8.2...v0.8.3) (2021-03-29)
### Bug Fixes:
* don't use dump_to_native on updates either
## [v0.8.2](https://github.com/ash-project/ash_csv/compare/v0.8.1...v0.8.2) (2021-03-29)
### Bug Fixes:
* don't use `dump_to_native`, as CSV is really just string representations
### Improvements:
* update CSV
## [v0.8.1](https://github.com/ash-project/ash_csv/compare/v0.8.0...v0.8.1) (2021-02-23)
### Improvements:
* support latest ash
## [v0.8.0](https://github.com/ash-project/ash_csv/compare/v0.7.0-rc0...v0.8.0) (2021-01-22)
### Improvements:
* support latest ash version
## [v0.7.0-rc0](https://github.com/ash-project/ash_csv/compare/v0.6.2...v0.7.0-rc0) (2021-01-22)
### Features:
* update to latest ash
## [v0.6.2](https://github.com/ash-project/ash_csv/compare/v0.6.1...v0.6.2) (2020-12-27)
### Improvements:
* update to latest ash
## [v0.6.1](https://github.com/ash-project/ash_csv/compare/v0.6.0...v0.6.1) (2020-10-27)
### Bug Fixes:
* add separator_opt validator
## [v0.6.0](https://github.com/ash-project/ash_csv/compare/v0.5.0...v0.6.0) (2020-10-10)
### Features:
* update to latest ash
## [v0.5.0](https://github.com/ash-project/ash_csv/compare/v0.4.0...v0.5.0) (2020-10-06)
### Features:
* tests + fixes
### Bug Fixes:
* update ash matrix
## [v0.4.0](https://github.com/ash-project/ash_csv/compare/v0.3.0...v0.4.0) (2020-10-06)
### Features:
* tests + fixes
## [v0.3.0](https://github.com/ash-project/ash_csv/compare/v0.2.0...v0.3.0) (2020-08-26)
### Features:
* update to ash 1.11
## [v0.2.0](https://github.com/ash-project/ash_csv/compare/v0.1.1...v0.2.0) (2020-08-26)
### Features:
* update to ash 1.11
## [v0.1.1](https://github.com/ash-project/ash_csv/compare/v0.1.0...v0.1.1) (2020-08-20)
## [v0.1.0](https://github.com/ash-project/ash_csv/compare/v0.1.0...v0.1.0) (2020-08-20)
### Features:
* initial feature release
### Bug Fixes:
* fixes/dialyzer/credo