Skip to content

2025

3.0.0-rc.1 • Stable weak references, stripped down logger

Progress

State

Cache

Backbone

Weak

Logger

The logger library has been stripped down to a minimal println-based implementation (#08ac9d92, !179). It was deprecated for a while and was blocking us from supporting more platforms.

In the future, Sentier will take its place.

Dependencies

  • KotlinJS 2025.5.8
  • KotlinX.Datetime 0.6.2
  • KotlinX.Coroutines 1.10.2
  • Lincheck 2.39
  • Arrow 2.1.2
  • Slf4J 2.0.17

3.0.0-alpha.2 • BitSet32, documentation improvement and more Kotlin Native platforms

EnumSet

:enumset is a new module which will implement performant Set implementations for small integer sets and for enums. It is not yet complete as of this release.

Weak

Documentation

  • Mention the Weak module in the main README (!170)
  • Fix links in the main README (#160, !170)
  • Add copyright headers in all files (!173)

Dependencies