Skip to content

Commit 465ffad

Browse files
committed
Init PLUS
1 parent 3b72001 commit 465ffad

File tree

2 files changed

+6
-35
lines changed

2 files changed

+6
-35
lines changed

README.adoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Simplest and small Kotlin HTML DSL library ever. Supports HTML5 standard (and so
1616

1717
== installation
1818

19+
there are 3 artifact versions are available:
20+
21+
`1.0.PLUS` - Stateless PLUS API: Operator `+` allow concat two or more siblings in same parent
22+
`1.0.DOM` - Stateful DOM API: function `text` and property `innerHTML`
23+
`1.0.ALL` - Both APIs
24+
1925
image:https://www.bintray.com/docs/images/bintray_badge_color.png["kotlin-html-dsl", link="https://bintray.com/daggerok/daggerok/kotlin-html-dsl?source=watch"]
2026

2127
.build.gradle
@@ -359,10 +365,6 @@ dependencies {
359365
</dependencies>
360366
----
361367

362-
== TODO
363-
364-
* publish to mavenCentral
365-
366368
== contribution
367369

368370
Feel free extend and contribute to add more functionality.

src/test/kotlin/daggerok/extensions/html/plus/PLUSTest.kt

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)