- Improve Duplicate line by index when next to new line.
- Further sentence count improvements.
- New function - convert tabs to spaces.
- Improve sentence count by ignore sentences that are numbers only.
- New function - Remove numbers from a string.
- New function - Duplicate line by index.
- Count sentences in the text supplied.
- Sort lines in string by length (ascending).
- Splice function covers cases where splice values are outside string length.
- Splice changes.
- Refactor line splitting.
- Bump to version 1 as package is stable.
- Added splice method to chop characters off start/end of a line.
- trimAllSpaces function added.
- Minor doc updated and SDK constraint changed.
- Added simple numbering method.
- Improved split method
- Added split method
- Added deleteLinesNotContaining method
- Update to prepare for Dart 2.0.
- Documentation added.
- Minor refactoring and renaming.
- Initial version extracted from NP8080.