Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 92a5bde

Browse files
committed
22.1.0
1 parent 8ee086f commit 92a5bde

5 files changed

Lines changed: 125 additions & 127 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 22.1.0
2+
## Additions
3+
- Added partial backward compatibility for older SScript versions
4+
5+
## Fixes
6+
- Optimized a lot of code
7+
- Fixed freezing issues
8+
- Fixed grammar issues
9+
10+
## Changes
11+
- `unset` has been renamed to `remove`
12+
- The improved field system is now disabled by default
13+
14+
## Removals
15+
- Removed `fileName` from function calls; use `scriptFile` instead
16+
117
# 22.0.1
218
## Fixes
319
- Fixed `Unexpected <eof>` error

haxelib.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"script"
1010
],
1111
"description": "SScript (also known as SuperlativeScript), fork of HScript with fixes and improvements.",
12-
"version": "22.0.1",
12+
"version": "22.1.0",
1313
"classPath": "src/",
1414
"releasenote": "Check CHANGELOG.md",
1515
"contributors": [

0 commit comments

Comments
 (0)