Hi list,

I'm happy to announce that haXe 1.02 is now available for download from
the haXe Wiki on http://haxe.org

>From a language point of view, there is two new things :
  - extensions : http://haxe.org/ref#extensions
  - unsafe cast : http://haxe.org/ref#unsafe_cast

There is several new classes in the standard library :
  - haxe.unit standard unit testing framework
  - neko.zip package
        http://haxe.org/api/neko/zip/Compress
        http://haxe.org/api/neko/zip/Uncompress
        http://haxe.org/api/neko/zip/File
  - neko.db.Sqlite to access Sqlite database
        http://haxe.org/api/neko/db/Sqlite
        The database API is now standard so you can use either
        MySQL or Sqlite to access for SPOD for example
  - mod_neko works now for Apache2 server
        on windows distrib it's named mod_neko2.ndll

Backward incompatible changes :
  - you need to import js.Dom before using a JavaScript Dom type

Best,
Nicolas

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to