File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.10.6] - 2025-04-27
11+
12+ ### Added
13+
14+ - Added Node.js backend esm support (#268 ) @engsr6982
15+
16+ ### Fixed
17+
18+ - Fixed Direction enum @xiaoqch
19+
1020## [ 0.10.5] - 2025-04-13
1121
1222### Fixed
@@ -828,7 +838,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
828838[ #261 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/261
829839[ #264 ] : https://github.com/LiteLDev/LegacyScriptEngine/issues/264
830840
831- [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...HEAD
841+ [ Unreleased ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.6...HEAD
842+ [ 0.10.6 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.5...v0.10.6
832843[ 0.10.5 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.4...v0.10.5
833844[ 0.10.4 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.3...v0.10.4
834845[ 0.10.3 ] : https://github.com/LiteLDev/LegacyScriptEngine/compare/v0.10.2...v0.10.3
Original file line number Diff line number Diff line change 22 "format_version" : 3 ,
33 "format_uuid" : " 289f771f-2c9a-4d73-9f3f-8492495a924d" ,
44 "tooth" : " github.com/LiteLDev/LegacyScriptEngine" ,
5- "version" : " 0.10.5 " ,
5+ "version" : " 0.10.6 " ,
66 "info" : {
77 "name" : " LegacyScriptEngine" ,
88 "description" : " A plugin engine for running LLSE plugins on LeviLamina" ,
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ add_rules("mode.debug", "mode.release")
33add_repositories (" levimc-repo https://github.com/LiteLDev/xmake-repo.git" )
44
55if is_config (" target_type" , " server" ) then
6- add_requires (" levilamina a1f75c58abae6089cf2daa2fd9221609b0e590a7 " , {configs = {target_type = " server" }})
6+ add_requires (" levilamina c59145f8bd574cfd181343590a56f0b30462764c " , {configs = {target_type = " server" }})
77else
8- add_requires (" levilamina a1f75c58abae6089cf2daa2fd9221609b0e590a7 " , {configs = {target_type = " client" }})
8+ add_requires (" levilamina c59145f8bd574cfd181343590a56f0b30462764c " , {configs = {target_type = " client" }})
99end
1010
1111add_requires (" levibuildscript" )
You can’t perform that action at this time.
0 commit comments