You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
2.1 KiB
88 lines
2.1 KiB
2 years ago
|
# Change Log
|
||
|
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||
|
|
||
|
## [4.3.6](https://github.com/C2FO/fast-csv/compare/v4.3.5...v4.3.6) (2020-12-04)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* Simplify empty row check by removing complex regex ([4bbd39f](https://github.com/C2FO/fast-csv/commit/4bbd39f26a8cd7382151ab4f5fb102234b2f829e))
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
## [4.3.3](https://github.com/C2FO/fast-csv/compare/v4.3.2...v4.3.3) (2020-10-30)
|
||
|
|
||
|
**Note:** Version bump only for package @fast-csv/parse
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
## [4.3.2](https://github.com/C2FO/fast-csv/compare/v4.3.1...v4.3.2) (2020-09-02)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **parsing, #423:** Prevent callback from being called multiple times ([040febe](https://github.com/C2FO/fast-csv/commit/040febe17f5fe763a00f45b1d83c5acd47bbbe0b)), closes [#423](https://github.com/C2FO/fast-csv/issues/423)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
## [4.3.1](https://github.com/C2FO/fast-csv/compare/v4.3.0...v4.3.1) (2020-06-23)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **parsing:** Pass errors through callbacks ([84ecdf6](https://github.com/C2FO/fast-csv/commit/84ecdf6ed18b15d68b4ed3e2bfec7eb41b438ad8))
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
# [4.3.0](https://github.com/C2FO/fast-csv/compare/v4.2.0...v4.3.0) (2020-05-27)
|
||
|
|
||
|
**Note:** Version bump only for package @fast-csv/parse
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
# [4.2.0](https://github.com/C2FO/fast-csv/compare/v4.1.6...v4.2.0) (2020-05-19)
|
||
|
|
||
|
|
||
|
### Features
|
||
|
|
||
|
* **parsing:** Less restrictive row parsing type [#356](https://github.com/C2FO/fast-csv/issues/356) ([87d74ec](https://github.com/C2FO/fast-csv/commit/87d74ecd2cb16f3700b1942ebbbec221afe38790))
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
## [4.1.6](https://github.com/C2FO/fast-csv/compare/v4.1.5...v4.1.6) (2020-05-15)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **parse:** Handle escaped escape properly [#340](https://github.com/C2FO/fast-csv/issues/340) ([78d9b16](https://github.com/C2FO/fast-csv/commit/78d9b160152ee399f31086cc6b5f66a7ca7f9e24))
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
## [4.1.5](https://github.com/C2FO/fast-csv/compare/v4.1.4...v4.1.5) (2020-05-15)
|
||
|
|
||
|
**Note:** Version bump only for package @fast-csv/parse
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
## [4.1.4](https://github.com/C2FO/fast-csv/compare/v4.1.3...v4.1.4) (2020-05-15)
|
||
|
|
||
|
**Note:** Version bump only for package @fast-csv/parse
|