ash_csv/CHANGELOG.md

222 lines
3.5 KiB
Markdown
Raw Normal View History

2020-08-20 17:28:38 +12:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2024-03-31 03:57:23 +13:00
## [v0.9.7-rc.0](https://github.com/ash-project/ash_csv/compare/v0.9.6...v0.9.7-rc.0) (2024-03-30)
### Improvements:
* support Ash 3.0
2023-10-09 02:48:41 +13:00
## [v0.9.6](https://github.com/ash-project/ash_csv/compare/v0.9.5...v0.9.6) (2023-10-08)
### Bug Fixes:
* `ash_csv` doesn't support don't do expression calculations
2023-10-05 15:36:50 +13:00
## [v0.9.5](https://github.com/ash-project/ash_csv/compare/v0.9.4...v0.9.5) (2023-10-05)
### Bug Fixes:
* handle expression calcs & expression calc sorting
2023-08-04 04:37:36 +12:00
## [v0.9.4](https://github.com/ash-project/ash_csv/compare/v0.9.3...v0.9.4) (2023-08-03)
### Improvements:
* support latest `ash`
2023-08-03 04:30:00 +12:00
## [v0.9.3](https://github.com/ash-project/ash_csv/compare/v0.9.2...v0.9.3) (2023-08-02)
### Bug Fixes:
* fix upsert behavior
* support latest ash
2023-01-18 19:23:29 +13:00
## [v0.9.2](https://github.com/ash-project/ash_csv/compare/v0.9.1...v0.9.2) (2023-01-18)
### Bug Fixes:
* properly set header when creating file
### Improvements:
* update ash and new docs patterns
* support latest ash
* update ash and update behavior function
* use new docs
* better behavior around creating missing files
2022-10-25 04:56:55 +13:00
## [v0.9.1](https://github.com/ash-project/ash_csv/compare/v0.9.0-rc.0...v0.9.1) (2022-10-24)
### Bug Fixes:
* `:global.trans` doesn't support timeouts, we were passing in the timeout
### Improvements:
* update ash version
2021-03-30 03:33:05 +13:00
## [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
2021-03-30 03:04:47 +13:00
## [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
2021-02-23 17:39:07 +13:00
## [v0.8.1](https://github.com/ash-project/ash_csv/compare/v0.8.0...v0.8.1) (2021-02-23)
### Improvements:
* support latest ash
2021-01-23 11:15:47 +13:00
## [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
2021-01-22 19:12:47 +13:00
## [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
2020-12-27 19:37:31 +13:00
## [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
2020-10-27 14:37:33 +13:00
## [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
2020-10-10 14:27:25 +13:00
## [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
2020-10-06 18:49:37 +13:00
## [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
2020-10-06 18:36:43 +13:00
## [v0.4.0](https://github.com/ash-project/ash_csv/compare/v0.3.0...v0.4.0) (2020-10-06)
### Features:
* tests + fixes
2020-08-27 06:43:07 +12:00
## [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
2020-08-20 17:33:00 +12:00
## [v0.1.1](https://github.com/ash-project/ash_csv/compare/v0.1.0...v0.1.1) (2020-08-20)
2020-08-20 17:28:38 +12:00
## [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