Skip to content

Commit 3833f9a

Browse files
committed
Completed update logs
1 parent 151f30a commit 3833f9a

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CHANGELOG
77
* PHP 8 support
88
* Symfony v6.x support
99
* Removed CSV support (prefer using the Symfony encoder instead).
10-
* Added context parameter ```AS_COLLECION_KEY```
10+
* Deleted format ```ExcelEncoder::SPREADSHEET```
11+
* Added context parameter ```ExcelEncoder::AS_COLLECION_KEY```
1112
* Decoding without merging headers row (as no collection)
12-
* Removed context parameter ```NB_HEADER_ROWS_KEY```
13+
* Removed context parameter ```ExcelEncoder::NB_HEADER_ROWS_KEY```

UPGRADE-2.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
UPGRADE FROM 1.x to 2.x
2+
=======================
3+
4+
Binary compatibility break (BC break).
5+
6+
**No CSV support anymore**
7+
8+
Support
9+
-------
10+
11+
- Do not use this encoder to encode/decode CSV data.
12+
- Replace the encoding format to ```ExcelEncoder::XLS``` or ```ExcelEncoder::XLSX```
13+
14+
Context
15+
-------
16+
17+
- Delete usage of context parameter ```ExcelEncoder::NB_HEADER_ROWS_KEY``` (int).

0 commit comments

Comments
 (0)