Skip to content

Commit 3ec89e4

Browse files
committed
Update CHANGELOG.md 0.21.0
1 parent 4b92ad5 commit 3ec89e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

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

3+
## 0.21.0
4+
5+
- Imports/exports that are ambient (declarations, types, interfaces, etc) or are not used in value positions no longer generate `require` statements.
6+
- For ... of loops are now translated using `ipairs`.
7+
- Added support for `array.reduce`.
8+
- Added support for `import foo = bar.baz;` statements.
9+
10+
- Fixed some issues with binding pattern parameter default values.
11+
- Fixed some issues with variable naming.
12+
- Enabled prettier on the entire codebase.
13+
314
## 0.20.0
415

516
- Added support for `string.repeat`, `string.padStart` and `string.padEnd`.

0 commit comments

Comments
 (0)