package promise_jsoo
Js_of_ocaml bindings to JS Promises with supplemental functions
Install
Dune Dependency
Authors
Maintainers
Sources
promise_jsoo-v0.3.1.tbz
sha256=f4f7ecd54faf7bf90ce941229ee293b3a4fc24d50dd1b53a84637bb097b6f202
sha512=1984085669a1141cd3e7c8c5498d445146ef6f36d8f2c4bc69a05a6605de424bbbc44e2d0d3c0fc31d32cbb9fa631b93435685fecdc2dd64313c7645ea14985f
doc/CHANGELOG.html
Change Log
0.3.1
- Reduce the size of .js binaries produced by using this library by not linking the ppx toolchain. (#3)
0.3.0
- Fix
Promise.Array.find_map
andPromise.List.find_map
raisingAssert_failure
(#1) - Stop calling the function once
Promise.Array.find_map
andPromise.List.find_map
find a value (#1)
0.2.0
- Add gen_js_api conversion function for
error
type - Fix gen_js_api conversion function for promise type
0.1.0
- Initial release