|
9 | 9 |
|
10 | 10 | ## Completed Milestones |
11 | 11 |
|
| 12 | +- **v3.0.0**: Performance Boost, New Modules, and Streamlined Configuration |
| 13 | + - Added `--upgrade` option to `Configure.pl` to upgrade dependencies. |
| 14 | + - Added `Dockerfile` configuration. |
| 15 | + - Added `Time::HiRes`, `Benchmark` modules. |
| 16 | + - Added `/ee` regex modifier. |
| 17 | + - Added no strict `vars`, `subs`. |
| 18 | + - Execute the code generation on demand, for faster module loading. |
| 19 | + - Use `int` instead of `enum` to reduce the memory overhead of scalar variables. |
| 20 | + |
| 21 | + |
12 | 22 | - **v2.3.0**: Modern Perl Features, Expanded Modules, and Developer Tools |
13 | 23 | - Project description updated in `README.md` to "A Perl Distribution for the JVM" |
14 | 24 | - Added module porting guide at `docs/PORTING_MODULES.md` |
@@ -224,17 +234,10 @@ The following areas are currently under active development to enhance the functi |
224 | 234 |
|
225 | 235 | ## Upcoming Milestones |
226 | 236 |
|
227 | | -- **v2.4.0**: Next minor version |
228 | | - - Added `--upgrade` option to `Configure.pl` to upgrade dependencies. |
229 | | - - Added `Dockerfile` configuration. |
230 | | - - Added `Time::HiRes`, `Benchmark` modules. |
231 | | - - Added `/ee` regex modifier. |
232 | | - - Added no strict `vars`, `subs`. |
233 | | - - Execute the code generation on demand, for faster module loading. |
234 | | - - Use `int` instead of `enum` to reduce the memory overhead of scalar variables. |
235 | | - - Planned release date: 2025-04-10 |
| 237 | +- **v3.0.1**: Next minor version |
| 238 | + - Planned release date: 2025-05-10 |
236 | 239 |
|
237 | | -### v3.0.0 Milestone (Planned Release Date: 2026-04-10) |
| 240 | +### v4.0.0 Milestone (Planned Release Date: 2026-05-10) |
238 | 241 |
|
239 | 242 | **Objective:** Enhance core functionality and improve developer experience with a focus on integration and performance. |
240 | 243 |
|
@@ -266,7 +269,7 @@ The following areas are currently under active development to enhance the functi |
266 | 269 | - **Relevant:** Facilitates deployment in modern cloud environments. |
267 | 270 | - **Time-bound:** Complete by Q1 2026. |
268 | 271 |
|
269 | | -### v4.0.0 Milestone (Planned Release Date: 2027-04-10) |
| 272 | +### v5.0.0 Milestone (Planned Release Date: 2027-04-10) |
270 | 273 |
|
271 | 274 | **Objective:** Expand platform capabilities and improve performance with advanced features and optimizations. |
272 | 275 |
|
|
0 commit comments