Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Sep 16, 2019
1 parent 37e9a2c commit c229d8a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

#### [0.0.17] - 16'September, 2019
- This release contains mainly idl-related changes. The idl target is considered production-ready,
however its support is still experimental.

#### [0.0.16] - 16'August, 2019
- Compiling protobuf-generated java code to 1.6 (which is currently the target version for dukat)
#### [0.0.15] - 16'August, 2019
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ where possible options include:
# Recent Changes
#### [0.0.17] - 16'September, 2019
- This release contains mainly idl-related changes. The idl target is considered production-ready,
however its support is still experimental.
#### [0.0.16] - 16'August, 2019
#### [0.0.15] - 16'August, 2019
- The only change is speed, however, this change is big. Since this release ts is parsed on nodejs side and
passed in a binary form to the JVM side.
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.16",
"version": "0.0.17",
"description": "Converter definition files to Kotlin declarations. Currently support TypeScript declarations",
"bin": {
"dukat": "./bin/dukat-cli.js"
Expand Down

0 comments on commit c229d8a

Please sign in to comment.