- Added support to generate random strings by forcefuly including all input string type. For example ALPHANUMERIC can now be forcefully configured to generate random strings including both alphabet and number
- Added python 3 requirement in setup.py
- Fixed typo and example in readme file
- Added support to get single random string using get_string()
- Added support for pre-defined (" !#$%&'()*+,-./:;<=>?@[]^_`{|}~) and custom symbols
- Added validation check for python 3
- Updated year in license
- Added validation check for invalid type of inputs
- Minor bug fix and readme update
- Initial release