Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed May 19, 2021
1 parent 8e59589 commit 6d036fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ From 1.4.0 forward also Promises are supported. All other values (functions etc.

### Fixed

- Multiple typeholes can now exist with the same id. Each update from all of them updates all types attached to the holes. Useful, for example, when you want to have multiple typeholes update the same type.
- No duplicated interfaces anymore when the generated top-level type is a `ParenthesizedType`
- Interface not updating when it was in a different file than the typehole
- Types not updating when some other file was focused in the editor
- `typehole.tNaN` [issue](https://github.com/rikukissa/typehole/issues/7) when there have been typeholes with a non `t<number>` format
Expand Down

0 comments on commit 6d036fe

Please sign in to comment.