haXe full changelog
haXe 3.4.2
released Apr 20, 2017 (New Release)
New features:
all : support metadata completion
all : support type-hint completion
all : added @signature display mode
all : support metadata completion
all : support type-hint completion
all : added @signature display mode
haXe 3.4.1
released Mar 20, 2017 (New Release)
New features:
all : support metadata completion
all : support type-hint completion
all : added @signature display mode
all : support metadata completion
all : support type-hint completion
all : added @signature display mode
haXe 3.4.0
released Feb 16, 2017 (New Release)
General improvements and optimizations:
all : support completion for static extensions (#5766)
all : removed neko dependency for macros, use PCRE instead
all : disabled analyzer optimizations by default, re-enable with -D analyzer-optimize
php7 : generate native $v instanceof MyType instead of Std.is(v, MyType) where possible for better performance
php7 : added @:phpNoConstructor meta for externs which do not have native php constructors and yet can be constructed
php7 : greatly reduced amount of generated tmp vars
php7 : Array performance improvements
hl : made various improvements
Bugfixes:
all : fixed using picking up non-static abstract functions (#5888)
all : fixed issue with side-effect detection when optimizing (#5911)
all : fixed issue with zlib bindings causing zlib_deflate errors (#5941)
php7 : Allow user-defined modules in php package (#5921)
php7 : Dereference some of php.Syntax methods if required (#5923)
php : fixed assigning a method of dynamic value to a variable (#54
all : support completion for static extensions (#5766)
all : removed neko dependency for macros, use PCRE instead
all : disabled analyzer optimizations by default, re-enable with -D analyzer-optimize
php7 : generate native $v instanceof MyType instead of Std.is(v, MyType) where possible for better performance
php7 : added @:phpNoConstructor meta for externs which do not have native php constructors and yet can be constructed
php7 : greatly reduced amount of generated tmp vars
php7 : Array performance improvements
hl : made various improvements
Bugfixes:
all : fixed using picking up non-static abstract functions (#5888)
all : fixed issue with side-effect detection when optimizing (#5911)
all : fixed issue with zlib bindings causing zlib_deflate errors (#5941)
php7 : Allow user-defined modules in php package (#5921)
php7 : Dereference some of php.Syntax methods if required (#5923)
php : fixed assigning a method of dynamic value to a variable (#54
haXe 3.4.0 RC2
released Jan 10, 2017 (New Release)
New features:
all : support metadata completion
all : support type-hint completion
all : added @signature display mode
all : support metadata completion
all : support type-hint completion
all : added @signature display mode
haXe 3.3.0 RC2
released Sep 5, 2016 (New Release)
New features:
all : support @:resolve on abstracts (#3753)
all : support extern abstracts and extern @:enum abstracts (#4862)
all : support completion on { if the expected type is a structure (#3907)
all : support @:resolve on abstracts (#3753)
all : support extern abstracts and extern @:enum abstracts (#4862)
all : support completion on { if the expected type is a structure (#3907)
haXe 3.2.0
released May 20, 2015 (New Release)
all : added @:noPrivateAccess to re-enable access restrictions within @:privateAccess
cpp : some support for @:nativeGen metadata
cpp : some support for @:nativeGen metadata
haXe 3.1.3
released Feb 27, 2015 (New Release)
all : fixed handling of abstract variance
flash : ensure correct endianess in haxe.io.BytesBuffer
cpp : fixed issue involving class paths with spaces
flash : ensure correct endianess in haxe.io.BytesBuffer
cpp : fixed issue involving class paths with spaces
haXe 3.0.0
released Apr 25, 2012 (New Release)
· all : added haxe.ds.BalancedTree
· all : added haxe.ds.EnumValueMap
· all : allow enum constructors as keys to Map
· all : haxe.ds.ObjectMap is now correctly constrained on all targets
· all : preliminary support of -D display-mode=usage|position|metadata
· all : improved pattern matcher error messages
· all : allow inline constructors
· all : allow abstract member macros (not for @:op, @:arrayAccess, @:from, @:to)
· all : allow abstract type parameter variance
· all : do not generate hidden null on if without else
· macro : made abstract structure available
· all : added haxe.ds.EnumValueMap
· all : allow enum constructors as keys to Map
· all : haxe.ds.ObjectMap is now correctly constrained on all targets
· all : preliminary support of -D display-mode=usage|position|metadata
· all : improved pattern matcher error messages
· all : allow inline constructors
· all : allow abstract member macros (not for @:op, @:arrayAccess, @:from, @:to)
· all : allow abstract type parameter variance
· all : do not generate hidden null on if without else
· macro : made abstract structure available
haXe 2.09
released Apr 25, 2012 (New Release)
· js : added js.Scroll
· js : package names are now checked at runtime to avoid clashes with existing libs
· js : added --js-namespace to create a namespace for types that are defined in the root
· all : updated xml output and html doc - add inline, override, dynamic functions support
· all : added error when comparing enum with arguments
· all : optimize constant equality for enums
· flash9 : fixed verify error with inline + null type
· flash9 : bugfix when overriding/implementing an method with an applied type parameter
· php : fixed issues with classes that implement Dynamic
· all : ignore #! line at beginning of the hx file
· haxelib : added tags, added documentation
· flash8 : don't use b64 encoding for text ressources
· php : fixed bug in Hash.exists for null values and Reflect.callMethod
· js/flash9 : throw exception in Xml.parse when unclosed node
· all : improve return type progagation in inlined expression (fix some VerifyErrors)
· all : optimize {const} into const
· js : package names are now checked at runtime to avoid clashes with existing libs
· js : added --js-namespace to create a namespace for types that are defined in the root
· all : updated xml output and html doc - add inline, override, dynamic functions support
· all : added error when comparing enum with arguments
· all : optimize constant equality for enums
· flash9 : fixed verify error with inline + null type
· flash9 : bugfix when overriding/implementing an method with an applied type parameter
· php : fixed issues with classes that implement Dynamic
· all : ignore #! line at beginning of the hx file
· haxelib : added tags, added documentation
· flash8 : don't use b64 encoding for text ressources
· php : fixed bug in Hash.exists for null values and Reflect.callMethod
· js/flash9 : throw exception in Xml.parse when unclosed node
· all : improve return type progagation in inlined expression (fix some VerifyErrors)
· all : optimize {const} into const
haXe 2.07
released Jan 31, 2011 (New Release)
· js : added js.Scroll
· js : package names are now checked at runtime to avoid clashes with existing libs
· js : added --js-namespace to create a namespace for types that are defined in the root
· all : updated xml output and html doc - add inline, override, dynamic functions support
· all : added error when comparing enum with arguments
· all : optimize constant equality for enums
· flash9 : fixed verify error with inline + null type
· flash9 : bugfix when overriding/implementing an method with an applied type parameter
· php : fixed issues with classes that implement Dynamic
· all : ignore #! line at beginning of the hx file
· haxelib : added tags, added documentation
· flash8 : don't use b64 encoding for text ressources
· php : fixed bug in Hash.exists for null values and Reflect.callMethod
· js/flash9 : throw exception in Xml.parse when unclosed node
· all : improve return type progagation in inlined expression (fix some VerifyErrors)
· all : optimize {const} into const
· js : package names are now checked at runtime to avoid clashes with existing libs
· js : added --js-namespace to create a namespace for types that are defined in the root
· all : updated xml output and html doc - add inline, override, dynamic functions support
· all : added error when comparing enum with arguments
· all : optimize constant equality for enums
· flash9 : fixed verify error with inline + null type
· flash9 : bugfix when overriding/implementing an method with an applied type parameter
· php : fixed issues with classes that implement Dynamic
· all : ignore #! line at beginning of the hx file
· haxelib : added tags, added documentation
· flash8 : don't use b64 encoding for text ressources
· php : fixed bug in Hash.exists for null values and Reflect.callMethod
· js/flash9 : throw exception in Xml.parse when unclosed node
· all : improve return type progagation in inlined expression (fix some VerifyErrors)
· all : optimize {const} into const
haXe for Windows 7 - free download notice
Windows 7 Download periodically updates software information of haXe from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX HD Video Converter
56% Off -
MacX Media Management Bundle
70% Off -
Media Player Morpher
85% Off -
MacX DVD Video Converter
58% Off -
MacX DVD Ripper Pro
50% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Simply Fortran 3.41 Build 4438
- PHP 8.5.0
- Qt 6.10.1
- Python 3.14.0
- Easy Code for MASM 1.07.0.0009
- FreeBasic for Windows (x64 bit) 1.10.1
- Code::Blocks for Windows 20.03 Build Apr 3 20
- FreeBasic for Windows 1.10.1
- Free Pascal 3.2.2
- Wing IDE Personal 10.0.4.0
- Open Fortran Parser 0.8.3
- Easy Code for GoAsm 1.07.0.0009
- Code::Blocks forMac OS X 20.03 Build Apr 3 20
- Wing IDE Professional 10.0.4.0
- PureBasic 6.21.0
- wxDEV-C++ 4.9.9.2
- DIFileFinder 6.13.0
- PythonCard 0.8.2
- haXe 3.4.2
- Agena 4.2.6
Popular Tags
visual basic
interface
compiler
compile
programming language
debug
efficient
basic language
software
pascal
ide
application
decompiler
debug console
programming
create application
environment
tools
user-friendly
free
open-source
development
java
windows 7
coding language
language
exe
basic
application development
visual studio
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 9.4.290
- PHP 8.5.0
- dotConnect for Oracle Professional Edition 10.4.290
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.2
- Turbo C++ 3.0
- StyleControls 5.86
- Windows Installer 4.5
- Free OCR C# 2022.8.7804
- Software Ideas Modeler Portable 15.16
- Review Assistant 4.1
- Windows Post-Install 8.7.2
- Software Ideas Modeler Portable x64 14.55
- Software Ideas Modeler 14.66
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



