We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c2169 commit 40e9a0cCopy full SHA for 40e9a0c
CHANGELOG.md
@@ -7,11 +7,17 @@ Notable changes to this project are documented in this file. The format is based
7
Breaking changes:
8
9
New features:
10
-- Added `close` function for `Window` (#78 by @jmp-0x7C0)
11
-- Added `visibilityState` for `HTMLDocument` (#79 by @garyb)
12
13
Bugfixes:
14
+Other improvements:
+
15
+## [v4.1.0](https://github.com/purescript-web/purescript-web-html/releases/tag/v4.1.0) - 2022-09-19
16
17
+New features:
18
+- Added `close` function for `Window` (#78 by @jmp-0x7C0)
19
+- Added `visibilityState` for `HTMLDocument` (#79 by @garyb)
20
21
Other improvements:
22
- Added `purs-tidy` config and format checking (#79 by @garyb)
23
- `HTMLDocument`'s FFI is now implemented in terms of `EffectFn` (#79 by @garyb)
0 commit comments