You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operadics now supports Swift 4.2's Package Manager format and requires the 4.2 toolchain shipping with Xcode 10. This means we are no longer 100% compatible with Swift 3-style packages.
Operadics now supports Swift 4.0's Package Manager format and requires the 4.0 toolchain shipping with Xcode 9. However, including this dependency by source is still backward-compatible with Swift 3.
Bugs in the Swift 2 import resolver dump all operator declarations into global scope even if conditional imports are used. This is a serious regression.
Precedence of the Monad hierarchy operators has been updated to remain compatible with popular frameworks.