Skip to content

0.4.0

Compare
Choose a tag to compare
@BasThomas BasThomas released this 27 Mar 21:49
551727e
  • Breaking: Nested LengthOption under the Analysis namespace. If it is accessed without type inference,
    such as like LengthOption.word, you'll need to use Analysis.LengthOption.word going forward. Type inference will continue
    to work as expected, allowing you to use .word or .sentence.
  • Breaking: Updated to Swift 5.