fable-compiler / fable-promise

Fable bindings for JS promise
http://fable.io/fable-promise/
MIT License
19 stars 7 forks source link

Revert "Change Delay Signature" #27

Closed alfonsogarciacaro closed 2 years ago

alfonsogarciacaro commented 2 years ago

Reverts fable-compiler/fable-promise#25 Fixes #26

Even if users don't call directly the PromiseBuilder methods, changing their signature causes binary incompatibility so it should be released as a breaking change. This is usually not a problem in Fable, which compiles sources directly, but causes errors in shared code.