Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Releases: kwebio/kweb-core

Add support for FileReader

16 Oct 23:37
Compare
Choose a tag to compare
Pre-release

Example:

    val imageString = KVar("")
    Kweb(port = 8008) {
        doc.body.new {
            val input = fileInput()
            input.onFileSelect {
                input.retrieveFile {
                    imageString.value = it.base64Content
                }
            }
            img().setAttribute("src", imageString)
        }
    }

Shoebox uses Json instead of Strings

26 Sep 06:20
Compare
Choose a tag to compare
Pre-release
0.7.32

bump version

Protobuf can encode null values

26 Sep 05:34
Compare
Choose a tag to compare
Pre-release
0.7.31

ProtoBuf can encode null values

Yet another MapDB issue in Shoebox

26 Sep 05:09
Compare
Choose a tag to compare
Pre-release
0.7.30

minor shoebox screwup

Minor dependency screwup

26 Sep 04:56
Compare
Choose a tag to compare
Pre-release
0.7.29

another dependency screwup

Another reorg of MapDB support in Shoebox

26 Sep 04:51
Compare
Choose a tag to compare
0.7.28

another MapDB change

Correct minor API untidiness in Shoebox

26 Sep 04:24
Compare
Choose a tag to compare
Pre-release
0.7.27

correct minor API redundancy in Shoebox

Update Shoebox, now includes general Map support

26 Sep 04:04
Compare
Choose a tag to compare
0.7.26

update Shoebox

0.7.25

15 Sep 15:51
Compare
Choose a tag to compare
0.7.25 Pre-release
Pre-release

#30 - removed some code that was interfering with browser history

Update Shoebox, now includes MapDB support

05 Sep 01:00
Compare
Choose a tag to compare
0.7.24

bump version