Releases: com-lihaoyi/castor
Releases · com-lihaoyi/castor
0.3.0
0.2.1
Support Scala 3 - Scala Native (#16)
0.2.0
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
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