Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@jkseppan jkseppan released this 30 Sep 17:08
· 1 commit to main since this release

New Features

  • Find longest words in html document (#6)

    • To help build the exception list
  • Specify exceptions with wildcards (#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)
    • But retain case. Probably fine to not hyphenate CamelCase words but Titlecase ones should be hyphenated and the title-casing retained.