Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Apr 7, 2022
1 parent b9c5f5d commit bb5ef77
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
25 changes: 14 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,48 @@
# Changelog

## Version [1.2.1](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.2.1..v1.2.0)
## Version [1.2.2](https://github.com/cedx/nwjs.hx/compare/v1.2.1...v1.2.2)
- Updated the project URL.

## Version [1.2.1](https://github.com/cedx/nwjs.hx/compare/v1.2.0...v1.2.1)
- Updated the documentation.
- Updated the project URL.

## Version [1.2.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.2.0..v1.1.1)
## Version [1.2.0](https://github.com/cedx/nwjs.hx/compare/v1.1.1...v1.2.0)
- Added implicit casts to abstract enumerations.
- Updated the documentation.

## Version [1.1.1](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.1.1..v1.1.0)
## Version [1.1.1](https://github.com/cedx/nwjs.hx/compare/v1.1.0...v1.1.1)
- Fixed the `Window.capturePage()` typings.

## Version [1.1.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.1.0..v1.0.3)
## Version [1.1.0](https://github.com/cedx/nwjs.hx/compare/v1.0.3...v1.1.0)
- Added the `AppComponent` enumeration.
- Added the `enableComponent()` and `updateComponent()` methods to the `App` class.
- Ported the documentation to [docsify](https://docsify.js.org).

## Version [1.0.3](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.0.3..v1.0.2)
## Version [1.0.3](https://github.com/cedx/nwjs.hx/compare/v1.0.2...v1.0.3)
- Fixed the `WindowOpenOptions` type definition.

## Version [1.0.2](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.0.2..v1.0.1)
## Version [1.0.2](https://github.com/cedx/nwjs.hx/compare/v1.0.1...v1.0.2)
- Added the `WindowOpenOptions.mixed_context` property.

## Version [1.0.1](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.0.1..v1.0.0)
## Version [1.0.1](https://github.com/cedx/nwjs.hx/compare/v1.0.0...v1.0.1)
- The `nwjs` conditional compilation flag is automatically defined by the [Haxe](https://haxe.org) compiler.

## Version [1.0.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v1.0.0..v0.4.0)
## Version [1.0.0](https://github.com/cedx/nwjs.hx/compare/v0.4.0...v1.0.0)
- Added the `js.nw.Cookies` module.
- Added the `@:require(nwjs)` metadata to most classes.
- Removed the `@nwPlatform` metadata.
- Updated the documentation.

## Version [0.4.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v0.4.0..v0.3.0)
## Version [0.4.0](https://github.com/cedx/nwjs.hx/compare/v0.3.0...v0.4.0)
- Added the `js.nw.Screen` module.
- Added the `@nwPlatform` metadata to APIs that are not cross-platform.

## Version [0.3.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v0.3.0..v0.2.0)
## Version [0.3.0](https://github.com/cedx/nwjs.hx/compare/v0.2.0...v0.3.0)
- Added the `js.nw.Printer` module.
- Completed the `Window` class.

## Version [0.2.0](https://bitbucket.org/cedx/nwjs.hx/branches/compare/v0.2.0..v0.1.0)
## Version [0.2.0](https://github.com/cedx/nwjs.hx/compare/v0.1.0...v0.2.0)
- Added the `js.Nw` class.
- Added the `js.NwFlavor` enumeration.
- Added the `Menu.newMenubar()` static method.
Expand Down
2 changes: 1 addition & 1 deletion haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Extern definitions for NW.js.",
"license": "MIT",
"name": "nwjs",
"releasenote": "Updated the documentation, updated the project URL.",
"releasenote": "Updated the project URL.",
"tags": ["desktop", "extern", "js", "nodejs", "nwjs", "web"],
"url": "https://github.com/cedx/nwjs.hx",
"version": "1.2.2"
Expand Down

0 comments on commit bb5ef77

Please sign in to comment.