We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf95d7 commit d987895Copy full SHA for d987895
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 0.35.0
13
14
- In preparation for some new features, some public APIs have been changed:
0 commit comments