Skip to content

Releases: jkwill87/teletype

v1.3.4

04 Jan 17:12
Compare
Choose a tag to compare

Updates for v1.3.3 and v1.3.4 only include python typing updates. No runtime differences are expected between these patch versions.

v1.3.2

24 Feb 01:49
Compare
Choose a tag to compare
  • Drops Python <3.7 support
  • Adds type annotations
  • Adds mypy support
  • Moves to a declarative setup configuration

Initial Release

22 Jun 20:28
Compare
Choose a tag to compare
1.0.0

Improves compatibility with Python2

0.3.1

22 May 19:05
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Component Refactoring

  • gets rid of relative imports
  • follows a more object-oriented design; all components extend Component base class
  • SelectOne is now just Select
  • otherwise mostly the same interface, see readme for details

Note: Until version 1.0 there is a possibility of further breaking component changes

0.2.1

14 Dec 04:45
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Bug Fixes

  • #1 Fixes off by one selection error for SelectOne and SelectMany components
  • #2 Documents teletype.components.config.ascii_mode in readme

0.2

22 Aug 16:49
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

pre-release 🎉