fable-compiler / fable-promise

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

Release 3.0.0 as stable #20

Closed MangelMaxime closed 3 years ago

MangelMaxime commented 3 years ago

@alfonsogarciacaro Are we ready to publish the beta version as stable?

alfonsogarciacaro commented 3 years ago

I guess so, let me try it in another project of mine to make sure there are no issues and we can release the stable one :+1:

alfonsogarciacaro commented 3 years ago

Sorry, I was in the middle of a PR and the project was not in a working state. I tried now with 3.0.0-beta and I had a few errors like:

A unique overload for method 'Source' could not be determined based on type information prior to this program point. A type annotation may be needed

After adding the type annotation (I hope this is not too annoying for other users) everything seemed to work, so I guess it's fine to publish a stable release :+1: