v6.0.0 #2180
-
Breaking Changes
Features
Fixes
Tests
Docs
Community/Developer Changes
New Contributors
Full Changelog: v5.4.2...v6.0.0 Migration Guide from v5 to v6TypeScript updateMake sure you're using TypeScript {
"strictNullChecks": true,
"strictFunctionTypes": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"noImplicitThis": true
} Or the shorthand: {
"strict": true,
"noImplicitReturns": true
} Removing
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Closing since this is released now. |
Beta Was this translation helpful? Give feedback.
Closing since this is released now.