File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments