Skip to content

Commit 4455a48

Browse files
committedMay 21, 2021
update: clear EAP table
1 parent b2387b6 commit 4455a48

File tree

1 file changed

+1
-85
lines changed

1 file changed

+1
-85
lines changed
 

‎docs/topics/eap.md

+1-85
Original file line numberDiff line numberDiff line change
@@ -26,88 +26,4 @@ check [our instructions on how to configure your build to support this version](
2626

2727
## Build details
2828

29-
<table>
30-
<tr>
31-
<th>Build info</th>
32-
<th>Build highlights</th>
33-
<th>Recommended kotlinx library versions</th>
34-
</tr>
35-
<tr>
36-
<td><strong>1.5.0-RC</strong>
37-
<p>Released: <strong>April 14, 2021</strong></p>
38-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.0-RC" target="_blank">Release on GitHub</a></p>
39-
</td>
40-
<td>
41-
<ul>
42-
<li>Stable versions of experimental stdlib APIs: <a href="basic-types.md#unsigned-integers">unsigned integer types</a>,
43-
<a href="whatsnew1430.md#clear-char-to-code-and-char-to-digit-conversions">char-to-integer conversions</a>,
44-
<a href="whatsnew1430.md#locale-agnostic-api-for-upper-lowercasing-text">locale-agnostic case change</a>,
45-
<a href="whatsnew1420.md#extensions-for-java-nio-file-path">extensions for java.nio.file.Path</a>
46-
</li>
47-
<li>Changes in the experimental Duration API</li>
48-
<li>New assertion functions in <code>kotlin-test</code></li>
49-
</ul>
50-
<p>For more details, please refer to <a href="https://blog.jetbrains.com/kotlin/2021/04/kotlin-1-5-0-rc-released/">this blog post</a> and the <a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.0-RC">changelog</a>.</p>
51-
</td>
52-
<td>
53-
<ul>
54-
<li><a href="https://github.com/Kotlin/kotlinx.serialization" target="_blank"><strong>kotlinx.serialization</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.1.0" target="_blank">1.1.0</a></li>
55-
<li><a href="https://github.com/Kotlin/kotlinx.coroutines" target="_blank"><strong>kotlinx.coroutines</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.4.3" target="_blank">1.4.3</a></li>
56-
<li><a href="https://github.com/Kotlin/kotlinx.atomicfu" target="_blank"><strong>kotlinx.atomicfu</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.atomicfu/releases/tag/0.15.2" target="_blank">0.15.2</a></li>
57-
<li><a href="https://ktor.io/" target="_blank"><strong>ktor</strong></a> version: <a href="https://github.com/ktorio/ktor/releases/tag/1.5.3" target="_blank">1.5.3</a></li>
58-
<li><a href="https://github.com/Kotlin/kotlinx.html" target="_blank"><strong>kotlinx.html</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.html/releases/tag/0.7.2" target="_blank">0.7.2</a></li>
59-
<li><a href="https://github.com/Kotlin/kotlinx-nodejs" target="_blank"><strong>kotlinx-nodejs</strong></a> version: <a href="https://bintray.com/kotlin/kotlinx/kotlinx.nodejs/0.0.7" target="_blank">0.0.7</a></li>
60-
</ul>
61-
<p>The versions of libraries from <code>kotlin-wrappers</code> (such as <code>kotlin-react</code>) can be found in the <a href="https://github.com/JetBrains/kotlin-wrappers" target="_blank">corresponding repository</a>.</p>
62-
</td>
63-
</tr>
64-
<tr>
65-
<td><strong>1.5.0-M2</strong>
66-
<p>Released: <strong>March 29, 2021</strong></p>
67-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.0-M2" target="_blank">Release on GitHub</a></p>
68-
</td>
69-
<td>
70-
<ul>
71-
<li><a href="fun-interfaces.md">SAM adapters</a> via <code>invokedynamic</code> by default</li>
72-
<li>New standard library functions: <code>String.toBooleanStrict()</code>, <code>firstNotNullOf()</code> on collections, <code>floorDiv()</code> and <code>mod()</code> math functions</li>
73-
<li>New assertion function in <code>kotlin-test</code>: <code>assertContentEquals()</code></li>
74-
</ul>
75-
<p>For more details, please refer to <a href="https://blog.jetbrains.com/kotlin/2021/03/kotlin-1-5-0-m2-released/">this blog post</a> and the <a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.0-M2">changelog</a>.</p>
76-
</td>
77-
<td>
78-
<ul>
79-
<li><a href="https://github.com/Kotlin/kotlinx.serialization" target="_blank"><strong>kotlinx.serialization</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.1.0" target="_blank">1.1.0</a></li>
80-
<li><a href="https://github.com/Kotlin/kotlinx.coroutines" target="_blank"><strong>kotlinx.coroutines</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.4.3" target="_blank">1.4.3</a></li>
81-
<li><a href="https://github.com/Kotlin/kotlinx.atomicfu" target="_blank"><strong>kotlinx.atomicfu</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.atomicfu/releases/tag/0.15.2" target="_blank">0.15.2</a></li>
82-
<li><a href="https://ktor.io/" target="_blank"><strong>ktor</strong></a> version: <a href="https://github.com/ktorio/ktor/releases/tag/1.5.2" target="_blank">1.5.2</a></li>
83-
<li><a href="https://github.com/Kotlin/kotlinx.html" target="_blank"><strong>kotlinx.html</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.html/releases/tag/0.7.2" target="_blank">0.7.2</a></li>
84-
<li><a href="https://github.com/Kotlin/kotlinx-nodejs" target="_blank"><strong>kotlinx-nodejs</strong></a> version: <a href="https://bintray.com/kotlin/kotlinx/kotlinx.nodejs/0.0.7" target="_blank">0.0.7</a></li>
85-
</ul>
86-
<p>The versions of libraries from <code>kotlin-wrappers</code> (such as <code>kotlin-react</code>) can be found in the <a href="https://github.com/JetBrains/kotlin-wrappers" target="_blank">corresponding repository</a>.</p>
87-
</td>
88-
</tr>
89-
<tr>
90-
<td><strong>1.5.0-M1</strong>
91-
<p>Released: <strong>March 3, 2021</strong></p>
92-
<p><a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.0-M1" target="_blank">Release on GitHub</a></p>
93-
</td>
94-
<td>
95-
<ul>
96-
<li>Inline value classes, sealed interfaces, and JVM records</li>
97-
<li>JVM IR backend by default</li>
98-
</ul>
99-
<p>For more details, please refer to the <a href="https://github.com/JetBrains/kotlin/releases/tag/v1.5.0-M1">changelog</a>.</p>
100-
</td>
101-
<td>
102-
<ul>
103-
<li><a href="https://github.com/Kotlin/kotlinx.serialization" target="_blank"><strong>kotlinx.serialization</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.1.0" target="_blank">1.1.0</a></li>
104-
<li><a href="https://github.com/Kotlin/kotlinx.coroutines" target="_blank"><strong>kotlinx.coroutines</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.4.2" target="_blank">1.4.2</a></li>
105-
<li><a href="https://github.com/Kotlin/kotlinx.atomicfu" target="_blank"><strong>kotlinx.atomicfu</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.atomicfu/releases/tag/0.15.1" target="_blank">0.15.1</a></li>
106-
<li><a href="https://ktor.io/" target="_blank"><strong>ktor</strong></a> version: <a href="https://github.com/ktorio/ktor/releases/tag/1.5.2" target="_blank">1.5.2</a></li>
107-
<li><a href="https://github.com/Kotlin/kotlinx.html" target="_blank"><strong>kotlinx.html</strong></a> version: <a href="https://github.com/Kotlin/kotlinx.html/releases/tag/0.7.2" target="_blank">0.7.2</a></li>
108-
<li><a href="https://github.com/Kotlin/kotlinx-nodejs" target="_blank"><strong>kotlinx-nodejs</strong></a> version: <a href="https://bintray.com/kotlin/kotlinx/kotlinx.nodejs/0.0.7" target="_blank">0.0.7</a></li>
109-
</ul>
110-
<p>The versions of libraries from <code>kotlin-wrappers</code> (such as <code>kotlin-react</code>) can be found in the <a href="https://github.com/JetBrains/kotlin-wrappers" target="_blank">corresponding repository</a>.</p>
111-
</td>
112-
</tr>
113-
</table>
29+
_No preview versions are currently available_.

0 commit comments

Comments
 (0)
Please sign in to comment.