Iskandar Abudiab
612173dfbb
Update project settings for Xcode 12.5
2021-04-28 18:18:16 +02:00
Iskandar Abudiab
89876e8809
Bump version to 4.1.0
2021-04-28 18:14:24 +02:00
Iskandar Abudiab
09e06b5769
Update project for Xcode 12.5
2021-04-28 18:06:20 +02:00
Iskandar Abudiab
85cf588032
Bump version to 4.0.0
2020-07-16 20:35:56 +02:00
Iskandar Abudiab
834cda2d86
Update project settings for Xcode 11
2019-12-28 16:28:44 +01:00
iska
f4f7f48845
Move test class into correct folder
2019-08-03 19:47:29 +02:00
iska
98f7c8304f
Implement a HTML Serializer
...
This implements the HTML Fragments Serialization according to:
https://html.spec.whatwg.org/multipage/parsing.html#serialising-html-fragments
2019-08-02 00:11:02 +02:00
iska
12276e91b3
Implement a HTML Tree Visitor
...
The tree visitor walks the DOM in tree order and calls the provided
node visitor upon entring and leaving a node.
2019-07-31 21:58:07 +02:00
iska
7cbfdb9c78
Introduce prefix for category methods to prevent collisions
...
See:
https://github.com/iabudiab/HTMLKit/issues/35
2019-03-26 23:23:08 +01:00
iska
7617fceff1
Add test for bug fix issue #30
2018-07-16 22:09:35 +02:00
iska
923e271429
Fix eq, lt & gt selectors for the zero-index case
...
Fixes #25
2018-04-18 23:51:39 +02:00
iska
135715b606
Fix HTMLText serialization
...
Fixes #16
2017-11-06 21:55:41 +01:00
iska
84960e71ee
Enable warnings for missing function prototypes and fix present error
2017-10-13 22:54:30 +02:00
iska
7b028a2819
Enable warnings for documentation comments and fix present errors
2017-10-13 22:48:16 +02:00
iska
fee2d14ffc
Update project for Xcode 9
2017-09-23 02:26:46 +02:00
iska
f1fd0f3ef6
Move test files into HTMLKitTests subfolder Swift Package Manager
2017-02-25 02:07:02 +01:00
iska
b57e27137a
Set INSTALL_PATH and DYLIB_INSTALL_NAME_BASE to @rpath for macOS target
2017-02-20 22:55:15 +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
bc94f91c6e
Add HTML Character Data & Text tests
2017-01-10 17:55:39 +01:00
iska
0ac49f2a0f
Add implementation for HTML Range’s delete contents method
2017-01-08 08:09:26 +01:00
iska
b66f5264ba
Rename some test classes
...
- Drop the “Kit” from class names
2017-01-04 03:49:05 +01:00
iska
3898ae243c
Add HTML Range tests class and setup
2016-12-29 22:54:59 +01:00
iska
4d132af99f
Update and reorganize private headers and modulemap
2016-12-29 22:53:34 +01:00
iska
6be1bd702f
Add implementation for HTML Character Data methods
...
The data property is longer exposed as a mutable string. Instead all
manipulations must be performed via the provided API in order to ensure
correct updates for the Document’s attached ranges.
See:
https://dom.spec.whatwg.org/#characterdata
2016-11-27 20:18:12 +01:00
iska
9df89043d3
Refactor all private extensions into own separate categories
2016-11-27 03:12:58 +01:00
iska
6fdc7ff85b
Refactor private HTML Document extensions into one separate category
2016-11-27 02:43: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
9fd5d34244
Add HTML Range class stub
2016-11-21 01:17:48 +01:00
iska
73dc32aae9
Set deployment targets to macOS 10.9, iOS 9.0, tvOS 9.0 and watchOS 2.0
2016-09-28 01:39:38 +02:00
iska
64cba55677
Replace OSX with macOS throughout project
2016-09-28 01:38:59 +02:00
iska
7d1b94219d
Add missing deployment target settings in project file
2016-09-20 19:27:21 +02:00
iska
45a8e25028
Update project and schemes for Xcode 8
2016-09-13 22:47:33 +02:00
iska
f58c2e3f94
Remove unused strings plist from tests code
2016-08-28 01:17:53 +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
iska
f51c76d257
Update project paths for info.plist and prefix header
2016-08-24 20:02:09 +02:00
iska
1df63b8e00
Move test source code to Tests directory
2016-08-24 19:55:59 +02:00
iska
37444d5899
Move source code to Sources directory
2016-08-24 19:54:41 +02:00
iska
62fef829d3
Set deployment targets for watchOS
2016-07-16 14:49:23 +02:00
iska
33a8238513
Fix product name in tvOS scheme
2016-07-16 13:38:36 +02:00
iska
754b7191b9
Add tvOS target
2016-07-16 01:14:02 +02:00
iska
56cc5b1a3e
Add watchOS target
2016-07-16 01:05:43 +02:00
iska
58b60dd390
Add test utility class for adding test cases dynamically at runtime
2016-04-12 00:21:20 +02:00
iska
432df997b3
Add simple tests observer class for failure reporting
2016-04-11 01:12:40 +02:00
iska
465b78dbba
Change build settings to treat warnings as errors
2016-01-29 00:39:11 +01:00
iska
01be0acc0a
Move the private HTMLNode header to the corresponding section
2016-01-28 22:12:13 +01:00
iska
f267958e83
Set deployment target to iOS 8.0
2016-01-19 00:50:57 +01:00
iska
b94a80bd24
Remove code signing identity
2016-01-19 00:50:39 +01:00
iska
f004e6328c
Remove Team ID from project settings
2016-01-19 00:31:23 +01:00