- Added the arguments `allow_negative` and `allow_sign` (both `True` by default) to <code><var>parser</var>.parse_int()</code>, for parity with <code><var>parser</var>.is_int()</code> which already had these arguments
0.3
- Made the previously public but undocumented instance variables of TypeParser that corresponded to the constructor arguments private instead - Added public properties to TypeParser for accessing or modifying the same settings in a controlled manner
0.2.6
- Added `Nullable` to automatic imports via `from parsetypes import *` (previously only `TypeParser` and `reduce_types` were imported)