🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

rescript-webapi

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rescript-webapi - npm Package Versions

0.3.2

Diff
thespyder
published 0.3.2 •

Changelog

Source

0.3.2

:bug: Bug Fix

  • ofElement was incorrectly returning Dom.htmlElement type instead of the enclosing element type. https://github.com/TheSpyder/rescript-webapi/pull/60
thespyder
published 0.3.1 •

Changelog

Source

0.3.1

:boom: Breaking Change

  • Removed type_ from Fetch.Request module. It doesn't seem to be in any specifications.. https://github.com/TheSpyder/rescript-webapi/pull/67
thespyder
published 0.3.0 •

Changelog

Source

0.3.0

:boom: Breaking Change

  • Removed preview from File bindings. It doesn't seem to be in any specifications.. https://github.com/TheSpyder/rescript-webapi/pull/56
  • Updated MutationRecord bindings nextSibling, attributeName, attributeNamespace and oldValue to return nullable values. https://github.com/TheSpyder/rescript-webapi/pull/59
  • Corrected spelling of nextSibling in MutationRecord. https://github.com/TheSpyder/rescript-webapi/pull/59

:rocket: New Feature

  • StaticRange bindings. https://github.com/TheSpyder/rescript-webapi/pull/48
  • Added bindings for the File constructor. https://github.com/TheSpyder/rescript-webapi/pull/56
  • Added bindings for the Blob constructor. https://github.com/TheSpyder/rescript-webapi/pull/56
  • DataTransfer bindings. https://github.com/TheSpyder/rescript-webapi/pull/51
  • WorkerGlobalScope, WindowOrWorkerGlobalScope, WorkerNavigator, and WorkerLocation bindings. https://github.com/TheSpyder/rescript-webapi/pull/57
  • Response constructors to Fetch bindings. https://github.com/TheSpyder/rescript-webapi/pull/64
thespyder
published 0.2.0 •

Changelog

Source

0.2.0

:boom: Breaking Change

  • Updated Document.elementFromPoint binding to return a nullable value. https://github.com/TheSpyder/rescript-webapi/pull/35
  • Updated getClientRects binding on Document and Range to return a Dom.RectList.t. https://github.com/TheSpyder/rescript-webapi/pull/36

:rocket: New Feature

  • WebSocket bindings. https://github.com/TheSpyder/rescript-webapi/pull/34
  • Canvas2d.newPath2D() to bind Path2D objects. https://github.com/TheSpyder/rescript-webapi/pull/45
  • HtmlDocument bindings hasFocus and activeElement moved to Document. https://github.com/TheSpyder/rescript-webapi/pull/41
    • They're still available on HtmlDocument thanks to the include structure

:house: Internal

  • Added explicit values to all externals instead of using = "". https://github.com/TheSpyder/rescript-webapi/pull/40
tinymce
published 0.1.3 •

Changelog

Source

0.1.3

:boom: Breaking Change

  • Imported bs-fetch as Webapi.Fetch and converted it to "t-first". https://github.com/TheSpyder/rescript-webapi/pull/31

:house: Internal

  • Converted project to rescript syntax. https://github.com/TheSpyder/rescript-webapi/pull/18
tinymce
published 0.1.2 •

Changelog

Source

0.1.2

:rocket: New Feature

  • scrollToWithOptions binding to window. https://github.com/TheSpyder/rescript-webapi/pull/26
  • IntersectionObserver and IntersectionObserverEntry bindings. https://github.com/TheSpyder/rescript-webapi/pull/27
tinymce
published 0.1.1 •

Changelog

Source

0.1.1

:boom: Breaking Change

  • Changed all send.pipe externals to send, making the whole project "t-first". https://github.com/TheSpyder/rescript-webapi/pull/8
  • Removed deprecated APIs. https://github.com/TheSpyder/rescript-webapi/pull/16
  • Updated Window.getSelection binding to return an option. https://github.com/TheSpyder/rescript-webapi/pull/15
tinymce
published 0.1.0 •
tinymce
published 0.0.1 •