We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018c7b6 commit 4433cedCopy full SHA for 4433ced
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 4.4.0 (2023-10-14)
2
+
3
+### ✨ Features
4
5
+ * Handle parsing utf-8 bom encoded files
6
+ * Rename duplicate headers
7
+ * Improve iso-date regex
8
9
+Credits
10
11
+* [@Bunlong](https://github.com/Bunlong)
12
13
## 4.3.0 (2023-10-10)
14
15
### ✨ Features
README.md
@@ -886,7 +886,13 @@ readRemoteFile(url, {
886
887
## 📜 Changelog
888
889
-Latest version 4.3.0 (2023-10-10):
+Latest version 4.4.0 (2023-10-14):
890
891
892
893
894
895
+Version 4.3.0 (2023-10-10):
896
897
* Enable async callback function for CSVDownloader
898
0 commit comments