Skip to content

Releases: mogproject/mog-commons-python

version 0.2.2

19 Dec 09:11
Compare
Choose a tag to compare
  • Implemented strict type check for mog_commons.unittest.TestCase#withBytesOutput.

version 0.2.1

18 Dec 18:28
Compare
Choose a tag to compare
  • Added withBytesOutput method to mog_commons.unittest.TestCase.

version 0.2.0

08 Nov 08:29
Compare
Choose a tag to compare
  • Supported command module in Windows environment.

version 0.1.21

07 Nov 08:20
Compare
Choose a tag to compare
  • Implemented safer terminal I/O detection.

version 0.1.20

07 Nov 03:43
Compare
Choose a tag to compare
  • Added unicode_ljust and unicode_rjust methods to __all__ in string module.

version 0.1.19

07 Nov 03:38
Compare
Choose a tag to compare
  • Added unicode_ljust and unicode_rjust methods to string module.
  • Added min_padding_length option to string.edge_just.
  • Added type restriction to string module.

version 0.1.18

03 Nov 17:29
Compare
Choose a tag to compare
  • Enabled to toggle getch in TerminalHandler.

version 0.1.17

03 Nov 16:34
Compare
Choose a tag to compare
  • Key repeat tuning in TerminalHandler

version 0.1.16

03 Nov 16:17
Compare
Choose a tag to compare
  • Enabled to toggle input cleaning in TerminalHandler

version 0.1.15

03 Nov 15:19
Compare
Choose a tag to compare
  • Implemented terminal.TerminalHandler
  • Added FakeInput and FakeBytesInput classes to unittest module