|
2 | 2 |
|
3 | 3 | ### Completed Milestones
|
4 | 4 |
|
| 5 | +- **v2.1.0**: Core modules and optimization |
| 6 | + - Added `Getopt::Long`, `JSON` modules. |
| 7 | + - Optimized `print` to `STDOUT`/`STDERR` performance by running in a separate thread. |
| 8 | + - Added `subs` pragma. |
| 9 | + - Added regex `$+` variable. |
| 10 | + - Added command line switches: `-v`, `-V` . |
| 11 | + - Added file test operators: `-R`, `-W`, `-X`, `-O`, `-t`. |
| 12 | + - Added feature flags: `evalbytes`. |
| 13 | + - Added `CORE::GLOBAL` and core function overrides. |
| 14 | + - Added hexadecimal floating point numbers. |
| 15 | + |
5 | 16 | - **v2.0.0**: Towards a Complete Perl Port on the JVM
|
6 | 17 | - Added unmodified core Perl modules `File::Basename`, `File::Find`, `Data::Dumper`, `Term::ANSIColor`, `Time::Local`, `HTTP::Date`, `HTTP::CookieJar`.
|
7 | 18 | - Added `Cwd`, `File::Spec`, `File::Spec::Functions`, `HTTP::Tiny` modules.
|
|
114 | 125 |
|
115 | 126 | ### Upcoming Milestones
|
116 | 127 |
|
117 |
| -- **v2.1.0**: Core modules |
| 128 | +- **v2.2.0**: Core modules |
118 | 129 | - Planned release date: 2024-12-10
|
119 |
| - - Added `subs` pragma. |
120 |
| - - Added regex `$+` variable. |
121 |
| - - Added `Getopt::Long`, `JSON` modules. |
122 |
| - - Added command line switches: `-v`, `-V` . |
123 |
| - - Added file test operators: `-R`, `-W`, `-X`, `-O`, `-t`. |
124 |
| - - Added feature flags: `evalbytes`. |
125 |
| - - Added `CORE::GLOBAL` and core function overrides. |
126 |
| - - Added hexadecimal floating point numbers. |
127 |
| - - Optimized `print` to `STDOUT`/`STDERR` performance by running in a separate thread. |
128 | 130 | - Work in progress:
|
129 | 131 | - `lexical_subs` feature.
|
130 | 132 | - `use VERSION`, `require VERSION`.
|
|
0 commit comments