Skip to content

Releases: adamjarret/twisters

1.1.0

16 Jun 17:53
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that was causing message updates to occur on the next spinner animation tick (messages are now updated immediately)

  • Fixed a bug that could result in text from removed messages remaining visible when subsequent message text contains tab (\t) characters

Added

Updated

  • Most TwistersBuffer interface properties are now optional

  • Updated package dependencies

Deprecated

  • Passing an instance of LineBuffer as the second parameter of the Twisters constructor has been deprecated. Please use the buffer option instead.

  • Referencing Twisters.lineBuffer has been deprecated. Please reference Twisters.options.buffer instead.

1.0.1

30 Apr 14:18
Compare
Choose a tag to compare

Updated dependencies

1.0.0

17 Apr 02:55
Compare
Choose a tag to compare

Initial release