5.0.0
- #74 The argument order of
Future.or()
has been flipped - #75
Future.isForkable()
has been removed - #75
Future.fromForkable()
has been removed - #75
Future.cast()
has been removed - #59 (Sanctuary)
S.is(Future, Future.of(1))
now returnstrue
rather thanfalse
- #59 (Sanctuary) Fluture now requires its type to be defined to be used in polymorphic functions
✨ New features
- #70 Add a new ConcurrentFuture type
🐛 Bug fixes and improvements