New Features
- Find longest words in html document ([6](https://github.com/jkseppan/shyster/issues/6))
- To help build the exception list
- Specify exceptions with wildcards ([4](https://github.com/jkseppan/shyster/issues/4))
- Because of Finnish declension, the compound word `saippuakauppias` generates `saippuakauppiaan`, `saippuakauppiaiden`, `saippuakauppiainensa`, etc, and I would like to make all of them only break at the compound border. Almost all of the declension happens at the end of the word, so being able to specify `saippua-kaupp*` as an exception would cover the cases sufficiently.
Bugs Squashed
- Should be case-insensitive ([7](https://github.com/jkseppan/shyster/issues/7))
- But retain case. Probably fine to not hyphenate CamelCase words but Titlecase ones should be hyphenated and the title-casing retained.