|
| 1 | +<div class="section"> |
| 2 | + <div class="container"> |
| 3 | + <div class='prev-next-links top clearfix'> |
| 4 | + <a href="/download/version/5.0.0-preview.1/" class="prev-link">5.0.0-preview.1</a> |
| 5 | + <a href="/download/list/">(View all versions)</a> |
| 6 | + </div> |
| 7 | + </div> |
| 8 | +</div> |
| 9 | +<div class="section dark head downloads"> |
| 10 | + <div class="container"> |
| 11 | + <div class="row"> |
| 12 | + <div class="span5"> |
| 13 | + <h1>Haxe development builds</h1> |
| 14 | + |
| 15 | + <p class="lead">Thank you for choosing Haxe!<br/>Download for your platform and start developing today.</p> |
| 16 | + <p class="alert alert-error"> |
| 17 | + <strong>These are automated development builds</strong><br/> |
| 18 | + The current preview version is <a href="/download/version/5.0.0-preview.1/" style="color:#13110f">Haxe 5.0.0-preview.1</a>.<br/> |
| 19 | + The current stable release version is <a href="/download/" style="color:#13110f">Haxe 4.3.7</a>. |
| 20 | + </p> |
| 21 | + </div> |
| 22 | + <div class="span6"> |
| 23 | + <div class="row"> |
| 24 | + <div class="span1 header"> |
| 25 | + <i class="fa fa-windows" title="Windows"></i> |
| 26 | + </div> |
| 27 | + <div class="span5"> |
| 28 | + <ul class="nav nav-tabs nav-stacked"> |
| 29 | + <li><a href="https://build.haxe.org/builds/haxe/windows64-installer/"><i class="fa fa-download"></i> Windows 64-bit installer</a></li> |
| 30 | + <li><a href="https://build.haxe.org/builds/haxe/windows64/"><i class="fa fa-download"></i> Windows 64-bit Binaries</a></li> |
| 31 | + </ul> |
| 32 | + </div> |
| 33 | + </div> |
| 34 | + <div class="row downloads"> |
| 35 | + <div class="span1 header"> |
| 36 | + <i class="fa fa-apple" title="Mac OS X"></i> |
| 37 | + </div> |
| 38 | + <div class="span5"> |
| 39 | + <ul class="nav nav-tabs nav-stacked"> |
| 40 | + <li><a href="https://build.haxe.org/builds/haxe/mac-installer/"><i class="fa fa-download"></i> OSX Installer</a></li> |
| 41 | + <li><a href="https://build.haxe.org/builds/haxe/mac/"><i class="fa fa-download"></i> OSX Binaries</a></li> |
| 42 | + </ul> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + <div class="row downloads"> |
| 46 | + <div class="span1 header"> |
| 47 | + <i class="fa fa-linux" title="Linux"></i> |
| 48 | + </div> |
| 49 | + <div class="span5"> |
| 50 | + <ul class="nav nav-tabs nav-stacked"> |
| 51 | + <li><a href="https://build.haxe.org/builds/haxe/linux64/"><i class="fa fa-download"></i> Linux 64-bit Binaries</a></li> |
| 52 | + <li><a href="https://build.haxe.org/builds/haxe/linux-arm64/"><i class="fa fa-download"></i> Linux Arm64 Binaries</a></li> |
| 53 | + </ul> |
| 54 | + </div> |
| 55 | + </div> |
| 56 | + <div class="row downloads"> |
| 57 | + <div class="span1 header"> |
| 58 | + <i class="fa fa-download"></i> |
| 59 | + </div> |
| 60 | + <div class="span5"> |
| 61 | + <ul class="nav nav-tabs nav-stacked"> |
| 62 | + <li><a href="https://api.haxe.org/v/development/" target="_blank"><i class="fa fa-book"></i> API Documentation</a></li> |
| 63 | + <li><a href="https://github.com/HaxeFoundation/haxe/tree/development/" target="_blank"><i class="fa fa-github"></i> Source Code</a></li> |
| 64 | + <li><a href="https://github.com/HaxeFoundation/haxe/compare/5.0.0-preview.1...development" target="_blank"><i class="fa fa-github"></i> Commits since 5.0.0-preview.1</a></li> |
| 65 | + </ul> |
| 66 | + </div> |
| 67 | + </div> |
| 68 | + </div> |
| 69 | + <div class="span1"></div> |
| 70 | + </div> |
| 71 | + </div> |
| 72 | +</div> |
| 73 | +<div class="section"> |
| 74 | + <div class="container"> |
| 75 | + <div class="row"> |
| 76 | + <div class="span1"></div> |
| 77 | + <div class="span9"> |
| 78 | + <h2>Road to Haxe 5.0</h2> |
| 79 | + |
| 80 | + <p> |
| 81 | + Dear Community, |
| 82 | + </p> |
| 83 | + |
| 84 | + <p> |
| 85 | + We are currently working towards Haxe 5.0 which, as a major version, will include a number of breaking change. |
| 86 | + </p> |
| 87 | + |
| 88 | + <p> |
| 89 | + To ease the migration from Haxe 4, we introduced <code>-D haxe-next</code> in Haxe 4.3. |
| 90 | + This <a href="/manual/lf-condition-compilation.html">define</a> activates a number of warnings about things that will not work anymore in Haxe 5.0. |
| 91 | + </p> |
| 92 | + </div> |
| 93 | + <div class="span2"></div> |
| 94 | + </div> |
| 95 | + |
| 96 | + <div class="row"> |
| 97 | + <div class="span1"></div> |
| 98 | + <div class="span9"> |
| 99 | + <h2>Roadmap</h2> |
| 100 | + |
| 101 | + <p><strong>Main features that are currently being worked on</strong>:</p> |
| 102 | + <ul> |
| 103 | + <li>Haxe Coroutines (<a href="https://github.com/HaxeFoundation/haxe/pull/12168">#12168</a>)</li> |
| 104 | + <li>IDE integration improvements</li> |
| 105 | + </ul> |
| 106 | + |
| 107 | + <p><strong>See also</strong>:</p> |
| 108 | + <ul> |
| 109 | + <li><a href="https://github.com/HaxeFoundation/haxe/milestone/20">Release 5.0</a> Milestone</li> |
| 110 | + <li><a href="https://github.com/HaxeFoundation/haxe/milestone/25">5.0 preview 2</a> Milestone</li> |
| 111 | + </ul> |
| 112 | + </div> |
| 113 | + <div class="span2"></div> |
| 114 | + </div> |
| 115 | + |
| 116 | + <div class="row"> |
| 117 | + <div class="span1"></div> |
| 118 | + <div class="span9"> |
| 119 | + <h2>Change Log</h2> |
| 120 | + |
| 121 | + <p><strong>Removal</strong>:</p> |
| 122 | + <ul> |
| 123 | + <li>all : remove 32 bit windows builds (<a href="https://github.com/HaxeFoundation/haxe/issues/11541">#11541</a>)</li> |
| 124 | + <li>all : move <code>sys.db</code>, <code>php.Web</code> and <code>neko.Web</code> to <code>hx4compat</code> lib (<a href="https://github.com/HaxeFoundation/haxe/issues/11385">#11385</a>)</li> |
| 125 | + <li>all : move <code>haxe.remoting</code> to <code>hx4compat</code> lib (<a href="https://github.com/HaxeFoundation/haxe/issues/11387">#11387</a>)</li> |
| 126 | + <li>all : remove haxe.Ucs2 (<a href="https://github.com/HaxeFoundation/haxe/issues/12103">#12103</a>)</li> |
| 127 | + <li>hl : move some hl.Format into lib format/heaps (<a href="https://github.com/HaxeFoundation/haxe/issues/11869">#11869</a>)</li> |
| 128 | + <li>java/cs : remove C# and Java targets (<a href="https://github.com/HaxeFoundation/haxe/issues/11551">#11551</a>)</li> |
| 129 | + <li>macro : remove some API from haxe.macro.Compiler (<a href="https://github.com/HaxeFoundation/haxe/issues/11540">#11540</a>)</li> |
| 130 | + <li>macro : remove CompilationServer.setModuleCheckPolicy options (<a href="https://github.com/HaxeFoundation/haxe/issues/11615">#11615</a>)</li> |
| 131 | + </ul> |
| 132 | + |
| 133 | + <p><strong>Breaking changes</strong>:</p> |
| 134 | + <ul> |
| 135 | + <li>all : rework module resolution (<a href="https://github.com/HaxeFoundation/haxe/issues/11168">#11168</a>)</li> |
| 136 | + <li>all : don't infer string on concat (<a href="https://github.com/HaxeFoundation/haxe/issues/11318">#11318</a>)</li> |
| 137 | + <li>all : delay typer creation to after init macros (<a href="https://github.com/HaxeFoundation/haxe/issues/11323">#11323</a>)</li> |
| 138 | + <li>all : disallow partial resolution (pack.SubType access when module is imported) (<a href="https://github.com/HaxeFoundation/haxe/issues/11338">#11338</a>)</li> |
| 139 | + <li>all : don't create a class field for every enum field (<a href="https://github.com/HaxeFoundation/haxe/issues/11452">#11452</a>)</li> |
| 140 | + <li>all : only set cf_expr_unoptimized if we think we need it (<a href="https://github.com/HaxeFoundation/haxe/issues/11462">#11462</a>)</li> |
| 141 | + <li>all : fix the way optional arguments are handled when using <code>bind</code> (<a href="https://github.com/HaxeFoundation/haxe/issues/11533">#11533</a>)</li> |
| 142 | + <li>all : don't bind foreign type parameters in definition mode (<a href="https://github.com/HaxeFoundation/haxe/issues/11658">#11658</a>)</li> |
| 143 | + <li>all : disallow duplicate argument name (<a href="https://github.com/HaxeFoundation/haxe/issues/11978">#11978</a>)</li> |
| 144 | + <li>all : fix types in null coal null check (<a href="https://github.com/HaxeFoundation/haxe/issues/11726">#11726</a>)</li> |
| 145 | + <li>macro : Build macro order vs inheritance (<a href="https://github.com/HaxeFoundation/haxe/issues/11582">#11582</a>)</li> |
| 146 | + <li>macro : disallow defining types into existing modules (<a href="https://github.com/HaxeFoundation/haxe/issues/11845">#11845</a>)</li> |
| 147 | + </ul> |
| 148 | + |
| 149 | + <p><strong>Other changes</strong>:</p> |
| 150 | + |
| 151 | + <p> |
| 152 | + The full list of released changes is available on preview release pages: |
| 153 | + </p> |
| 154 | + |
| 155 | + <ul> |
| 156 | + <li><a href="/download/version/5.0.0-preview.1/">Haxe 5.0.0-preview.1</a></li> |
| 157 | + </ul> |
| 158 | + |
| 159 | + <p> |
| 160 | + For the changes that are only available on nightlies for now, a changelog draft |
| 161 | + is available on <a href="https://github.com/HaxeFoundation/haxe/wiki/Nightlies-changelog" target="_blank">Haxe repository wiki</a> |
| 162 | + and is being updated as we add major changes to <code>development</code> branch. |
| 163 | + </p> |
| 164 | + </div> |
| 165 | + <div class="span2"></div> |
| 166 | + </div> |
| 167 | + |
| 168 | + <div class='prev-next-links bottom clearfix'> |
| 169 | + <a href="/download/version/5.0.0-preview.1/" class="prev-link">5.0.0-preview.1</a> |
| 170 | + <a href="/download/list/">(View all versions)</a> |
| 171 | + </div> |
| 172 | + |
| 173 | + </div> |
| 174 | +</div> |
0 commit comments