Skip to content

v0.1.1

Compare
Choose a tag to compare
@armanbilge armanbilge released this 10 May 18:24
· 870 commits to main since this release
1c0752e

This is the second release in the 0.1.x series of calico and is binary-compatible with v0.1.0 and published for Scala 3.1+ and Scala.js 1.8+.

This release introduces a new calico-frp module that is cross-compiled for JS and JVM and included by default in calico core. It provides a Monad instance for Signal which you can import like so:

import calico.frp.given

For example, the TodoMVC example uses it to compose the SignallingRef for the selected filter (all/active/completed) with the SignallingRef for the list of todo items.

User-facing PRs

Full Changelog: v0.1.0...v0.1.1