Skip to content

Commit 93de214

Browse files
committed
chore: release v1.3.0 🚀
1 parent d7f2f24 commit 93de214

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
## [Unreleased]
44

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+
515
## [v1.2.0](https://github.com/yajra/laravel-sql-loader/compare/v1.1.0...v1.2.0) - 2024-06-01
616

717
- feat: add csv file helper class

0 commit comments

Comments
 (0)