Hi! I've been using your library for a couple months, and it's been great! I noticed today that in migrating my own project to Swift 4, a very minor change was needed to your library to support Swift 4: Subscripts returning String were obsoleted in Swift 4; explicitly construct a String from subscripted result.
Hi @UberJason, thanks so much for sending up this patch - apologies I wasn't able to keep up with this. I merged #39, but I will include your name as soon as I get on to #14. I hope it still proves useful 😊
Hi! I've been using your library for a couple months, and it's been great! I noticed today that in migrating my own project to Swift 4, a very minor change was needed to your library to support Swift 4:
Subscripts returning String were obsoleted in Swift 4; explicitly construct a String from subscripted result.
I hope you won't mind accepting my PR!