Releases: HarryPeach/kia
Releases · HarryPeach/kia
0.4.1
misc: removed deprecated functions
misc: updated dependencies
misc: remove unneccessary permissions
(thanks @UltiRequiem !)
0.4.0
- feat: add windows alternative for tick symbol
- feat: add .getText() and .getFrame()
- misc: add tests for cursor, and forPromise
- misc: fixed examples
0.3.0
- BREAKING: Many calls converted to synchronous, see the new examples
- feat: Added
writer
option to output to different writers - feat: Added
stopAndPersist()
to stop the spinner and hold the frame - feat: Added
renderNextFrame()
to render the next frame of a stopped spinnre - feat: Changes to how kia can be instantiated
- fix:
render()
is called after usingkia.set()
- fix: Fixed library sometimes not finishing execution due to hanging await
- misc: Added testing to the library
- misc: Specified std library version
0.2.0
- Added
forPromise()
function - Return Kia instance from most functions
- Fixed some output errors
- Extra examples
0.1.0
The initial pre-release of Kia