Fable.Promise
3.2.1
dotnet add package Fable.Promise --version 3.2.1
NuGet\Install-Package Fable.Promise -Version 3.2.1
<PackageReference Include="Fable.Promise" Version="3.2.1" />
<PackageVersion Include="Fable.Promise" Version="3.2.1" />
<PackageReference Include="Fable.Promise" />
paket add Fable.Promise --version 3.2.1
#r "nuget: Fable.Promise, 3.2.1"
#:package Fable.Promise@3.2.1
#addin nuget:?package=Fable.Promise&version=3.2.1
#tool nuget:?package=Fable.Promise&version=3.2.1
Fable.Promise
Fable bindings for JS promise.
How to test locally ?
./build.sh test
Add --watch to re-run the tests on each change.
How to format the code ?
dotnet fantomas .
The pre-commit hook checks the staged F# files, and CI checks the whole repository.
How to publish a new version of the package ?
Releases are automated with EasyBuild.ShipIt.
Commits landing on main must follow the Conventional Commits specification. ShipIt opens a release pull request with the new version and changelog entry. Merging that pull request publishes the package to NuGet.
How to work on the documentation ?
npm installnpm run docs:watch- Go to http://localhost:8080/
How to update the documentation ?
Deployment should be done automatically when pushing to dev branch.
If the CI is broken, you can manually deploy it by running npm run docs:deploy.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Fable.Core (>= 5.2.0)
- FSharp.Core (>= 4.7.2)
NuGet packages (56)
Showing the top 5 NuGet packages that depend on Fable.Promise:
| Package | Downloads |
|---|---|
|
Fable.Fetch
Package Description |
|
|
Thoth.Fetch
Library for working with Fable.Fetch and Thoth.Json when doing web request |
|
|
Fable.React.Native
Package Description |
|
|
Fable.Jester
Fable bindings for Jest and friends |
|
|
Fable.ReactTestingLibrary
Fable bindings for react-testing-library |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 3.2.1 | 41 | 9/11/2026 |
| 3.2.0 | 228,044 | 9/20/2022 |
| 3.1.3 | 81,801 | 11/7/2021 |
| 3.1.0 | 22,713 | 9/17/2021 |
| 3.0.0-beta-002 | 1,167 | 8/19/2021 |
| 3.0.0-beta-001 | 443 | 8/19/2021 |
| 2.2.2 | 213,599 | 5/27/2021 |
| 2.2.0 | 25,519 | 2/3/2021 |
| 2.1.0 | 131,758 | 4/23/2020 |
| 2.0.0 | 204,818 | 4/16/2019 |
| 2.0.0-beta-001 | 2,407 | 3/4/2019 |
| 1.1.0 | 2,638 | 2/25/2019 |
| 1.0.0 | 4,588 | 12/9/2018 |
### 🐞 Bug Fixes
* *(asynciterable)* Reference iter bindings as emit placeholders ([3b37523](https://github.com/fable-compiler/fable-promise/commit/3b375230e61a9d5fccf9765c2276e260cab017ca))
<strong><small>[View changes on Github](https://github.com/fable-compiler/fable-promise/compare/dfda0f882f93c3eb2ba474bdc7205b50b7d2f3f7..f1556733aecc68f41d70fd71e954e70696cf8659)</small></strong>