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
This list tracks all the breaking changes expected for noni 2.0. Some may be implemented in minor releases if they are safe enough but the idea is to tackle them in one branch then merge so dependents can update in one go.
Remove usage of Type from DoFn.
Remove unused monad and related category theory based functions and modules.
Move free and future one level up to control.
Bring preconditions into noni.
Provide generic functions for common operations on records/lists.
Stop committing build files in repo.
Remove error in favor of except and err.
Bring in @quenk/test
Make all future functions static methods on Future.
Get rid of doFuture in favor of Future.do()
The text was updated successfully, but these errors were encountered:
This list tracks all the breaking changes expected for noni 2.0. Some may be implemented in minor releases if they are safe enough but the idea is to tackle them in one branch then merge so dependents can update in one go.
The text was updated successfully, but these errors were encountered: