0.7.0: Nyan Cat
Thanks to @norio-nomura & @1ec5 for the much needed bug fixes in this release.
Breaking
File
is now afinal class
instead of astruct
andcontents
&lines
are now marked asvar
. This was done so that mutations to the underlying
file on disk can be mirrored in aFile
instance.
JP Simard
Enhancements
None.
Bug Fixes
- Fix issue where Swift extensions would pick up documentation from previous
tokens.
JP Simard
#65 - Fix
String.stringByTrimmingTrailingCharactersInSet(_:)
returning full string
when all characters matched character set.
JP Simard - Fix
indexOfByteOffset(offset:)
failing when string include some emoji.
Norio Nomura
#111 - Fix pragma mark extraction with multibyte characters.
1ec5
#114