Skip to content
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

Merged
merged 32 commits into from
Nov 27, 2024
Merged

feat: add Kotlin 2.1.0 release details #4576

merged 32 commits into from
Nov 27, 2024

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    a13f19b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fda388 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    594c2a2 View commit details
    Browse the repository at this point in the history
  4. update: adding information about new wasm jsexception handling (#4518)

    * update: adding information about new wasm jsexception handling
    
    * implementing comments for TWr review
    daniCsorbaJB authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f88f0df View commit details
    Browse the repository at this point in the history
  5. chore: fix opt-in links

    sarahhaggarty authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    e8504c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62a5f40 View commit details
    Browse the repository at this point in the history
  7. 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]>
    3 people committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b3a3688 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d589405 View commit details
    Browse the repository at this point in the history
  9. 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]>
    2 people authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8493123 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ff23d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4ace0b5 View commit details
    Browse the repository at this point in the history
  12. update: adding information about different classpath snapshots (#4525)

    * update: adding information about different classpath snapshots
    
    * implementing developer review comments
    
    * implementing Ale's comments
    daniCsorbaJB authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f1ea335 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    49e3890 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14be51d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d8b4681 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a16d9d2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    70964bd View commit details
    Browse the repository at this point in the history
  18. 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
    AlejandraPedroza authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    76b2b25 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4732457 View commit details
    Browse the repository at this point in the history
  20. feat: Add information about array interoperability (#4554)

    * Add information about array interoperability
    
    * Slava review
    
    * TW review
    
    * chore: rephrase
    
    * chore: replace convert with copy
    AlejandraPedroza authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9fff1e9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8f7d27c View commit details
    Browse the repository at this point in the history
  22. feat: Wasm: improve debug ux (#4534)

    * wasm: improved debugging experience doc update & updated wizard image
    
    * Danil review
    AlejandraPedroza authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    70a9dbd View commit details
    Browse the repository at this point in the history
  23. 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]>
    2 people authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0f7381b View commit details
    Browse the repository at this point in the history
  24. 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
    koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1b44cc1 View commit details
    Browse the repository at this point in the history
  25. 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
    AlejandraPedroza authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    95f19ad View commit details
    Browse the repository at this point in the history
  26. update: host requirements (#4549)

    danil-pavlov authored and koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    fa26242 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    8ac5fd8 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fd3a501 View commit details
    Browse the repository at this point in the history
  29. 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
    koshachy committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a2ef18c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4fcaa75 View commit details
    Browse the repository at this point in the history
  31. 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]>
    3 people authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    1cfc1bc View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    4d0b2f7 View commit details
    Browse the repository at this point in the history