Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jul 19, 2019
1 parent c416035 commit f12050f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

#### [0.0.12] - 19'July, 2019
- package name (if found) is added as a prefix to the name of the translated entity
- [#73 - Union type unrolling is broken when it's aliased in a referenced file](https://github.com/Kotlin/dukat/issues/73)
- [idl] Support typedefs in inheritance declarations

#### [0.0.11] - 17'July, 2019
- Experimental (and definitely incomplete) support for idl conversion
- Add NESTED_CLASS_IN_EXTERNAL_INTERFACE only when it's needed
Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,16 @@ where possible options include:
# Recent Changes
#### [0.0.12] - 19'July, 2019
- package name (if found) is added as a prefix to the name of the translated entity
- [#73 - Union type unrolling is broken when it's aliased in a referenced file](https://github.com/Kotlin/dukat/issues/73)
- [idl] Support typedefs in inheritance declarations
#### [0.0.11] - 17'July, 2019
- Experimental (and definitely incomplete) support for idl conversion
- Add NESTED_CLASS_IN_EXTERNAL_INTERFACE only when it's needed
- Merge modules into top level declarations with the same name whenever it's possible
#### [0.0.10] - 19'June, 2019
- `<ROOT>` prefix should not end up in heritage clauses ([#56](https://github.com/Kotlin/dukat/issues/56))
- Type aliases are moved out from files with file-level `JsQualifier` and `JsModule` annotations ([#41](https://github.com/Kotlin/dukat/issues/41))
- Only files with `*.d.ts` extension are processed
- TypeScript dependency updated to 3.5.2
- Graal-SDK updated to 19.0.0
[see full CHANGELOG](https://github.com/Kotlin/dukat/blob/master/CHANGELOG.md)
# Useful links
Expand Down
2 changes: 1 addition & 1 deletion node-package/package.template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dukat",
"version": "0.0.11",
"version": "0.0.12",
"description": "Converter definition files to Kotlin declarations. Currently support TypeScript declarations",
"bin": {
"dukat": "./bin/dukat-cli.js"
Expand Down

0 comments on commit f12050f

Please sign in to comment.