Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

81 lines (62 loc) · 3.03 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.1.0] - 2023-11-28

Added

  • MongoDB support for database method.

Fixed

= Cleaned up code for release.

Fixed

  • "var" methods were not behaving the way they should.

Added

  • Short versions of date variables to "var" method.

Changed

  • "var" method in database will now add up until it's unique.

Added

  • "var" function to generate a string based on a variable string that is passed as an argument.
  • "var" method to "database" function.

Changed

  • Changed 'default_max_length' to 1000.

Removed

  • Removed "secret" function as it was depricated.
  • Removed deprication warning when "string" function was given type "integer" instead of "numbers".

0.1.6 - 2022-03-08

Added

  • Arguments "lowercase_only" and "uppercase_only" to the "string" function.
  • "string" function argument "type" will now take "all". It will then return a string containing both numbers and letters.

Changed

  • "string" function argument "type" will take "numbers" instead of "integer". This is deprecated in this version and will be removed in version 1.0.0.
  • "secret" function split up into seperate "bytes", "hex" and urlsafe functions. This is deprecated in this version and will be removed in version 1.0.0.

Removed

  • Removed "colorama" dependency as it was unnecessary.

0.1.5 - 2022-02-27

Fixed

  • Issue where "database" function would fail if argument "method" was undefined.
  • Issue where "integer" function failed because a variable was defined out of scope.

Added

  • Added exception that will raise when specified length is higher than 100000 if "ignore_max_length" argument is set to False.
  • Added "type" argument to "string" function. This adds the option to create a string of numbers.

Removed

  • Removed unnecessary imports.
  • Removed unnecessary code.

Documentation

  • Added information for "secret" function.

0.1.4 - 2022-02-17

Fixed

  • Issue where "integer" function will not be accurate when the randomly generated integer started with 0.
  • Issue where "integer" and "string" functions would fail when no "prefix" was specified.

Documentation

  • Added information for "database" function.