Releases: cedx/nwjs.hx
Releases · cedx/nwjs.hx
Haxe Externs for NW.js 1.4.2
- Migrated the documentation to the GitHub wiki.
Haxe Externs for NW.js 1.4.1
- Fixed the typings of the
Clipboard
class.
Haxe Externs for NW.js 1.4.0
- Marked the deprecated methods with
@:deprecated
metadata. - Replaced
@:overload
metadata by theoverload
keyword.
Haxe Externs for NW.js 1.3.0
- Added the
App.setCrashDumpDir()
method. - Added the
setTransparent()
andunmaximize()
methods to theWindow
class.
Haxe Externs for NW.js 1.2.2
- Updated the project URL.
Haxe Externs for NW.js 1.2.1
- Updated the documentation.
- Updated the project URL.
Haxe Externs for NW.js 1.2.0
- Added implicit casts to abstract enumerations.
- Updated the documentation.
Haxe Externs for NW.js 1.1.1
- Fixed the
Window.capturePage()
typings.
Haxe Externs for NW.js 1.1.0
- Added the
AppComponent
enumeration. - Added the
enableComponent()
andupdateComponent()
methods to theApp
class. - Ported the documentation to docsify.
Haxe Externs for NW.js 1.0.3
- Fixed the
WindowOpenOptions
type definition.