Skip to content

Commit cd89882

Browse files
authored
Update CHANGELOG.md
1 parent cbf25ad commit cd89882

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

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

3+
## 0.9.0
4+
* Fixed an issue where default parameter values were ignored in function declarations.
5+
* Fixed a bug where `self` was undefined in function properties.
6+
* Fixed a bug where addition of +1 to indices sometimes caused issues with operation order (thanks @brianhang)
7+
* Fixed super calls having issues with their `self` instance. (thanks @hazzard993)
8+
* Methods now also accept custom decorators (thanks @hazzard993)
9+
* Improved support for `toString` calls (thanks @andreiradu)
10+
* Added support for block expressions (thanks @andreiradu)
11+
12+
Thanks @tomblind for the following changes:
13+
* Fixed a bug where recursive use of a function expression caused a nil error.
14+
* Fixed syntax error when compiling variable declaration lists.
15+
* Fixed an issue with assignment order in exported namespaces.
16+
* Various fixes to `!TupleReturn` functions.
17+
* Fixed an issue with declaration merging.
18+
319
## 0.8.0
420
* Added experimental watch mode, use it with `tstl --watch`
521
* Refactored decorators

0 commit comments

Comments
 (0)