Skip to content

Commit

Permalink
Bump version to 2.0 (33).
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanw committed Oct 2, 2016
1 parent e9fb6c4 commit 2c7dc05
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Change Log

## [Unreleased][]
## [2.0][]

* Fix `HTMLElement`'s subscripting abilities not getting bridged into Swift (issue #59 revisited).
* This is a breaking change because Swift code used to see `HTMLElement.objectForKeyedSubscript(_:)` and now sees `HTMLElement.subscript(_:)`.
* Update project and playground for Xcode 8 and Swift 3.

## [1.0.1][]
Expand Down Expand Up @@ -93,7 +94,8 @@
* A new document initializer, `-[HTMLDocument initWithData:contentTypeHeader:]`, detects the character encoding as a browser would. This is the ideal initializer for HTML documents fetched over the network, or any other time when the character encoding isn't previously known. Note that HTML does not blindly use the encoding specified by the HTTP `Content-Type` header, so this initializer is still superior to parsing the `Content-Type` yourself.


[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/nolanw/HTMLReader/compare/v2.0...HEAD
[2.0]: https://github.com/nolanw/HTMLReader/compare/v1.0.1...v2.0
[1.0.1]: https://github.com/nolanw/HTMLReader/compare/v1.0...1.0.1
[1.0]: https://github.com/nolanw/HTMLReader/compare/v0.9.6...1.0
[0.9.6]: https://github.com/nolanw/HTMLReader/compare/v0.9.5...v0.9.6
Expand Down
4 changes: 2 additions & 2 deletions Framework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.1</string>
<string>2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>32</string>
<string>33</string>
<key>NSHumanReadableCopyright</key>
<string>Public domain.</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 2c7dc05

Please sign in to comment.