diff --git a/.jazzy.yaml b/.jazzy.yaml index f01e196..9fab102 100644 --- a/.jazzy.yaml +++ b/.jazzy.yaml @@ -1,5 +1,5 @@ module: HTMLKit -module_version: 0.9.4 +module_version: 1.0.0 author: Iskandar Abudiab author_url: https://twitter.com/iabudiab github_url: https://github.com/iabudiab/HTMLKit diff --git a/CHANGELOG.md b/CHANGELOG.md index fd27981..6e8cb29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## [1.0.0](https://github.com/iabudiab/HTMLKit/releases/tag/1.0.0) + +Released on 2016.09.28 + +### Added + +- Jazzy configuration file +- Example HTMLKit project + +### Updated + +- Project for Xcode 8 +- Playground syntax for Swift 3 +- Travis config for iOS 10.0, macOS 10.12, tvOS 10.0 and watchOS 3.0 +- Deployment targets to macOS 10.9, iOS 9.0, tvOS 9.0 and watchOS 2.0 + +### Fixed + +- Nullability annotation in `CSSSelectorParser` class +- Missing lightweight generics in `HTMLParser`, `HTMLNode` & `HTMLElement` + ## [0.9.4](https://github.com/iabudiab/HTMLKit/releases/tag/0.9.4) Released on 2016.09.03 @@ -49,7 +70,6 @@ This release passes all tokenizer and tree construction html5lib-tests as of 201 - Parser now checks the qualified name instead of the local name when handling elements in the `MathML` and `SVG` namespaces - ## [0.9.1](https://github.com/iabudiab/HTMLKit/releases/tag/0.9.1) Released on 2016.01.29 @@ -59,7 +79,6 @@ Released on 2016.01.29 - Travis-CI integration. - CocoaPods spec. - ### Changed - Warnings are treated as errors. @@ -91,7 +110,6 @@ This is the first public release of `HTMLKit`. - Unused namespaces. - Historical node types. - ### Fixed - `lt`, `gt` & `eq` CSS Selectors method declarations. diff --git a/HTMLKit.podspec b/HTMLKit.podspec index f3a45c6..8025949 100644 --- a/HTMLKit.podspec +++ b/HTMLKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "HTMLKit" - s.version = "0.9.4" + s.version = "1.0.0" s.summary = "HTMLKit, an Objective-C framework for your everyday HTML needs." s.license = "MIT" s.homepage = "https://github.com/iabudiab/HTMLKit" diff --git a/Sources/HTMLKit-Info.plist b/Sources/HTMLKit-Info.plist index 0f7490b..ecef4c7 100644 --- a/Sources/HTMLKit-Info.plist +++ b/Sources/HTMLKit-Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.4 + 1.0.0 CFBundleSignature ???? CFBundleVersion