Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.7.0 #22

Merged
merged 23 commits into from
Apr 17, 2015
Merged

0.7.0 #22

merged 23 commits into from
Apr 17, 2015

Conversation

ishkawa
Copy link
Owner

@ishkawa ishkawa commented Apr 12, 2015

  • Support Swift 1.2.
  • Upgrade LlamaKit to 0.6.0
  • Configure API by class var instead of class func (breaking change).

@ishkawa
Copy link
Owner Author

ishkawa commented Apr 12, 2015

Tasks runs on CircleCI are suspended for now because it's not ready for Swift 1.2.

@@ -1,11 +1,11 @@
import Foundation

private func escape(string: String) -> String {
return CFURLCreateStringByAddingPercentEscapes(nil, string, nil, "!*'();:@&=+$,/?%#[]", CFStringBuiltInEncodings.UTF8.rawValue)
return CFURLCreateStringByAddingPercentEscapes(nil, string, nil, "!*'();:@&=+$,/?%#[]", CFStringBuiltInEncodings.UTF8.rawValue) as! String
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be just bridging (as String), not failable cast.

@ikesyo
Copy link
Collaborator

ikesyo commented Apr 16, 2015

I'm sorry for the late response 🙇 Just a few minor comments.

Looks good 👍

@ishkawa
Copy link
Owner Author

ishkawa commented Apr 17, 2015

🎉

ishkawa added a commit that referenced this pull request Apr 17, 2015
@ishkawa ishkawa merged commit b4244ce into master Apr 17, 2015
@ishkawa ishkawa deleted the swift-1.2 branch April 17, 2015 16:05
@ikesyo
Copy link
Collaborator

ikesyo commented Apr 17, 2015

🎊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants