TheSpyder / rescript-webapi

ReScript bindings to the DOM and other Web APIs
http://tinymce.github.io/rescript-webapi/api/Webapi/
Other
149 stars 36 forks source link

Fix the CustomEvent's makeWithOption signature. #122

Closed mvaled closed 1 year ago

mvaled commented 1 year ago

As seen in 1, the options is an object with a detail property, not the detail directly.

TheSpyder commented 1 year ago

I need to finish #116 so we at least know if branches compile before I merge them 😆 there's a test that now fails to compile, because it was asserting the old object style

TheSpyder commented 1 year ago

Published as 0.8.0 as it's a breaking change