Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Schahen committed Jun 12, 2019
1 parent 5c629cc commit 74010a4
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.8] - 12'June, 2019
- Fixing behaviour for resolving JsModules and JsQualifier (see [#45 - Export with assignment should produce JSModule annotation](https://github.com/Kotlin/dukat/issues/45))
- [cli] -m option added so one can resolve JsModule names manually for files that are not in node_modules
- [dev] Make it possible to save optionally minimal report on dukat run ([#35 - Generate JSON report based on run results](https://github.com/Kotlin/dukat/issues/35))

#### [0.0.7] - 05'June, 2019
- Resolving overrides parent entity is defined in stdlib ([#33 - Overrides not resolved for entities extending external objects](https://github.com/Kotlin/dukat/issues/33))
- Fix for #9 (["Overrides are not resolved for parent entities defined in different files"](https://github.com/Kotlin/dukat/issues/9))
Expand Down
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,18 @@ where possible options include:
# Recent Changes
#### [0.0.8] - 12'June, 2019
- Fixing behaviour for resolving JsModules and JsQualifier (see [#45 - Export with assignment should produce JSModule annotation](https://github.com/Kotlin/dukat/issues/45))
- [cli] -m option added so one can resolve JsModule names manually for files that are not in node_modules
- [dev] Make it possible to save optionally minimal report on dukat run ([#35 - Generate JSON report based on run results](https://github.com/Kotlin/dukat/issues/35))
#### [0.0.7] - 05'June, 2019
- Resolving overrides parent entity is defined in stdlib ([#33 - Overrides not resolved for entities extending external objects](https://github.com/Kotlin/dukat/issues/33))
- Fix for #9 (["Overrides are not resolved for parent entities defined in different files"](https://github.com/Kotlin/dukat/issues/9))
- Allow custom qualified package name set from CLI ([#30 - Custom qualified package name will lead to a failure](https://github.com/Kotlin/dukat/issues/30))
- Respect covariance in return types while resolving overrides
- [#34](https://github.com/Kotlin/dukat/issues/34) - Processing lib references (like `/// <reference lib="es5" />`) - support for this is experimental and was introduced
mainly for debugging purposes
#### [0.0.6] - 31'May, 2019
- All files by default are translated into the root package (so, no package declaration at all) - [#28](https://github.com/Kotlin/dukat/issues/28)
- Translate file and all files referenced in it single run ([#22](https://github.com/Kotlin/dukat/issues/22))
- [Omit computed property names](https://github.com/Kotlin/dukat/issues/27) - this is the best we can do right now
- command line - In some cases files were not processed correctly from command line ([#26](https://github.com/Kotlin/dukat/issues/26) and [#])
- J2V8 js-backend removed
[see full CHANGELOG](https://github.com/Kotlin/dukat/blob/master/CHANGELOG.md)
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.7",
"version": "0.0.8",
"description": "Converter definition files to Kotlin declarations. Currently support TypeScript declarations",
"bin": {
"dukat": "./bin/dukat-cli.js"
Expand Down

0 comments on commit 74010a4

Please sign in to comment.