Releases: BasThomas/Analysis
Releases · BasThomas/Analysis
0.5.0
0.4.0
- Breaking: Nested
LengthOption
under theAnalysis
namespace. If it is accessed without type inference,
such as likeLengthOption.word
, you'll need to useAnalysis.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
0.2.0
- Added
syllableCount()
, which counts the total amount of syllables of theinput
. - 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
to8.0
.