You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added type import `import type { ... } from '...'`.
33
45
34
46
## [0.19.0] - 2021-04-04
35
47
36
48
### Added
49
+
37
50
- Added to JSON `"key": false`, `"key": 0`, `"key": ""` and `"key": [ ... ]`.
38
51
- Added `super.`.
39
52
40
53
### Changed
54
+
41
55
- Changed `return ` to `return;`.
42
56
- Removed `;` from `new Promise( ... )`.
43
57
44
58
### Removed
59
+
45
60
- Removed `class NAME { ... }` and `class NAME extends PARENT { ... }`.
46
61
47
62
## [0.18.0] - 2020-08-02
48
63
49
64
### Added
65
+
50
66
- Added `Array.isArray()`.
51
67
- Added `Object.assign()`, `Object.create()`, `Object.entries()`, `Object.keys()` and `Object.values()`.
52
68
- Added `Symbol()`, `Symbol.for()` and `Symbol.keyFor()`.
53
69
- Added primitive types to `toJSON`.
54
70
55
71
### Changed
72
+
56
73
- Added tab stop for loops and conditions to one line snippets.
57
74
58
75
### Fixed
76
+
59
77
- Fixed async typed functions.
60
78
61
79
## [0.17.0] - 2020-07-05
62
80
63
81
### Added
82
+
64
83
- Added info for [Built-In Extensions](https://marketplace.visualstudio.com/items?itemName=L13RARY.l13-built-in-extensions) to disable built-in JavaScript and TypeScript snippets.
65
84
- Added `Promis.all()`, `Promis.resolve()` and `Promis.reject()`.
0 commit comments