-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add Kotlin 2.1.0 release details #4576
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a13f19b - Browse repository at this point
Copy the full SHA a13f19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fda388 - Browse repository at this point
Copy the full SHA 0fda388View commit details -
Configuration menu - View commit details
-
Copy full SHA for 594c2a2 - Browse repository at this point
Copy the full SHA 594c2a2View commit details -
update: adding information about new wasm jsexception handling (#4518)
* update: adding information about new wasm jsexception handling * implementing comments for TWr review
Configuration menu - View commit details
-
Copy full SHA for f88f0df - Browse repository at this point
Copy the full SHA f88f0dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8504c1 - Browse repository at this point
Copy the full SHA e8504c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62a5f40 - Browse repository at this point
Copy the full SHA 62a5f40View commit details -
feat: Guard conditions in when expressions (#4417)
* Guard conditions in when expressions This PR adds information about Guard conditions in when expressions and how to use them. * Alejandro's review * chore: adding `is` in a branch Co-authored-by: Alejandro Serrano <[email protected]> * chore: adding `data` in code line Co-authored-by: Alejandro Serrano <[email protected]> * Andrey review * Update docs/topics/control-flow.md Co-authored-by: Andrey Polyakov <[email protected]> * chore: fix code comments --------- Co-authored-by: Alejandro Serrano <[email protected]> Co-authored-by: Andrey Polyakov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3a3688 - Browse repository at this point
Copy the full SHA b3a3688View commit details -
Configuration menu - View commit details
-
Copy full SHA for d589405 - Browse repository at this point
Copy the full SHA d589405View commit details -
feature: Node.js settings per subproject (#4545)
Describing changes from [KT-69628](https://youtrack.jetbrains.com/issue/KT-69628/K-Wasm-Node.js-version-per-project): `NodeJsRootPlugin` deprecated, with settings moved to `NodeJsPlugin`. --------- Co-authored-by: alejandrapedroza <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8493123 - Browse repository at this point
Copy the full SHA 8493123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff23d6 - Browse repository at this point
Copy the full SHA 2ff23d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ace0b5 - Browse repository at this point
Copy the full SHA 4ace0b5View commit details -
update: adding information about different classpath snapshots (#4525)
* update: adding information about different classpath snapshots * implementing developer review comments * implementing Ale's comments
Configuration menu - View commit details
-
Copy full SHA for f1ea335 - Browse repository at this point
Copy the full SHA f1ea335View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49e3890 - Browse repository at this point
Copy the full SHA 49e3890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14be51d - Browse repository at this point
Copy the full SHA 14be51dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b4681 - Browse repository at this point
Copy the full SHA d8b4681View commit details -
Configuration menu - View commit details
-
Copy full SHA for a16d9d2 - Browse repository at this point
Copy the full SHA a16d9d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70964bd - Browse repository at this point
Copy the full SHA 70964bdView commit details -
feat: Wasm web APIs library (#4565)
* update: Wasm web APIs library * chore: adding dependencies name * chore: fixing version in code snippet * chore: minor rephrase * update: moved section * chore: fix typo * Sarah's review
Configuration menu - View commit details
-
Copy full SHA for 76b2b25 - Browse repository at this point
Copy the full SHA 76b2b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4732457 - Browse repository at this point
Copy the full SHA 4732457View commit details -
feat: Add information about array interoperability (#4554)
* Add information about array interoperability * Slava review * TW review * chore: rephrase * chore: replace convert with copy
Configuration menu - View commit details
-
Copy full SHA for 9fff1e9 - Browse repository at this point
Copy the full SHA 9fff1e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7d27c - Browse repository at this point
Copy the full SHA 8f7d27cView commit details -
feat: Wasm: improve debug ux (#4534)
* wasm: improved debugging experience doc update & updated wizard image * Danil review
Configuration menu - View commit details
-
Copy full SHA for 70a9dbd - Browse repository at this point
Copy the full SHA 70a9dbdView commit details -
feat: Add incremental compilation section in Wasm Troubleshooting (#4553
) * Add incremental compilation section in Wasm Troubleshooting * chore: Zalim review Co-authored-by: Zalim Bashorov <[email protected]> * adding information about slow compilation --------- Co-authored-by: Zalim Bashorov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f7381b - Browse repository at this point
Copy the full SHA 0f7381bView commit details -
update: update the v.list and clean the EAP builds info (#4571)
* update: update v.list and clean up the EAP info * fix: small wording fixes
Configuration menu - View commit details
-
Copy full SHA for 1b44cc1 - Browse repository at this point
Copy the full SHA 1b44cc1View commit details -
feat: update gradle-compiler-options.md and fix anchors (#4531)
* update gradle-compiler-options.md and fix anchors * Yahor review * Yahor review round 2 * chore: fix code snippets * chore: rephrase DSL levels explanation * Aleksey review * Added explanation about Android tasks * Explanation about Kotlin Gradle plugin extensions * chore: rephrased note * chore: add anchor
Configuration menu - View commit details
-
Copy full SHA for 95f19ad - Browse repository at this point
Copy the full SHA 95f19adView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa26242 - Browse repository at this point
Copy the full SHA fa26242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac5fd8 - Browse repository at this point
Copy the full SHA 8ac5fd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd3a501 - Browse repository at this point
Copy the full SHA fd3a501View commit details -
feat: add multi-dollar string interpolation feature (#4569)
* feat: add multi-dollar string interpolation feature * update: rewrite the section after review * fix: fixes after review * fix: remove strange new line * fix: add non-strange new line * fix: remove strange full stop
Configuration menu - View commit details
-
Copy full SHA for a2ef18c - Browse repository at this point
Copy the full SHA a2ef18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fcaa75 - Browse repository at this point
Copy the full SHA 4fcaa75View commit details -
feat: add What's new in Kotlin 2.1.0 (#4574)
* feat: Guard conditions in when expressions (#4417) * Guard conditions in when expressions This PR adds information about Guard conditions in when expressions and how to use them. * Alejandro's review * chore: adding `is` in a branch Co-authored-by: Alejandro Serrano <[email protected]> * chore: adding `data` in code line Co-authored-by: Alejandro Serrano <[email protected]> * Andrey review * Update docs/topics/control-flow.md Co-authored-by: Andrey Polyakov <[email protected]> * chore: fix code comments --------- Co-authored-by: Alejandro Serrano <[email protected]> Co-authored-by: Andrey Polyakov <[email protected]> * feat: add What's new in Kotlin 2.1.0 * update: update WN in Kotlin 2.1.0 * fix: rollback style changed * fix: style fixes * update: some doc updates * fix: apply patch * Revert "feat: Guard conditions in when expressions (#4417)" This reverts commit b778f28. * fix: fix the link * fix: deliver fixes * fix: deliver fixes after review * fix: deliver fixes after review --------- Co-authored-by: alejandrapedroza <[email protected]> Co-authored-by: Alejandro Serrano <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cfc1bc - Browse repository at this point
Copy the full SHA 1cfc1bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0b2f7 - Browse repository at this point
Copy the full SHA 4d0b2f7View commit details