* Refactored code for small performance gains (https://github.com/niemasd/TreeSwift/pull/26); thanks Uzaaft!
* Added support for escaping labels using `'` just like in [`skbio`](http://scikit-bio.org/docs/0.2.2/generated/skbio.io.newick.html#module-skbio.io.newick) (https://github.com/niemasd/TreeSwift/issues/27); thanks valevalorin!
* Also added support for spaces after commas, e.g. `((D, E)B, (F, G)C)A;`