Hey guys, we've just released Kodein-DB 0.5.0! The...
# kodein
s
Hey guys, we've just released Kodein-DB 0.5.0! The changelog: https://github.com/Kodein-Framework/Kodein-DB/releases/tag/0.5.0-beta The documentation: https://docs.kodein.org/kodein-db/0.5/ As is usual for beta versions, this release brings some breaking changes (all documented in the changelog of course). The most important is the fact that
indexSet
no longer exists as
Set<Index>
has been replaced by
Map<String, Any>
. Simply replace
indexSet
with
mapOf
and you should be good to go! Please let me know if there's anything we can do to help 🙂. We are very interested in feedback for Kodein-DB beta!
🚀 1
👍 1
🦜 1
j
Just fyi that I updated BikeShare app to use this version https://twitter.com/joreilly/status/1347590346029604870?s=20
🎉 2
r
Thanks John! We really appreciate your support!
👍 1