|
8 | 8 |
|
9 | 9 | ## Completed Milestones |
10 | 10 |
|
| 11 | +- **v2.2.0**: Core modules |
| 12 | + - Perl version is now v5.40.0 |
| 13 | + - `for` loop can iterate over multiple values at the same time. |
| 14 | + - `for` loop variables are aliased. |
| 15 | + - Added `DBI` module with JDBC support. |
| 16 | + - Added `URI::Escape` module. |
| 17 | + - Added `builtin` methods: `inf` `nan` `weaken` `unweaken` `is_weak` `blessed` `refaddr` `reftype` `created_as_string` `created_as_number` `stringify` `ceil` `floor` `indexed` `trim` `is_tainted`. |
| 18 | + - Added command line switches: `-S`. |
| 19 | + - Added low-precedence xor `^^` operator. |
| 20 | + - Added [Configure.pl](Configure.pl) to set compiler options and add JDBC drivers. |
| 21 | + - Added Links to Perl on JVM resources in README - https://github.com/fglock/PerlOnJava/tree/master#additional-information-and-resources |
| 22 | + - Added [SUPPORT.md](docs/SUPPORT.md) |
| 23 | + |
11 | 24 | - **v2.1.0**: Core modules and optimization |
12 | 25 | - Added `Getopt::Long`, `JSON` modules. |
13 | 26 | - Optimized `print` to `STDOUT`/`STDERR` performance by running in a separate thread. |
|
177 | 190 |
|
178 | 191 | ## Upcoming Milestones |
179 | 192 |
|
180 | | -- **v2.2.0**: Core modules |
181 | | - - Perl version is now v5.40.0 |
182 | | - - `for` loop can iterate over multiple values at the same time. |
183 | | - - `for` loop variables are aliased. |
184 | | - - Added `DBI` module with JDBC support. |
185 | | - - Added `URI::Escape` module. |
186 | | - - Added `builtin` methods: `inf` `nan` `weaken` `unweaken` `is_weak` `blessed` `refaddr` `reftype` `created_as_string` `created_as_number` `stringify` `ceil` `floor` `indexed` `trim` `is_tainted`. |
187 | | - - Added command line switches: `-S`. |
188 | | - - Added low-precedence xor `^^` operator. |
189 | | - - Added [Configure.pl](Configure.pl) to set compiler options and add JDBC drivers. |
190 | | - - Added Links to Perl on JVM resources in README - https://github.com/fglock/PerlOnJava/tree/master#additional-information-and-resources |
191 | | - - Added [SUPPORT.md](docs/SUPPORT.md) |
| 193 | +- **v2.3.0**: Next minor version |
192 | 194 | - Planned release date: 2025-02-10 |
193 | 195 |
|
194 | 196 | - **v3.0.0**: Concurrency and Security Features |
|
0 commit comments