List of the most recent changes of Haxe libraries.
today | ||
| Project | Changes | Version |
|---|---|---|
| sl-windows-api | Added documentation and more functions!! | 1.4.0 25-Mar 2026 |
| extension-file-save | Initial release | 0.1.5 25-Mar 2026 |
1 day ago | ||
| Project | Changes | Version |
| extension-video-export | Windows GPU path (D3D11 interop), keyframeInterval/VBR, platform-neutral GPU API, iOS/Android fixes | 0.3.0 24-Mar 2026 |
2 days ago | ||
| Project | Changes | Version |
| Haxe3DS | See https://github.com/Haxe3DS/Haxe3DS/blob/main/RELEASES.md#191 for release notes. | 1.9.1 23-Mar 2026 |
| SScript | Check CHANGELOG.md | 22.1.2 23-Mar 2026 |
| SScript | Check CHANGELOG.md | 22.1.1 23-Mar 2026 |
| SScript | Check CHANGELOG.md | 22.1.0 23-Mar 2026 |
3 days ago | ||
| Project | Changes | Version |
| sl-windows-api | Refactor and added null safety. | 1.3.2 22-Mar 2026 |
| sl-windows-api | Refactor and added null safety. | 1.3.0 22-Mar 2026 |
| prefab | See https://github.com/nayata/hexe for more information | 1.5.0 22-Mar 2026 |
4 days ago | ||
| Project | Changes | Version |
| Haxe3DS | See https://github.com/Haxe3DS/Haxe3DS/blob/main/RELEASES.md#190 for release notes. | 1.9.0 21-Mar 2026 |
5 days ago | ||
| Project | Changes | Version |
| bindable | Initial release | 1.0.0 20-Mar 2026 |
| mxhx-manifest | Initial release | 1.0.0 20-Mar 2026 |
| mxhx-xml-parser | Initial release | 1.0.0 20-Mar 2026 |
| cook | Initial Release | 0.1.0 20-Mar 2026 |
6 days ago | ||
| Project | Changes | Version |
| ale-ui | 1.0.6 19-Mar 2026 | |
| flxscaledslicesprite | Added Caching, switched to FlxGraphicAsset, scaleMult Int -> Float | 0.1.0 19-Mar 2026 |
| deep_equal | Haxe 4.1 compatibility | 0.4.0 19-Mar 2026 |
| StageWebView | Fixes the 0.6.0 runtime packaging issue so StageWebView ships its Windows DLLs and HashLink hdll into the actual build output folders for OpenFL and plain Haxe projects. | 0.6.1 19-Mar 2026 |
1 week ago | ||
| Project | Changes | Version |
| StageWebView | Promoted webview.WebView to a library-owned public API, kept StageWebView as the optional OpenFL facade, and preserved the internal backend plus direct hxcpp and HashLink native paths. | 0.6.0 18-Mar 2026 |
| extension-video-export | Metal GPU copy, bugfixes | 0.2.0 18-Mar 2026 |
| fractional-indexing | Converted from JavaScript | 1.0.0 17-Mar 2026 |
| nxscript | Complete rewrite: Added Nz-Script bytecode language with hex opcodes, stack-based VM, functions, lambdas, arrays, dictionaries, and full debugging support | 0.5.8 17-Mar 2026 |
| hxvlc | Fixed the video's texture being glitched for half a sec, Changed the volume from an Int to a Float and removed some unused / useless things. | 2.2.6 16-Mar 2026 |
| uuidv7 | Initial Haxe port | 2.0.1 16-Mar 2026 |
| uuidv7 | Initial Haxe port | 2.0.0 16-Mar 2026 |
| uuidv7 | Initial Haxe port | 1.0.0 16-Mar 2026 |
| openfl-atlasutil | 1.0.0 Release | 1.0.0 15-Mar 2026 |
| openfl-atlasutil | Initial preview release. | 0.1.0 15-Mar 2026 |
| nxscript | Complete rewrite: Added Nz-Script bytecode language with hex opcodes, stack-based VM, functions, lambdas, arrays, dictionaries, and full debugging support | 0.5.6 15-Mar 2026 |
| haxe-ide | Windows setup command fix | 1.1.1 14-Mar 2026 |
| colyseus | Transparent main-thread callback processing on sys targets via haxe.MainLoop | 0.17.10 14-Mar 2026 |
| colyseus | HL/C native target support: typed callback storage, Dynamic-to-String cast fixes in Decoder/ArraySchema, onChange overloads | 0.17.9 14-Mar 2026 |
| colyseus | Fix onRemove callback not firing when registered alongside onAdd with deferred collection binding | 0.17.8 13-Mar 2026 |
| nvsl | Add dynamic host library registration system (ScriptHost) and expand std library with 12 new functions. | 0.4.0 12-Mar 2026 |
2 weeks ago | ||
| Project | Changes | Version |
| extension-video-export | Zero-copy GPU encoding via IOSurface (macOS: CGL, iOS: CVOpenGLESTextureCache) | 0.1.7 11-Mar 2026 |
| peote-view | adding iterators for PeoteView and Display, extending BufferInterface about update, length and clear fields, improved depth-buffer | 1.0.7 11-Mar 2026 |
| haxe-ide | Support for more targets, QoL features and more | 1.1.0 11-Mar 2026 |
| nvsl | Fix self-contained Unix bundle packaging and ship the v0.3 release. | 0.3.0 11-Mar 2026 |
| nvsl | Add benchmark harness and optimize the NVBC runtime. | 0.2.0 11-Mar 2026 |
| colyseus | Add room.reconnection.enabled flag. | 0.17.7 11-Mar 2026 |
| mobile-controls | First stable release - read changelog | 1.0.0 09-Mar 2026 |
| extension-video-export | SIMD color conversion (NEON/SSE2), buffer reuse, LTO, H.264 High profile on Windows | 0.1.6 09-Mar 2026 |
| hx-event-sourcing | Updated README examples with real-world game patterns | 0.1.3 09-Mar 2026 |
| hx-event-sourcing | Updated README examples with real-world game patterns | 0.1.2 09-Mar 2026 |
| hx-event-sourcing | Interceptors and reactors now use reflection-based dispatch (interceptXxx/reactToXxx convention) | 0.1.1 09-Mar 2026 |
| hx-event-sourcing | Initial release | 0.1.0 09-Mar 2026 |
| hxFileManager | Thread pool rework: init() is now explicit (call FileManager.init() before any async operation). Added prependFileAsync, truncateFileAsync, patchJsonAsync, writeLinesAsync, readLinesAsync, writeFileBase64Async, readFileBase64Async, hashFileMd5Async, hashFileSha256Async, compareFilesAsync, duplicateFileAsync, listFilesDeepAsync, listFoldersAsync, countFilesAsync, searchFilesAsync, searchByExtensionAsync, searchByContentAsync, cleanEmptyFoldersAsync, generateUniqueFileNameAsync, createTempFileAsync, createTempFolderAsync, batchReadAsync, batchWriteAsync, batchCopyAsync, batchMoveAsync, batchDeleteAsync, watchFile, stopWatcher. HttpManager gains putJson, patchJson, delete, getResponseHeaders, hasBytes, requestWithRetry, checkInternetAsync, and redirect following on all request methods. | 1.4.0 08-Mar 2026 |
| plasma | Initial Release | 1.0.0 08-Mar 2026 |
| loreline | Fix lexer error when parsing ${james.currentBooks[0]} in dialogue | 0.7.1 08-Mar 2026 |
| haxe-ide | Initial release. | 1.0.0 07-Mar 2026 |
| returns.hx | Initial release | 0.0.1 07-Mar 2026 |
| massive-starling | alpha release 3 - Multitexturing ! | 1.0.0-alpha.3 06-Mar 2026 |
3 weeks ago | ||
| Project | Changes | Version |
| loreline | Add JVM support | 0.7.0 04-Mar 2026 |
| extension-video-export | Initial preview: macOS, Windows, Linux, Android, iOS | 0.1.5 04-Mar 2026 |
| vibe_dectiss | Initial release. | 1.0.0 01-Mar 2026 |
| flixel-animate | Improved matrix customization, compatibility with older HaxeFlixel, extra utility and bugfixes. | 1.5.0 01-Mar 2026 |
| vibe_remold | Initial release. | 1.0.0 01-Mar 2026 |
| vibe_wens | Initial release. | 1.0.0 01-Mar 2026 |
| Haxe3DS | See https://github.com/Haxe3DS/Haxe3DS/blob/main/RELEASES.md#181 for release notes. | 1.8.1 28-Feb 2026 |
| Haxe3DS | See https://github.com/Haxe3DS/Haxe3DS/blob/main/RELEASES.md#170 for release notes. | 1.8.0 28-Feb 2026 |
| ale-ui | 1.0.5 28-Feb 2026 | |
| loreline | First public release | 0.6.1 28-Feb 2026 |
| loreline | First public release | 0.6.0 27-Feb 2026 |
4 weeks ago | ||
| Project | Changes | Version |
| haxefmod | Fixes HashLink build error on Linux | 1.1.2-beta 25-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.9.0 25-Feb 2026 |
| haxefmod | Updating the master bus volume/mute convenience methods to be more inline with the base bus control functions | 1.1.1-beta 24-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.8.8 23-Feb 2026 |
| haxefmod | Support added for volume control and muting at the bus level. Method added to get song position in milliseconds. | 1.1.0-beta 23-Feb 2026 |
| haxefmod | Support added for users who want to try FMOD Engine versions other than version 2.03.12. | 1.0.1-beta 23-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.8.7 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.8.6 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.8.5 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.8.4 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.8.3 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.8.2 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.8.1 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.8.0 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.7.4 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.7.3 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.7.2 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.7.1 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.7.0 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.6.7 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.6.6 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.6.5 22-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.6.4 21-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.6.3 21-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.6.2 21-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.6.1 21-Feb 2026 |
| monosodiumplusplus | Fix schema | 1.6.0 21-Feb 2026 |
| colyseus | Fix warning on schema callbacks https://github.com/colyseus/colyseus-haxe/pull/73 | 0.17.6 20-Feb 2026 |
| colyseus | Add Reactive Schema Tools (thanks to @serjek) | 0.17.5 20-Feb 2026 |
| customtitlebar | Hashlink support & Extra Features | 1.0.5 19-Feb 2026 |
5 weeks ago | ||
| Project | Changes | Version |
| colyseus | Fix registering onAdd() callbacks when a collection becomes available. | 0.17.4 18-Feb 2026 |
| openfl | Various bug fixes | 9.5.1 17-Feb 2026 |
| lime | Various bug fixes | 8.3.1 17-Feb 2026 |
| TiledFL | Revised coordinate related properties to Float, fixed isometric rendering and implemented disposability | 0.3.0 16-Feb 2026 |
| haxefmod | Cross-platform support for Windows, Linux, and macOS via C++ and HashLink targets. FMOD Engine libraries are now required by the user. Checker script added to help setup process (haxelib run haxefmod check). FMOD 2.03.12 now the officially supported version. | 1.0.0-beta 14-Feb 2026 |
| colyseus | ArraySchema: avoid triggering a change for already existing items | 0.17.3 13-Feb 2026 |
Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!
Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.