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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
#### 1.3.1 Maintenance Release
2
+
3
+
- Fix S0202 error insert to report token value, not token type (PR #74)
4
+
- Remove use of array iterators because they were failing to transpile to ES5 correctly (issue #78)
5
+
1
6
#### 1.3.0 Milestone Release
2
7
3
8
- Property names containing reserved tokens can now be quoted using backticks (`). The current quoting mechanism using single or double quotes is deprecated and will probably be removed in a future major (e.g. v2.0.0) release.
0 commit comments