Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 757 Bytes

CHANGES.md

File metadata and controls

24 lines (18 loc) · 757 Bytes

PyRandomString Changelog

Version 0.0.6

  • 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

Version 0.0.5

  • Added python 3 requirement in setup.py

Version 0.0.4

  • Fixed typo and example in readme file

Version 0.0.3

  • 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

Version 0.0.2

  • Minor bug fix and readme update

Version 0.0.1

  • Initial release