Skip to content

Commit f23dc18

Browse files
committed
Bump version to v1.3.0
1 parent bda0576 commit f23dc18

1,610 files changed

Lines changed: 342847 additions & 1185438 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,6 @@ This project is licensed under the MIT License.
404404

405405
---
406406

407-
**Current Version**: 1.2.0
407+
**Current Version**: 1.3.0
408408
**Last Updated**: January 27, 2026
409409
**Next Release**: 1.3.0 (Q1 2026)

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1010
[![ProXPL CI](https://github.com/ProgrammerKR/ProXPL/actions/workflows/build.yml/badge.svg)](https://github.com/ProgrammerKR/ProXPL/actions/workflows/build.yml)
11-
[![Version](https://img.shields.io/badge/version-1.2.0-blue.svg)](https://github.com/ProgrammerKR/ProXPL/releases)
11+
[![Version](https://img.shields.io/badge/version-1.3.0-blue.svg)](https://github.com/ProgrammerKR/ProXPL/releases)
1212
[![Platform](https://img.shields.io/badge/platform-win%20%7C%20linux%20%7C%20macos-lightgrey.svg)]()
1313

1414

@@ -59,7 +59,7 @@ ProXPL is implemented entirely in **C/C++** with zero runtime dependencies, maki
5959
| 🎯 **Memory Safety** | Built-in garbage collector with mark-and-sweep algorithm |
6060
| 🌐 **Cross-Platform** | First-class support for Windows, Linux, and macOS |
6161

62-
## 🏛️ The 10 Operational Pillars (v1.2.0)
62+
## 🏛️ The 10 Operational Pillars (v1.3.0)
6363

6464
ProXPL introduces 10 revolutionary concepts that redefine modern systems programming:
6565

@@ -406,7 +406,7 @@ paths {
406406
}
407407

408408
dependencies {
409-
http: "1.2.0"
409+
http: "1.3.0"
410410
json: "1.1.0"
411411
}
412412

@@ -590,7 +590,8 @@ See [BENCHMARKS.md](BENCHMARKS.md) for detailed performance comparisons.
590590
- **Object-Oriented Programming**: Classes, Methods, Inheritance, Properties. ✅
591591
- **Keywords**: `class`, `new`, `this`, `extends`, `interface`. ✅
592592
- **Runtime**: Optimized VM with Object Support. ✅
593-
- **v1.2.0 (Current)**:
593+
- **v1.3.0 (Current)**:
594+
- **v1.2.0**:
594595
- **The 10 Operational Pillars**: Full frontend implementation of Intent-Oriented, Context-Aware, ASR, Intrinsic Security, Chrono-Native, Event-Concurreny, AI-Native, Quantum-Ready, Hardware-Math, and Zero-Trust features. ✅
595596
- **Frontend Feature Complete**: Lexer, Parser, AST, and Type Checker support all 10 pillars. ✅
596597

extension/eslint.config.mjs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import eslint from '@eslint/js';
2+
import tseslint from 'typescript-eslint';
3+
4+
export default tseslint.config(
5+
eslint.configs.recommended,
6+
...tseslint.configs.recommended,
7+
{
8+
ignores: [
9+
"out/**",
10+
"node_modules/**",
11+
"**/*.js"
12+
],
13+
rules: {
14+
"@typescript-eslint/no-empty-function": "off",
15+
"@typescript-eslint/no-explicit-any": "off",
16+
"@typescript-eslint/explicit-module-boundary-types": "off",
17+
"@typescript-eslint/no-non-null-assertion": "off",
18+
"@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }]
19+
}
20+
}
21+
);

extension/node_modules/.bin/js-yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

extension/node_modules/.bin/js-yaml.cmd

Lines changed: 0 additions & 17 deletions
This file was deleted.

extension/node_modules/.bin/js-yaml.ps1

Lines changed: 0 additions & 28 deletions
This file was deleted.

extension/node_modules/.bin/rimraf

Lines changed: 0 additions & 16 deletions
This file was deleted.

extension/node_modules/.bin/rimraf.cmd

Lines changed: 0 additions & 17 deletions
This file was deleted.

extension/node_modules/.bin/rimraf.ps1

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)