Martin Waitz
|
b8f1123b86
|
Fix compilation for Swift 3.1
Move the `module.modulemap` into `Sources/include` and add an exclude
for `Tests/Fixtures`.
|
2017-03-03 08:25:14 +01:00 |
|
iska
|
e5237a68c4
|
Update project headers and targets
|
2017-01-14 23:54:36 +01:00 |
|
iska
|
1e5517f403
|
Fix return type of split-text method in HTML Text
|
2017-01-10 17:55:26 +01:00 |
|
iska
|
925848404b
|
Add implementation for HTML Range surround and insert node
|
2017-01-08 22:38:41 +01:00 |
|
iska
|
fe46b106b2
|
Add implementation for HTML Text splitting
|
2017-01-08 22:36:47 +01:00 |
|
iska
|
e48ccf42ca
|
Add HTML Node deep clone implementation
|
2017-01-08 09:31:37 +01:00 |
|
iska
|
8602ad5a7b
|
Add extended documentation for Node’s containsNode method
This will be deprecated and replaced with isInclusiveAncestor in a later
release.
|
2017-01-05 02:44:05 +01:00 |
|
iska
|
4d132af99f
|
Update and reorganize private headers and modulemap
|
2016-12-29 22:53:34 +01:00 |
|
iska
|
e4b57f3333
|
Update deprecation message in HTML Text node
|
2016-11-27 20:19:19 +01:00 |
|
iska
|
9df89043d3
|
Refactor all private extensions into own separate categories
|
2016-11-27 03:12:58 +01:00 |
|
iska
|
c3c7c34310
|
Deprecate appendString: method in HTML Text node
The data property is mutable and should be used instead
|
2016-11-27 02:10:10 +01:00 |
|
iska
|
fb2952062d
|
Add Character Data implementation as a base for text and comment nodes
https://dom.spec.whatwg.org/#characterdata
|
2016-11-27 02:09:06 +01:00 |
|
iska
|
49799f8bcd
|
Add methods to select a node and node contents in a HTML Range
|
2016-11-22 21:42:45 +01:00 |
|
iska
|
6ed0238a89
|
Add implementation for setting HTML Range’s boundaries
|
2016-11-22 01:20:20 +01:00 |
|
iska
|
80299ad9e0
|
Change HTMLDocumentPosition to NS_OPTIONS instead of NS_ENUM
Better interop with Swift
|
2016-11-22 01:17:32 +01:00 |
|
iska
|
ffc9e629f2
|
Add index property for HTML Node
|
2016-11-22 01:15:23 +01:00 |
|
iska
|
394a1a53c4
|
Add root-node property for HTML Node
|
2016-11-22 01:15:09 +01:00 |
|
iska
|
2fb871a7ff
|
Add implementation for the length property for HTML Nodes
See:
https://dom.spec.whatwg.org/#concept-node-length
https://heycam.github.io/webidl/#dfn-code-unit
|
2016-11-20 18:36:55 +01:00 |
|
iska
|
800336d317
|
Add nullability annotation for CSSSelectorParser's parse method
|
2016-09-27 22:32:30 +02:00 |
|
iska
|
7e42fd1e08
|
Add missing lightweight generics in Parser, Element & Node classes
To play nicely with Swift 3
|
2016-09-20 19:28:08 +02:00 |
|
iska
|
9698919d35
|
Fix import in private HTMLNode header
|
2016-08-27 02:07:54 +02:00 |
|
iska
|
9a1a12c788
|
Remove prefix header and necessary foundation imports
|
2016-08-27 02:02:43 +02:00 |
|
iska
|
e56a980e80
|
Move header files into include directory
|
2016-08-27 01:59:53 +02:00 |
|