Releases: mogproject/mog-commons-python
Releases · mogproject/mog-commons-python
version 0.2.2
- Implemented strict type check for
mog_commons.unittest.TestCase#withBytesOutput
.
version 0.2.1
- Added
withBytesOutput
method tomog_commons.unittest.TestCase
.
version 0.2.0
- Supported command module in Windows environment.
version 0.1.21
- Implemented safer terminal I/O detection.
version 0.1.20
- Added
unicode_ljust
andunicode_rjust
methods to__all__
in string module.
version 0.1.19
- Added
unicode_ljust
andunicode_rjust
methods to string module. - Added
min_padding_length
option tostring.edge_just
. - Added type restriction to string module.
version 0.1.18
- Enabled to toggle getch in TerminalHandler.
version 0.1.17
- Key repeat tuning in TerminalHandler
version 0.1.16
- Enabled to toggle input cleaning in TerminalHandler
version 0.1.15
- Implemented terminal.TerminalHandler
- Added FakeInput and FakeBytesInput classes to unittest module