Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Version 0.3.6 Alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZandercraftGames ZandercraftGames released this 15 Mar 17:25
· 1 commit to master since this release

WARNING! This update includes breaking changes!

This release changes some function names and variables for better formatting and introduces a new function called random_value

Changelog

  • Added functions.random_value() function that takes an array and returns a random value from it.
  • Renamed functions.typedinput() to functions.typed_input().
  • Renamed variables in functions.typed_input() and functions.palindrome() to include underscores. (Better naming practices)