Skip to content

Releases: com-lihaoyi/castor

0.3.0

16 Mar 11:53
Compare
Choose a tag to compare
Version 0.3.0

0.2.1

03 Feb 08:53
d0176ef
Compare
Choose a tag to compare
Support Scala 3 - Scala Native (#16)

0.2.0

15 Sep 13:03
baf69d1
Compare
Choose a tag to compare
Make some async api work on Scala.js and Native (#12)

* Move API only working on JVM to JVM specific code

* Move shared JS/Native code to src-js-native

* Use package private traits to add functionality

This implements a different approach which is NOT binary
compatible, but is source compatible and avoid duplicating code.
The idea is to have mixins with different implementations
for every object or trait that has functions existing on JVM
only

* Fix Js/Native and make ContextSimpleCompanionObject private

0.1.8

15 May 14:29
8151029
Compare
Choose a tag to compare
Support Scala 3 (#9)

- Move classes outside of test bodies to workaround bug in utest Scala 3
- Add Github actions
- Bump Mill to 0.9.7
- Derive publishVersion from git tag
- Bump dependencies