Skip to content

v3.0.0

Choose a tag to compare

@giacomocavalieri giacomocavalieri released this 08 Nov 21:43
· 31 commits to main since this release
5b4659c

This new release adds a load of useful functions to work with common data structures like Lists, Maps and Sets
In addition, there's now a function to also generate random Strings!

  • 💡 The prng/random module gains the set function.
  • 💡 The prng/random module gains the fixed_size_set function.
  • 💡 The prng/random module gains the dict function.
  • 💡 The prng/random module gains the fixed_size_dict function.
  • 💡 The prng/random module gains the bit_array function.
  • 💡 The prng/random module gains the fixed_size_string function.
  • 💡 The prng/random module gains the string function.
  • 💡 The prng/random module gains the list function.
  • 💥 The list function in the prng/random module has been renamed to
    fixed_size_list.
  • 💥 is for breaking changes
  • 💡 is for non breaking changes

Full Changelog: v2.0.0...v3.0.0