iska
|
daf71a01f3
|
Merge branch 'release/1.1.0'
1.1.0
|
2017-01-15 00:01:28 +01:00 |
|
iska
|
049d7b7148
|
Bump HTMLKit version to 1.1.0
|
2017-01-15 00:00:14 +01:00 |
|
iska
|
c727ce6643
|
Update README.md
|
2017-01-15 00:00:14 +01:00 |
|
iska
|
1a5238863a
|
Add Changelog entry for HTMLKit 1.1.0
|
2017-01-14 23:54:36 +01:00 |
|
iska
|
46e36e9c24
|
Update jazzy.yaml for 1.1.0
|
2017-01-14 23:54:36 +01:00 |
|
iska
|
1919992b0e
|
Update podspec for 1.1.0
|
2017-01-14 23:54:36 +01:00 |
|
iska
|
28ecfb0278
|
Update headers in module map
|
2017-01-14 23:54:36 +01:00 |
|
iska
|
65666a13c0
|
Remove redundant header file from private group
|
2017-01-14 23:54:36 +01:00 |
|
iska
|
e5237a68c4
|
Update project headers and targets
|
2017-01-14 23:54:36 +01:00 |
|
iska
|
ea63b38379
|
Update html5lib-tests to latest commit as of 2017-01-13
Commit:
50568b5664d6b034b752310603b2b664d045ad0f
This commit references a PR adding <plaintext> tests
|
2017-01-13 19:35:09 +01:00 |
|
iska
|
542bc26ff9
|
Use AssertEqualObjects instead of AssertEqual in range tests
Better error message on failures.
|
2017-01-13 18:28:29 +01:00 |
|
iska
|
718e43ff9c
|
Add HTML Range tests for Text split callbacks
|
2017-01-13 18:23:56 +01:00 |
|
iska
|
472d59546a
|
Add HTML Range stringifier and description
https://dom.spec.whatwg.org/#dom-range-stringifier
|
2017-01-11 22:48:51 +01:00 |
|
iska
|
bdaddc0938
|
Add travis_retry in travis.yml to fix build issues
So this happened:
https://github.com/travis-ci/travis-ci/issues/6422
|
2017-01-11 22:38:53 +01:00 |
|
iska
|
a38d1e6484
|
Add HTML CharacterData method for substring data
|
2017-01-11 19:17:54 +01:00 |
|
iska
|
f53ce3464d
|
Add HTML Range tests for node surround and insertion
|
2017-01-11 18:29:30 +01:00 |
|
iska
|
bc94f91c6e
|
Add HTML Character Data & Text tests
|
2017-01-10 17:55:39 +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
|
c7edbd3e14
|
Add HTML Document and Range methods for Text splitting callbacks
|
2017-01-08 22:35:53 +01:00 |
|
iska
|
f1b1f523b8
|
Add implementation for HTML Range’s extract contents method
|
2017-01-08 09:44:03 +01:00 |
|
iska
|
51c94d49bd
|
Add implementation for HTML Range’s clone contents method
|
2017-01-08 09:33:15 +01:00 |
|
iska
|
395ce5e981
|
Add HTML Range initializer that accepts start and end boundaries
|
2017-01-08 09:32:15 +01:00 |
|
iska
|
e48ccf42ca
|
Add HTML Node deep clone implementation
|
2017-01-08 09:31:37 +01:00 |
|
iska
|
0ac49f2a0f
|
Add implementation for HTML Range’s delete contents method
|
2017-01-08 08:09:26 +01:00 |
|
iska
|
07c72f65d9
|
Add HTML Range methods for contained nodes
|
2017-01-08 08:07:47 +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
|
12fc972602
|
Add HTML Range handling for mutation callback on node removal
See:
https://dom.spec.whatwg.org/#concept-node-remove
|
2017-01-05 02:43:07 +01:00 |
|
iska
|
b66f5264ba
|
Rename some test classes
- Drop the “Kit” from class names
|
2017-01-04 03:49:05 +01:00 |
|
iska
|
1042571c57
|
Add Range tests for character data callbacks with different boundaries
|
2017-01-02 01:04:00 +01:00 |
|
iska
|
c294802199
|
Add HTML Range tests for character data mutation callbacks
|
2017-01-02 00:39:55 +01:00 |
|
iska
|
ea17eeef9d
|
Fix copy methods for CharacterData and DocumentType nodes
|
2016-12-31 16:26:06 +01:00 |
|
iska
|
9795172c9c
|
Add implementation and tests for Range comparison and intersection methods
|
2016-12-31 03:11:49 +01:00 |
|
iska
|
0319536a6c
|
Add HTML Range tests for boundary comparison
|
2016-12-31 00:34:54 +01:00 |
|
iska
|
3f74fcaa7b
|
Use the “iPhone 7 Plus 10.1” destination in travis.yml
It seems that the Xcode8.2 image in travis contains multiple (2)
“iPhone 7 Plus 10.2” destinations
See build log:
https://travis-ci.org/iabudiab/HTMLKit/jobs/187795560
|
2016-12-30 23:35:00 +01:00 |
|
iska
|
78b3069a25
|
Fix watchOS and iOS destinations in travis.yml
|
2016-12-30 22:54:05 +01:00 |
|
iska
|
dfd01b1908
|
Update Xcode image and SDK versions in travis.yml
|
2016-12-30 22:11:14 +01:00 |
|
iska
|
bdacc629eb
|
Add HTML Range tests for node selecting
|
2016-12-30 22:08:23 +01:00 |
|
iska
|
734c185137
|
Add HTML Range tests for boundaries logic
|
2016-12-30 21:55:36 +01:00 |
|
iska
|
de6c215550
|
Fix check in range’s compare-boundaries method
|
2016-12-30 21:54:58 +01:00 |
|
iska
|
b7b29d2af5
|
Fix HTML Range boundary validations
|
2016-12-30 03:21:17 +01:00 |
|
iska
|
15acfa06f6
|
Fix HTML Node’s method to compare document positions
|
2016-12-30 03:07:59 +01:00 |
|
iska
|
7506ed8cae
|
Refactor method to get a node’s ancestor chain into the utils class
|
2016-12-30 03:07:33 +01:00 |
|
iska
|
3898ae243c
|
Add HTML Range tests class and setup
|
2016-12-29 22:54:59 +01:00 |
|
iska
|
6da3f7bd49
|
Mark HTML Range’s default initializer as unavailable
|
2016-12-29 22:54:39 +01:00 |
|
iska
|
fb04d49693
|
Add DOM method for computing a common ancestor of two nodes
|
2016-12-29 22:54:14 +01:00 |
|
iska
|
4d132af99f
|
Update and reorganize private headers and modulemap
|
2016-12-29 22:53:34 +01:00 |
|
iska
|
e4a0669cf2
|
Fix travis badge on develop branch
|
2016-11-28 01:32:25 +01:00 |
|
iska
|
e60fe36e25
|
Fix append-string method in HTML Text node
|
2016-11-27 20:22:21 +01:00 |
|