Skip to content

Commit b7e3095

Browse files
committed
Starting with the changelog, this time
1 parent c7e6d3a commit b7e3095

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
### 1.0 in progress
1+
## 1.0 Changes
22

3-
Done:
4-
* Change all `send.pipe` externals to `send`, making them "t-first" (#8)
5-
* Remove deprecated APIs (#16)
6-
* `Window.getSelection` now returns an option, to better match the definition (#15)
7-
* Added `scrollToWithOptions` to `window` (#26)
8-
* Converted to rescript syntax (#18)
9-
* Added `IntersectionObserver` and `IntersectionObserverEntry` bindings (#27)
3+
### Breaking Changes
4+
* Change all `send.pipe` externals to `send`, making the whole project "t-first" (#8)
105
* Imported `bs-fetch` and converted it to "t-first" (#31)
11-
* Added `WebSocket` bindings (#34)
12-
* Updated `Document.elementFromPoint` api to account for null return values (#35)
6+
* Removed deprecated APIs (#16)
7+
* Updated `Window.getSelection` api to return an option (#15)
8+
* Updated `Document.elementFromPoint` api to return an option and be @nullable (#35)
139

14-
Todo:
15-
* Convert more input types to `node_like` and `element_like` to improve usability
16-
* Correct bugs, reduce how much code is generated, add missing APIs
17-
* Switch to atlassian changesets (including github actions)
10+
### Added
11+
* `scrollToWithOptions` method to `window` (#26)
12+
* `IntersectionObserver` and `IntersectionObserverEntry` bindings (#27)
13+
* `WebSocket` bindings (#34)
14+
15+
### Miscellaneous
16+
* Converted project to rescript syntax (#18)
17+
* Added explicit values to all externals instead of using `= ""`

0 commit comments

Comments
 (0)