v1.3.0
- [new] Adds an amazing new parser that allows for better method handling. Thank you @JohnathonKoster for stillat/primitives!
- [new] The new parser allows using any method arguments, e.g. arrays:
randomElements(['a', 'b', 'c', 'd', 'e'], 2)
randomElements(['a', 'b', 'c', 'd', 'e'], 2)