Skip to content

Commit d987895

Browse files
committed
CHANGELOG.md 0.36.0
1 parent ccf95d7 commit d987895

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.36.0
4+
5+
- Upgraded to TypeScript 4.0.
6+
- Added support for `parseInt` and `parseFloat`.
7+
- Added support for `yield*` [for generator functions](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/yield*).
8+
- Added support for [method, property and accessor decorators](https://www.typescriptlang.org/docs/handbook/decorators.html).
9+
- Shebangs at the top of a .ts file will now be preserved.
10+
- Fixed an issue causing declarations referencing their own identifier to cause a nil reference error.
11+
312
## 0.35.0
413

514
- In preparation for some new features, some public APIs have been changed:

0 commit comments

Comments
 (0)