- Implemented strict type check for `mog_commons.unittest.TestCasewithBytesOutput`.
0.2.1
- Added `withBytesOutput` method to `mog_commons.unittest.TestCase`.
0.2.0
- Supported command module in Windows environment.
0.1.21
- Implemented safer terminal I/O detection.
0.1.20
- Added `unicode_ljust` and `unicode_rjust` methods to `__all__` in string module.
0.1.19
- 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.