8000 Tags · com-lihaoyi/castor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: com-lihaoyi/castor

Tags

0.3.0

Toggle 0.3.0's commit message
Version 0.3.0

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Scala 3 - Scala Native (#16)

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

Toggle 0.1.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.1.1

Toggle 0.1.1's commit message
0.1.1 lazily initialize actor state to avoid weird NPEs when used wit…

…h singletons
0