Skip to content

Releases: BasThomas/Analysis

0.5.0

27 Oct 21:44
Compare
Choose a tag to compare
  • Updated to Swift 5.1.

0.4.0

27 Mar 21:49
551727e
Compare
Choose a tag to compare
  • 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.

0.3.0

24 Sep 20:04
03e27a1
Compare
Choose a tag to compare
  • Updated to Swift 4.2.

0.2.0

03 Dec 07:59
Compare
Choose a tag to compare
  • Added syllableCount(), which counts the total amount of syllables of the input.
  • Added wordSyllables(), which returns the syllables of every unique word.
  • Added fleschReadingEase(), which calculates the Flesch reading ease score.
  • Added fleschKincaidGradeLevel(), which calculates the Flesch-Kincaid grade level.
  • Dropped the deployment target from iOS 8.3 to 8.0.

0.1.0

11 Nov 18:36
Compare
Choose a tag to compare

Initial release