@@ -28,7 +28,7 @@ repositories {
2828}
2929
3030dependencies {
31- compile "com.github.daggerok:kotlin-html-dsl:0.3 .ALL"
31+ compile "com.github.daggerok:kotlin-html-dsl:1.0 .ALL"
3232}
3333----
3434
@@ -48,7 +48,7 @@ dependencies {
4848 <dependency>
4949 <groupId>com.github.daggerok</groupId>
5050 <artifactId>kotlin-html-dsl</artifactId>
51- <version>0.3 .ALL</version>
51+ <version>1.0 .ALL</version>
5252 </dependency>
5353</dependencies>
5454----
@@ -57,7 +57,7 @@ dependencies {
5757
5858=== text function
5959
60- .1) Stateful DOM API usage (text function usage):
60+ .1) Stateful DOM API usage (text function usage) -- add text content to innerHTML by using `test` function :
6161[source,kotlin]
6262----
6363fun main(args: Array<String>) {
@@ -81,7 +81,7 @@ fun main(args: Array<String>) {
8181
8282=== innerHTML property
8383
84- .2) Stateful DOM API usage (innerHTML):
84+ .2) Stateful DOM API usage (innerHTML) -- using innerHTML directly :
8585[source,kotlin]
8686----
8787fun main(args: Array<String>) {
@@ -105,7 +105,7 @@ fun main(args: Array<String>) {
105105
106106=== plus API
107107
108- .3) Stateles PLUS API usage:
108+ .3) Stateles PLUS API usage -- two or more siblings in the same parent could be concatinated by plus `+` operator :
109109[source,kotlin]
110110----
111111fun main(args: Array<String>) {
@@ -293,7 +293,7 @@ repositories {
293293}
294294
295295dependencies {
296- compile "com.github.daggerok:kotlin-html-dsl:0.3 .ALL"
296+ compile "com.github.daggerok:kotlin-html-dsl:1.0 .ALL"
297297}
298298----
299299
@@ -313,7 +313,7 @@ dependencies {
313313 <dependency>
314314 <groupId>com.github.daggerok</groupId>
315315 <artifactId>kotlin-html-dsl</artifactId>
316- <version>0.3 .ALL</version>
316+ <version>1.0 .ALL</version>
317317 </dependency>
318318</dependencies>
319319----
@@ -330,7 +330,7 @@ repositories {
330330}
331331
332332dependencies {
333- compile "com.github.daggerok:kotlin-html-dsl:0.3 .ALL"
333+ compile "com.github.daggerok:kotlin-html-dsl:1.0 .ALL"
334334}
335335----
336336
@@ -350,7 +350,7 @@ dependencies {
350350 <dependency>
351351 <groupId>com.github.daggerok</groupId>
352352 <artifactId>kotlin-html-dsl</artifactId>
353- <version>0.3 .ALL</version>
353+ <version>1.0 .ALL</version>
354354 </dependency>
355355</dependencies>
356356----
0 commit comments