Releases: wibosco/GhostTypewriter
Releases · wibosco/GhostTypewriter
2.1.0
- Added ability to change the direction of the animation - forward or backward.
- Added ability to change the style of the animation - reveal or hide.
- Updated fastlane to 2.153.1
2.0.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.
2.0.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.