* Fixed major bug that prevented subtypes from working. The parameter `inp` was used, but in the most important place I accidentally put `input` which made it so that no types were being converted. * Fixed issue in `RDSSubDict` where `convertType` was being called incorrectly.
1.1.2
* Fixed bug in `setup.py` that caused the `rds_subtypes` submodule to not be installed.
1.1.1
* Updated the README to have at least *some* useful information. * Added docstrings and comments in many places where they were desperately needed. * Modified the thread used for the `IDGenerator` class so that it would automatically exit when the main thread does.
1.1.0
* Reorganized file structure to place all the RDS subtypes into their own submodule for better organization and ease of access.
1.0.1
* Fixed critical bugs that snuck past testing. * Added code that will add compatibility between existing RDS objects and the `pprint` module.