Skip to content

Releases: kwebio/shoebox

Protobuf can encode null values

26 Sep 05:33
Compare
Choose a tag to compare
Pre-release
0.4.7

handle null properties

Minor MapDB screwup

26 Sep 05:08
Compare
Choose a tag to compare
Minor MapDB screwup Pre-release
Pre-release
0.4.6

ugh

Minor dependency screwup

26 Sep 04:55
Compare
Choose a tag to compare
Pre-release
0.4.5

build screwup, update libs

Needed to change approach with MapDB

26 Sep 04:48
Compare
Choose a tag to compare
Pre-release
0.4.4

reorg of MapDBStore to permit views

Minor API cleanup

26 Sep 04:22
Compare
Choose a tag to compare
Minor API cleanup Pre-release
Pre-release
0.4.3

minor cleanup

Replace MapDB support with support for any MutableMap

26 Sep 03:57
Compare
Choose a tag to compare
0.4.2

support MapStore, which any map can be used with (eg. MapDB)

Add support for MapDBStore

05 Sep 00:57
Compare
Choose a tag to compare
Pre-release
0.4.1

add support for MapDBStore, bump version

Migrate from Gson to Kotlin Serialization (breaking changes)

03 Sep 19:36
Compare
Choose a tag to compare
  • Migrate from Gson to Kotlin Serialization
    • More efficient, no runtime reflection
    • Gson is no-longer recommended for use by its creators
    • LmdbStore now serializes using ProtoBuf rather than JSON
  • Upgrade kotlintesting to kotest

Fix issue that was preventing Shoebox from working on Android

23 Apr 14:01
Compare
Choose a tag to compare
0.3.1

Spaces in sample function were causing headaches in Android

Move from "io.kweb" to "kweb" package

16 Mar 19:41
Compare
Choose a tag to compare

In conjunction with a similar change to Kweb, Shoebox has been moved from the io.kweb package to kweb. A simple search/replace should be sufficient to fix your codebase.