Skip to content

Commit 1c5472a

Browse files
committed
chore: release v10.0.0 🚀
1 parent 9837a81 commit 1c5472a

File tree

1 file changed

+3
-110
lines changed

1 file changed

+3
-110
lines changed

CHANGELOG.md

Lines changed: 3 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -2,114 +2,7 @@
22

33
## UNRELEASED
44

5-
## v1.2.0 - 02-20-2023
5+
## v10.0.0 - 02-20-2023
66

7-
- feat: Implement optional email results #46
8-
9-
## v1.1.0 - 01-18-2023
10-
11-
- feat: add ability to use s3 storage #45
12-
13-
## v1.0.1 - 01-11-2023
14-
15-
- fix: Fix missing component when using livewire test #44
16-
- Fixes #43
17-
18-
## v1.0.0 - 10-06-2022
19-
20-
- Bump to 1.0.0, possible breaking changes.
21-
- fix(phpstan): Remove ignored errors #37
22-
- fix(ci): Fix compatibility with service class #37
23-
- Use html markdown instead of php markdown for codes that will be placed in blade files (#35)
24-
25-
## v0.14.0 - 09-08-2022
26-
27-
- Fix export on columns from eloquent relation #29
28-
- Add auto download feature #30
29-
30-
## v0.13.0 - 08-04-2022
31-
32-
- Performance improvement #27
33-
34-
## v0.12.0 - 07-06-2022
35-
36-
- Add feature to set sheet name #25
37-
38-
## v0.11.1 - 07-05-2022
39-
40-
- Fix compatibility with PHP7.4 and DataTables v9 #24
41-
42-
## v0.11.0 - 07-04-2022
43-
44-
- Add github actions ci/cd #21
45-
- Add phpstan
46-
- Add php-cs-fixer
47-
- Add basic tests
48-
- Fix prioritization of expected formats
49-
- Fix days old purge config is always 1 day
50-
51-
## v0.10.0 - 07-04-2022
52-
53-
- Add ability to force cell as text. #22
54-
55-
## v0.9.0 - 07-01-2022
56-
57-
- Migrate to OpenSpout v3 #20
58-
59-
## v0.8.0 - 06-29-2022
60-
61-
- Add option to use cursor or lazy to iterate with the results #17
62-
- Fix export error when path does not exist yet
63-
- Fix [Feature Request] Make storage path configurable #16
64-
65-
## v0.7.1 - 06-15-2022
66-
67-
- Use lazy to fix support with eager loaded relations.
68-
69-
## v0.7.0 - 05-13-2022
70-
71-
- Add support for L9
72-
73-
## v0.6.1 - 10-14-2021
74-
75-
- Fix export title, strip html tags.
76-
- Use CellTypeHelper to determine date values.
77-
78-
## v0.6.0 - 10-13-2021
79-
80-
- Use box/spout instead of Laravel Excel. #13
81-
- Add support for number format and text with leading zeroes.
82-
83-
## v0.5.2 - 10-13-2021
84-
85-
- Fix export when used with Eloquent Builder. #12
86-
- Fix support for Query Builder.
87-
88-
## v0.5.1 - 10-13-2021
89-
90-
- Fix render method override #11
91-
92-
## v0.5.0 - 10-12-2021
93-
94-
- Passing attributes with self::class #10
95-
- Allow reconstruction of DataTable instance with custom attributes set via controller.
96-
97-
## v0.4.0 - 10-12-2021
98-
99-
- Add cast to array for variable $row. #9
100-
- Add support for DB Query.
101-
102-
## v0.3.0 - 10-07-2021
103-
104-
- Add batch job name. #6
105-
- Set default export to xlsx. #7
106-
107-
## v0.2.0 - 10-06-2021
108-
109-
- Add option to set exportFormat from Column builder. #3
110-
- Add ability to auto-detect date fields / formats. #3
111-
112-
## v0.1.0 - 10-04-2021
113-
114-
- Initial version release.
115-
- Queued Export using Laravel Excel.
7+
- feat: Laravel 10 support
8+
- feat: OpenSpout v4 support

0 commit comments

Comments
 (0)