We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f2f24 commit 93de214Copy full SHA for 93de214
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
## [Unreleased]
4
5
+## [v1.3.0](https://github.com/yajra/laravel-sql-loader/compare/v1.2.0...v1.3.0) - 2024-06-01
6
+
7
+- feat: dynamically build columns based on csv file header and table schema
8
+- feat: add support for default date formats
9
+- fix: column issue when name is reserved word
10
+- feat: set trailing nullcols as default behavior
11
+- feat: add withHeader method to skip csv header
12
+- fix: creating of CSV file when directory does not exist
13
+- fix: headers appending the content of the array
14
15
## [v1.2.0](https://github.com/yajra/laravel-sql-loader/compare/v1.1.0...v1.2.0) - 2024-06-01
16
17
- feat: add csv file helper class
0 commit comments