Skip to content

Commit 3cc2b4d

Browse files
Updated CHANGELOG.md
1 parent a4c8005 commit 3cc2b4d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@
66
- [#1615](https://github.com/flow-php/flow/pull/1615) - **Add a new functions `rename_style()`, `rename_replace()` & `rename_transliterate()`** - [@stloyd](https://github.com/stloyd)
77

88
### Changed
9+
- [#1635](https://github.com/flow-php/flow/pull/1635) - **Merge `Rename\Style` with `StringStyles`** - [@stloyd](https://github.com/stloyd)
910
- [#1639](https://github.com/flow-php/flow/pull/1639) - **Dont truncate ascii table output schema** - [@norberttech](https://github.com/norberttech)
1011
- [#1634](https://github.com/flow-php/flow/pull/1634) - **Adjust `DataFrame::renameEach()` to allow multiple strategies at once** - [@stloyd](https://github.com/stloyd)
1112
- [#1633](https://github.com/flow-php/flow/pull/1633) - **Rework `RenameReplaceEntryStrategy` to allow multiple strings** - [@stloyd](https://github.com/stloyd)
1213
- [#1617](https://github.com/flow-php/flow/pull/1617) - **Rework `rename_transliterate` to use Symfony String** - [@stloyd](https://github.com/stloyd)
1314
- [#1614](https://github.com/flow-php/flow/pull/1614) - **Update Homebrew TAP formula: flow-php to version: 0.15.1** - [@norberttech](https://github.com/norberttech)
1415

1516
### Fixed
17+
- [#1640](https://github.com/flow-php/flow/pull/1640) - **batch size optimization for deeply nested pipelines** - [@norberttech](https://github.com/norberttech)
18+
- [#1635](https://github.com/flow-php/flow/pull/1635) - **`StringStyles` related code to work with UTF-8** - [@stloyd](https://github.com/stloyd)
1619
- [#1632](https://github.com/flow-php/flow/pull/1632) - **error message when to_parquet is not available** - [@bendavies](https://github.com/bendavies)
1720
- [#1631](https://github.com/flow-php/flow/pull/1631) - **fix: error message when to_csv is not available** - [@bendavies](https://github.com/bendavies)
1821

1922
### Deprecated
23+
- [#1635](https://github.com/flow-php/flow/pull/1635) - **`Flow\ETL\Function\StyleConverter\StringStyles` in favor of `Flow\ETL\Style\StringStyles`** - [@stloyd](https://github.com/stloyd)
2024
- [#1615](https://github.com/flow-php/flow/pull/1615) - **Deprecate `Flow\ETL\DataFrame::renameAll()`** - [@stloyd](https://github.com/stloyd)
2125
- [#1615](https://github.com/flow-php/flow/pull/1615) - **Deprecate `Flow\ETL\DataFrame::renameAllLowerCase()`** - [@stloyd](https://github.com/stloyd)
2226
- [#1615](https://github.com/flow-php/flow/pull/1615) - **Deprecate `Flow\ETL\DataFrame::renameAllUpperCase()`** - [@stloyd](https://github.com/stloyd)

0 commit comments

Comments
 (0)