Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jul 24, 2019
1 parent df2897d commit d37c801
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.13] - 24'July, 2019
- [idl] support for translating dictionaries, nullable types, array types and parameter types
- [idl] support "implements" statement
- redundant Unit return type in not printed anymore

#### [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)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ where possible options include:
# Recent Changes
#### [0.0.13] - 24'July, 2019
- [idl] support for translating dictionaries, nullable types, array types and parameter types
- [idl] support "implements" statement
- redundant Unit return type in not printed anymore
#### [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
[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.12",
"version": "0.0.13",
"description": "Converter definition files to Kotlin declarations. Currently support TypeScript declarations",
"bin": {
"dukat": "./bin/dukat-cli.js"
Expand Down

0 comments on commit d37c801

Please sign in to comment.