@@ -320,11 +320,7 @@ file.
320
320
- Added the variants of diamond operator `<>` and special cases of `while`
321
321
- Completed `chomp` operator; fixed `qw//` operator, `defined-or` and `x=`
322
322
- Added modules: `parent`, `Test::More`
323
-
324
- ### Upcoming Milestones
325
-
326
- - **v1.9.0**: Concurrency and Security Features
327
- - Planned release date: 2024-12-10
323
+ - **v1.9.0**: Operators and Special Variables
328
324
- Added bitwise string operators.
329
325
- Added lvalue `substr`, lvalue `vec`
330
326
- Fix `%b` specifier in `sprintf`
@@ -339,14 +335,19 @@ file.
339
335
- Added ` & $sub ` call syntax.
340
336
- Added ` local` dynamic variables.
341
337
- Tests in ` src/test/resources` are executed automatically.
338
+
339
+ # ## Upcoming Milestones
340
+
341
+ - ** v1.10.0** : Concurrency and Security Features
342
+ - Planned release date: 2024-12-10
342
343
- Work in progress:
343
344
- ` socket` and related operators
344
345
- Stretch goals
345
346
- Add support for concurrency and parallelism, such as threads and async/await.
346
347
- Enhance security features, including sandboxing and input validation.
347
- - Increase test coverage and introduce automated testing tools .
348
+ - Increase test coverage.
348
349
349
- - ** v1.10 .0** : External Integration and Advanced Data Manipulation
350
+ - ** v1.11 .0** : External Integration and Advanced Data Manipulation
350
351
- Integrate with external libraries and APIs for tasks like HTTP requests and database access.
351
352
- Add advanced data manipulation features, such as JSON/XML parsing and data transformation.
352
353
- Allow users to define their own operators and macros for greater flexibility.
0 commit comments