|
1 | 1 | ## [Unreleased] - 2024-12-11 |
2 | 2 |
|
3 | 3 | ### Added |
| 4 | +- [#1270](https://github.com/flow-php/flow/pull/1270) - **Schema apply example** - [@norberttech](https://github.com/norberttech) |
| 5 | +- [#1270](https://github.com/flow-php/flow/pull/1270) - **Running examples in the test suite** - [@norberttech](https://github.com/norberttech) |
4 | 6 | - [#1266](https://github.com/flow-php/flow/pull/1266) - **Date entry type** - [@norberttech](https://github.com/norberttech) |
5 | 7 | - [#1266](https://github.com/flow-php/flow/pull/1266) - **Date logical type** - [@norberttech](https://github.com/norberttech) |
6 | 8 | - [#1266](https://github.com/flow-php/flow/pull/1266) - **Time entry type** - [@norberttech](https://github.com/norberttech) |
|
16 | 18 | - [#1244](https://github.com/flow-php/flow/pull/1244) - **Added CLI command to read schema from a file** - [@norberttech](https://github.com/norberttech) |
17 | 19 |
|
18 | 20 | ### Changed |
| 21 | +- [#1270](https://github.com/flow-php/flow/pull/1270) - **Updated dependencies** - [@norberttech](https://github.com/norberttech) |
19 | 22 | - [81964e](https://github.com/flow-php/flow/commit/81964edf1f620e025e15f6adec3c2042f33f18dd) - **Build cli command using latest available dependencies** - [@norberttech](https://github.com/norberttech) |
20 | 23 | - [#1262](https://github.com/flow-php/flow/pull/1262) - **Updated dependencies** - [@norberttech](https://github.com/norberttech) |
21 | 24 | - [#1261](https://github.com/flow-php/flow/pull/1261) - **Reimplemented from scratch Dremel Shredding/Assemble algorithms to cover all edge cases and fix bugs** - [@norberttech](https://github.com/norberttech) |
|
31 | 34 | - [#1240](https://github.com/flow-php/flow/pull/1240) - **Update Homebrew TAP formula: flow-php to version: 0.10.0** - [@norberttech](https://github.com/norberttech) |
32 | 35 |
|
33 | 36 | ### Fixed |
| 37 | +- [#1270](https://github.com/flow-php/flow/pull/1270) - **Missing Docs attribute in functions** - [@norberttech](https://github.com/norberttech) |
34 | 38 | - [#1269](https://github.com/flow-php/flow/pull/1269) - **pivot edge case when pivot column is null** - [@norberttech](https://github.com/norberttech) |
35 | 39 | - [#1263](https://github.com/flow-php/flow/pull/1263) - **Parquet - optional list required element - list empty** - [@norberttech](https://github.com/norberttech) |
36 | 40 | - [#1263](https://github.com/flow-php/flow/pull/1263) - **Parquet - optional map required value - map empty** - [@norberttech](https://github.com/norberttech) |
|
46 | 50 | - [afb55b](https://github.com/flow-php/flow/commit/afb55b8a8d8f7678257b29cbd34737fbbb9f0fce) - **introduction.md** - [@norberttech](https://github.com/norberttech) |
47 | 51 |
|
48 | 52 | ### Removed |
| 53 | +- [#1270](https://github.com/flow-php/flow/pull/1270) - **CallMethod scalar functions** - [@norberttech](https://github.com/norberttech) |
49 | 54 | - [#1266](https://github.com/flow-php/flow/pull/1266) - **ArrayEntry which is now replaced with JsonEntry** - [@norberttech](https://github.com/norberttech) |
50 | 55 | - [#1266](https://github.com/flow-php/flow/pull/1266) - **ObjectEntry** - [@norberttech](https://github.com/norberttech) |
51 | 56 |
|
|
0 commit comments