v6.0.0-pre.2 #2164
-
Breaking Changes
Features
Fixes
TestsNo new test-only contributions Docs
Community/Developer changes
What's ChangedNew Contributors
Full Changelog: v5.4.1...v6.0.0-pre.2 This discussion was created from the release v6.0.0-pre.2. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Here's an attempt at a migration guide from v5 to v6: TypeScript 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.
-
I pulled a few fixes in from |
Beta Was this translation helpful? Give feedback.
I pulled a few fixes in from
5.4.2
into a6.0.0-pre.3
release and published. We've got a maintainer meeting in a few weeks, I will propose that we mark v6 as latest at that time. I'll send a message in the discord, and move the migration notes here over to the other discussion.