You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The `id` function returns an `ElementId` instead of a `String`. (#58 by @nsaunders)
9
19
- The `setId` function is parameterized by `ElementId` instead of `String`. (#58 by @nsaunders)
@@ -13,12 +23,10 @@ Breaking changes:
13
23
- The `getAttribute`, `setAttribute`, `hasAttribute`, and `removeAttribute` functions are parameterized by `AttrName` instead of `String`. (#58 by @nsaunders)
14
24
15
25
New features:
16
-
-`AttrName`, `ClassName`, and `PropName` types have been added, migrated from [web-html](https://github.com/purescript-web/purescript-web-html). (#58 by @nsaunders)
17
-
- A new `ElementId` type, representing the value of an `id` property/attribute, has been added. (#58 by @nsaunders)
18
-
19
-
Bugfixes:
20
-
21
-
Other improvements:
26
+
- Added modules `NamedNodeMap`, `Attr` and `DOMTokenList` (#59 by @flip111)
27
+
- Added types `AttrName`, `ClassName`, and `PropName`, migrated from [web-html](https://github.com/purescript-web/purescript-web-html). (#58 by @nsaunders)
28
+
- Added type `ElementId`, representing the value of an `id` property/attribute. (#58 by @nsaunders)
29
+
- Added types `CompatMode`, `ElementName`, `NamespacePrefix` and `NamespaceURI` (#59 by @garyb)
0 commit comments