#Change Log
All notable changes to this project will be documented in this file.
GhostTypeWriter
adheres to Semantic Versioning.
- Added ability to change the direction of the animation.
- Added ability to change the style of the animation.
- Updated
fastlane
to 2.153.1
- Resolved bug where the character index being revealed would go out-of-sync with the actual character being revealed resulting in a crash.
- Added unit tests for different scripts.
- Updated
fastlane
to 2.142.0.
- Updated the project to use Swift 5.
- Extended and rewrote
TypewriterLabel
API to allow for greater control of the animation. - Improved unit tests by making them more deterministic due to the introduction of a Timer factory.
- Simplified
TypewriterLabel
API.
- Updated project to use Swift 4.0.
- Added
fastlane
to make building the project on Travis-CI easier.
- Added missing documentation.
- Improved typing animation example gif.
- Apply pre-animation transparency option to label when added to superview.
- Added unit tests.
- Supports unicode characters - treats multiple code points as one character.
- Renamed to
GhostTypeWriter
.
- Supports type writer effect animation using
NSAttributedString
.