Releases: JasonXuDeveloper/JEngine
Releases · JasonXuDeveloper/JEngine
v0.8.0f3
v0.8.0f2
What's Changed
- merge dev by @JasonXuDeveloper in #464
- fixed #463
- optimized ClassBind/LifeCycleMgr
Full Changelog: 0.8.0f1...0.8.0f2
v0.8.0f1
v0.8.0
What's Changed
- fixed #416 by @JasonXuDeveloper in #417
- fixed Nino issue #31 by @JasonXuDeveloper in #418
- fix Serialize spell by @tpxxn in #421
- merge dev branch by @JasonXuDeveloper in #422
- fixed #419 #420 #423 #424 by @JasonXuDeveloper in #425
- updated readme + updated npm by @JasonXuDeveloper in #426
- fixed wrong class name on classbind editor inspector by @JasonXuDeveloper in #427
- merge by @JasonXuDeveloper in #430
- fixed ClassBind load Image bug by @JasonXuDeveloper in #433
- fixed #432 by @JasonXuDeveloper in #435
- fixed several of bugs by @JasonXuDeveloper in #440
- fixed #437 + updated nino by @JasonXuDeveloper in #441
- fixed several of bugs + updated nino.shared + optimized performance by @JasonXuDeveloper in #442
- fixed nino.serialization bug + fixed ws bug by @JasonXuDeveloper in #444
- fixed #445 by @JasonXuDeveloper in #447
- optimized JBehaviour loop + fixed nino demo error by @JasonXuDeveloper in #448
- final commit for JEngine v0.7.5 by @JasonXuDeveloper in #452
- merge v0.8.0 update by @JasonXuDeveloper in #461
- Supported WebGL
- Removed JUI (will be redesigned shortly)
- Optimized LifeCycleMgr performance
- Optimized ThreadMgr features
- Optimized JStream performance
- Optimized JBehaviour performance
- Optimized MonoBehaviour performance
- Optimized FpsMonitor performance
- Optimized CryptoMgr interfaces
- Optimized JBehaviour/ClassBind Object/MonoBehaviour GC
- Optimized GetComponent(s)/FindObject(s)OfType performance
- Switched to YooAsset for asset management module (instead of Bundle Master)
- NEW FEATURE UnsafeMgr which provides unsafe (use for optimization) features
- NEW FEATURE UnmanagedMemoryPool which supports allocating unmanaged memory with pooling
- NEW FEATURE CoroutineMgr which supports executing/stopping coroutines from non-MonoBehaviour class
- NEW STRUCTURE Split JEngine source code to multiple packages
New Contributors
Full Changelog: 0.7.5...0.8.0
v0.7.5c
What's Changed
- merge by @JasonXuDeveloper in #430
- fixed ClassBind load Image bug by @JasonXuDeveloper in #433
- fixed #432 by @JasonXuDeveloper in #435
- fixed several of bugs by @JasonXuDeveloper in #440
- fixed #437 + updated nino by @JasonXuDeveloper in #441
- fixed several of bugs + updated nino.shared + optimized performance by @JasonXuDeveloper in #442
- fixed nino.serialization bug + fixed ws bug by @JasonXuDeveloper in #444
- fixed #445 by @JasonXuDeveloper in #447
- optimized JBehaviour loop + fixed nino demo error by @JasonXuDeveloper in #448
- final commit for JEngine v0.7.5 by @JasonXuDeveloper in #452
Full Changelog: 0.7.5b...0.7.5c
v0.7.5b
Fixed a few minor bugs and improved the experience
What's Changed
- fixed #416 by @JasonXuDeveloper in #417
- fixed Nino issue #31 by @JasonXuDeveloper in #418
- fix Serialize spell by @tpxxn in #421
- merge dev branch by @JasonXuDeveloper in #422
- fixed #419 #420 #423 #424 by @JasonXuDeveloper in #425
- updated readme + updated npm by @JasonXuDeveloper in #426
- fixed wrong class name on classbind editor inspector by @JasonXuDeveloper in #427
New Contributors
Full Changelog: 0.7.5...0.7.5b
v0.7.5
- Updated ILRuntime to v2.1.0
- Optimized code register workflow
- Optimized JStream buffer strategy
- Optimized ClassBind performance and GC
- Optimized JEngine Initialize procedure and performance
- Optimized LifeCycleMgr performance and GC
- Optimized
FindObjectsOfTypeperformance and GC - Optimized JBehaviour performance and GC, removed its dependence to
MonoBehaviour - Optimized Loom (Execute Actions on Main Thread) performance and GC, removed its dependence to
MonoBehaviour
What's Changed
- sync by @JasonXuDeveloper in #400
- Development by @JasonXuDeveloper in #401
- v0.7.5beta1 by @JasonXuDeveloper in #403
- fixed reload bug in ClassBindMgr + optimized FindObjectsOfType perfor… by @JasonXuDeveloper in #404
- fixed loom thread bug + add new symbol by @JasonXuDeveloper in #407
- 0.7.5 beta by @JasonXuDeveloper in #409
- fixed LifeCycleMgr lifecycle bug + update nino by @JasonXuDeveloper in #410
- fixed #406 by @JasonXuDeveloper in #411
- update nino by @JasonXuDeveloper in #412
- update nino by @JasonXuDeveloper in #413
- v0.7.5 by @JasonXuDeveloper in #414
- updated change.md by @JasonXuDeveloper in #415
Full Changelog: 0.7.4...0.7.5
v0.7.4
- Bug fixed
- Imported high performance C# library Nino
- Optimized JBehaviour performance and GC
- Optimized MonoBehaviour update logics and GC
- Optimized blockwised decrypt intepret module's allocated memroy size and GC
What's Changed
- fixed #380 + fixed JBehaviour bug by @JasonXuDeveloper in #382
- Update docs address by @zyowo in #387
- merge from development by @JasonXuDeveloper in #390
- merge by @JasonXuDeveloper in #391
- memory optimization by @JasonXuDeveloper in #392
- merge by @JasonXuDeveloper in #393
- merge by @JasonXuDeveloper in #394
- merge by @JasonXuDeveloper in #396
- v0.7.4 by @JasonXuDeveloper in #399
New Contributors
Full Changelog: 0.7.3...0.7.4
v0.7.3
- Bug fixed
- Updated ILRuntime
- Updated Bundle Master
- Enhanced JBehaviour performance
- Enhanced ClassBind runtime performance
- Almost no GC allocation async wait method
What's Changed
- fixed #334 + a few updates by @JasonXuDeveloper in #336
- fixed JPrefab bug by @JasonXuDeveloper in #337
- fixed #329 #339 #340 #341 #342 by @JasonXuDeveloper in #345
- fixed Updater return statement when remote server is unavailable by @JasonXuDeveloper in #346
- fixed #347 + updated dod by @JasonXuDeveloper in #348
- fixed #349 by @JasonXuDeveloper in #350
- 0.7.3 beta by @JasonXuDeveloper in #354
- fix build exception by @JasonXuDeveloper in #356
- fix compile bug by @JasonXuDeveloper in #357
- v0.7.3 by @JasonXuDeveloper in #359
- adjust update text by @JasonXuDeveloper in #360
- bug fix by @JasonXuDeveloper in #362
- fix JAction & JBehaviour bug by @JasonXuDeveloper in #363
- fix build original file bug + local mode bug by @JasonXuDeveloper in #364
- bug fix by @JasonXuDeveloper in #365
- release v0.7.3 by @JasonXuDeveloper in #366
- fixed #368 #367 #361 by @JasonXuDeveloper in #369
- Update RegisterCLRMethodRedirctionHelper.cs by @JasonXuDeveloper in #370
- Update RegisterCLRMethodRedirctionHelper.cs by @JasonXuDeveloper in #371
- Update AssetsLoadSetting_1.asset by @JasonXuDeveloper in #373
- update docs by @JasonXuDeveloper in #374
- Update LoadSceneHandler.cs by @JasonXuDeveloper in #375
- fixed #372 #376 by @JasonXuDeveloper in #377
- fixed #378 + fixed clear cache bug by @JasonXuDeveloper in #379
Full Changelog: 0.7.2...0.7.3
v0.7.2
Updates
- Bug fixed
- Enhanced framework code
- Enhanced Lifecycle
- Updated ETTask
- Enhanced JAction
- Enhanced JBehaviour
- Enhanced Unity Exception StackTrace
- HotUpdateResource support Blacklist
- New Protobuf Serialize Demo
- Updated Protobuf-net library
What's Changed
- BPath变量名称出现减号错误情况修复 by @i0gan in #298
- merge by @JasonXuDeveloper in #300
- 监听下载进度 监听到的FinishDownLoadBundleCount数量少一个 by @clksaaa in #301
- merge by @JasonXuDeveloper in #306
- Development by @JasonXuDeveloper in #307
- Development by @JasonXuDeveloper in #322
- updated npm + readme by @JasonXuDeveloper in #323
- fixed display error by @JasonXuDeveloper in #324
- fatal bug fixed by @JasonXuDeveloper in #325
- fixed #327 by @JasonXuDeveloper in #328
- supported pdb in local & build mode + fixed bug in JBehaviour by @JasonXuDeveloper in #330
- Update JPrefab.cs by @JasonXuDeveloper in #331
- fixed JPrefab bug by @JasonXuDeveloper in #332
New Contributors
Full Changelog: 0.7.1...0.7.2